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
#2

It should be like this,

JustReported[i]--;
Reply
#3

thanks yo
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)