forward error
#1

Код:
forward Heartbeat();
public Heartbeat()
{
	for(new i = 0; i < MAX_PLAYERS; i++)
	{
	    if(JustReported[i] > 0)
		JustReported--; // here's the error.
	}
	return 1;
}
Reply


Messages In This Thread
forward error - by MarioKamani - 13.03.2018, 12:51
Re: forward error - by Inn0cent - 13.03.2018, 12:58
Re: forward error - by MarioKamani - 13.03.2018, 12:59

Forum Jump:


Users browsing this thread: 1 Guest(s)