I am trying to use this function, but i keep getting an error and it exits.
Progress Report:Error: Out Of Range at line 1664 The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2] The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
It highlights
Should i just use a different bank function, or code it be something in my script that is causing the problem?Code:MMouse(Booths[i].X, Booths[i].Y, 3, 3); if WaitUpTextMulti(UpText, 1000) Then begin GetMousePos(Booths[i].X, Booths[i].Y); Mouse(Booths[i].X, Booths[i].Y, 0, 0, mouse_left); FFLag(0); MarkTime(c); repeat Wait(100); until (BankScreen) or (PinScreen) or (TimeFromMark(c) > 10000); Wait(Random(300)); if (HowManyPlayers > 0) then if (Players[CurrentPlayer].Pin <> '') then InPin(Players[CurrentPlayer].Pin); Result := (BankScreen) or (PinScreen); if (Result) then Exit;


Reply With Quote










