02.10.2011, 14:30
new TimerAFK[MAX_PLAYERS]; //at the top
i just made the timer, i didnt read your code
pawn Код:
TimerAFK[playerid] = SetTimerEx("AFKTimer", 1000,true,"i",playerid);//when he go out the afk use->
KillTimer(TimerAFK[playerid]);