error 025 : need help
#1

(332) : error 025: function heading differs from prototype^

the lines :

Код:
stock UpdateKartLabel()
{
	new string[256]; // line 332
	if(kartraceinfo[3] == 2) format(string, sizeof(string), "{FFFF00}Race in progress!\nRacers: {FF0000}%d\nTime left: %d seconds", kartraceinfo[0], kartraceinfo[5]-gettime());
	else format(string, sizeof(string), "{FFFF00}Type {FF0000}/kartrace {FFFF00}to join in!\nRacers: {FF0000}%d", kartraceinfo[0]);
	UpdateDynamic3DTextLabelText(karttext, 0xFFFFFFFF, string);
}
Reply


Messages In This Thread
error 025 : need help - by Witnec - 07.12.2014, 10:50
Re: error 025 : need help - by Vince - 07.12.2014, 10:58
Re: error 025 : need help - by s0nic - 07.12.2014, 11:00
Re: error 025 : need help - by Witnec - 07.12.2014, 11:28

Forum Jump:


Users browsing this thread: 1 Guest(s)