08.08.2010, 20:22
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 !
new timer[MAX_PLAYERS];
timer[playerid] = SetTimerEx("fnc", 2000, true, "i", playerid);
KillTimer(timer[playerid]);
that will kill timer for just specific ID !