Tell me if I have this set up right...
SCAR Code:if(IsFKeyDown(12))then
begin
wait(500+random(100));
Logout;
wait(500+random(100));
LoginPlayer(True);
end;
if(IsFkeyDown(10))then
begin
wait(500+random(100));
Logout;
wait(500+random(100));
LoginPlayer(False);
end;
That means that if I punch in F12, that means to log out the current player, and that he is still good and can be used later on.
But if I punch in F10... it means to log out and that the current player got himself into something he(I) can't get out of.
Right? Gotta go, bye!
