Timer... invalid function "UpdateServerStats()"
#1

Declaring

Код:
new UpdateServerStatsTimer;
Код:
forward UpdateServerStats();
Structure (function)

Код:
public UpdateServerStats() // Every 1 second
{
	return 1;
}
Calling

Код:
UpdateServerStatsTimer = SetTimerEx("UpdateSetverStats", 1000, true, "");
Error

Код:
[21:36:33] (TimerFix) ERROR: Invalid function ("UpdateSetverStats").
Reply


Messages In This Thread
Timer... invalid function "UpdateServerStats()" - by d3ll - 15.04.2015, 20:35
Re: Timer... invalid function "UpdateServerStats()" - by Crayder - 15.04.2015, 20:39
Re: Timer... invalid function "UpdateServerStats()" - by _GHT_MarK445 - 15.04.2015, 20:40
Re: Timer... invalid function "UpdateServerStats()" - by d3ll - 15.04.2015, 20:41
Re: Timer... invalid function "UpdateServerStats()" - by Konstantinos - 15.04.2015, 20:43
Re: Timer... invalid function "UpdateServerStats()" - by d3ll - 15.04.2015, 20:46

Forum Jump:


Users browsing this thread: 6 Guest(s)