15.04.2015, 20:35
Declaring
Structure (function)
Calling
Error
Код:
new UpdateServerStatsTimer;
Код:
forward UpdateServerStats();
Код:
public UpdateServerStats() // Every 1 second
{
return 1;
}
Код:
UpdateServerStatsTimer = SetTimerEx("UpdateSetverStats", 1000, true, "");
Код:
[21:36:33] (TimerFix) ERROR: Invalid function ("UpdateSetverStats").

