31.12.2009, 11:53
I am trying to set a timer on a global variable ..
Except when it compiles it gives me a warning that AutoTimer is never used. Except it is .. how do I solve this?
Код:
new AutoTimer; public OnFilterScriptInit() { AutoTimer = SetTimer("SwitchMode", 120000, 0); return 1; }