warning 209: function "RaceTime" should return a value
#1

Here is the whole RaceTime
Код:
forward RaceTime(raceid);
public RaceTime(raceid)
{
	RaceInfo[raceid][racetime] ++;
	if(floatround((RaceInfo[raceid][racetime] / 10), floatround_floor) >= RaceInfo[raceid][racetimeout])
	return 1;
}
Have no idea why it is says
Код:
warning 209: function "RaceTime" should return a value
Reply


Messages In This Thread
warning 209: function "RaceTime" should return a value - by Micko123 - 30.04.2016, 19:27
Re: warning 209: function "RaceTime" should return a value - by povargek - 30.04.2016, 19:47
Re: warning 209: function "RaceTime" should return a value - by Micko123 - 01.05.2016, 07:12

Forum Jump:


Users browsing this thread: 1 Guest(s)