06.10.2011, 20:18
Make a variable for it.
pawn Код:
//OnTop:
new MyEpicTimer;
//Where you create the timer:
MyEpicTimer = SetTimer("MySuperFunction", blah blah);
//And where you want to kill it:
KillTimer(MyEpicTimer);