27.03.2018, 16:02
Top:
OnPlayerSpawn:
OnPlayerDisconnect:
So the timer works correctly, but it doesnt kill the timer for the ID that disconnected..
PHP код:
new statstimer;
PHP код:
statstimer = SetTimerEx("statsrefresh", 100, 1, "i", playerid);
PHP код:
KillTimer(statstimer);