07.04.2009, 00:11
are you defining variables to the timers?
example:
example:
Код:
new timer; forward Timer(); public OnGameModeInit() { timer = SetTimer("Timer", 1000, true); return 1; }