Hi
Shouldn't in Login.scar
be replaced with something so if you use a 1 player script it won't have an infinate loop in the repeat? Because on a 1 player script the player is probably active but it has until (CurrentPlayer <> LastPlayer) so INFINATE LOOP!SCAR Code:'already' : begin //Account already logged in
Actions := ['Your account is already logged in',0];
LastPlayer := CurrentPlayer;
repeat
CurrentPlayer := (CurrentPlayer + 1) mod HowManyPlayers;
Wait(200);
until (Players[CurrentPlayer].Active) and (CurrentPlayer <> LastPlayer);![]()
So whatcha gonna do about it SRL?![]()
~ Harry







Reply With Quote














