27.12.2012, 04:03
Hello.
I have timer for each player:
Timer = SetTimerEx("function", 1000, true, "d", playerid);
If player was disconnected from server timer must be killed.
KillTimer(Timer);
But this timer will be killed for this player or for all players? Sorry for my bad english.))
I have timer for each player:
Timer = SetTimerEx("function", 1000, true, "d", playerid);
If player was disconnected from server timer must be killed.
KillTimer(Timer);
But this timer will be killed for this player or for all players? Sorry for my bad english.))