08.08.2010, 20:26
Quote:
yes it is so you do like this
new timer[MAX_PLAYERS]; timer[playerid] = SetTimerEx("fnc", 2000, true, "i", playerid); KillTimer(timer[playerid]); that will kill timer for just specific ID ! |
but hey, I just thought of something else (Yes I always seem to find solutions to my problems when I ask for It..)
It's made like this;
pawn Code:
forward Timer(playerid);
SetTimerEx("Timer",milliseconds,0,"i",playerid);
It compiles fine so, I just wondered.