10.09.2012, 21:20
Quote:
SetTimerEx("Payday",360000,true,"i",playerid) put OnPlayerConnect
|
SetTimerEx("Payday",3600000,true,"i",playerid);
Also if you would put it under OnPlayerConnect I suggest you to add Variable to track each Timer for each player and then on disconnect kill timer of player that left the server.