SCAR Code:while (LoadsDoneSinceBreak >= BreakTime) do
begin
LogOut;
wait(60000 + Random(30000));
LoadsDoneSinceBreak := 0;
NextPlayer(true);
Login;
end;
why does this not log in my player again ?
SCAR Code:while (LoadsDoneSinceBreak >= BreakTime) do
begin
LogOut;
wait(60000 + Random(30000));
LoadsDoneSinceBreak := 0;
NextPlayer(true);
Login;
end;
why does this not log in my player again ?
At sea with the navy - not very active

while is used for like waits and stuff usually..
like..
While(not(FindObjCustom(x, y, ['he', 'ou', 'oob'], [1243123, 142561, 12314], 7)) do
Wait(randomrange(500, 2000));
so you think an if then would work better?
At sea with the navy - not very active

yes.
if(loads >= BreakAfter) then
LogOut;
Wait(600000+random(300000)); (lol)
LoadsSinceBreak := 0;
NextPlayer(true);
LoginPlayer;
(you have to have begin and end but I'm lazy)
lol i think it took more effort to explain the lack of the begin, than to actualy put it inlol but ty
At sea with the navy - not very active

I think NOT!
![]()




what?
also does anyone know why i always get this acces violation for my antirandoms.scar its the one for the lamp but i have it set?
At sea with the navy - not very active
There are currently 1 users browsing this thread. (0 members and 1 guests)