05.06.2018, 15:58
Quote:
The fact is that using the plugin from Dan's everything is fine, put your then such a mistake, I do not even know where it is and what is the problem...
|
PHP Code:
new timer;
public OnGameModeInit()
{
timer = SetTimer("func", 1000, false);
}
forward func();
public func()
{
KillTimer(timer);
}
PHP Code:
KillTimer(0);