SA-MP Forums Archive
My timer isn't killing! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: My timer isn't killing! (/showthread.php?tid=348524)



My timer isn't killing! - cloudysky - 05.06.2012

My timer is not killing, I don't understand what I've done wrong.

pawn Код:
new KillMyTimer[MAX_PLAYERS];
pawn Код:
KillMyTimer[playerid] = SetTimerEx( "MyTimer", 1000, true, "i", player);
pawn Код:
KillTimer(KillMyTimer[playerid]);
What am I doing wrong?