20.09.2016, 20:10
Quote:
You are doing it in wrong way, first you are starting timers under OnGameModeInit for every connected player (if(IsPlayerConnected(id))), at that point noone is connected.
SetTimer("Unfreeze", 120000, false); False means don't reapeat action, do it just one time. |
Quote:
i was using this code:
PHP код:
Edit: the function "Unfreeze" will be called after 2 mns, and when i join the server, nothing happen so the problem is the timer don't start at the 1st time |