16.07.2011, 11:44
Create global variable for your timer.
pawn Код:
new ourTimer;
ourTimer = SetTimer("moneybag", 4000, true);
KillTimer(ourTimer);