05.10.2010, 15:24
You never kill the timer, so it will continue freezing each time it get's called.
To fix, easily change '1' to '0':
To fix, easily change '1' to '0':
pawn Код:
SetTimerEx("Control",3000,0,"i",playerid);