Posts: 70
Threads: 6
Joined: Jul 2009
Reputation:
0
SetTimer("TimerZaLogin", 7000, 100000000000); // LOGIN TIMER
why 100000000000? there should be true or false.
btw: better is make it to OnPlayerRequestSpawn (when he request spawn u will check if is logged)
Posts: 70
Threads: 6
Joined: Jul 2009
Reputation:
0
true - loop enable
false - loop disable
change ur time for this:
SetTimerEx("TimerZaLogin", 7000, false, "i", playerid);
Posts: 386
Threads: 84
Joined: Feb 2013
Reputation:
0
Om3n Thanks bro fixed :*
EDIT: Repped