Error 004 -
#6

Quote:
Originally Posted by Dayrion
Посмотреть сообщение
Show the whole function of
Код:
forward SendFaction(faction, color, string[]);
Код HTML:
stock SendFactionMessage(col, string[])
{
	for(new i = 0; i < MAX_PLAYERS; i++)
	{
		if(PlayerInfo[i][pFaction] > 0)
			SendClientMessage(i, col, string);
	}

	return 1;
}
And i get error at this: stock SendFactionMessage(col, string[])
This error: error 025: function heading differs from prototype
Reply


Messages In This Thread
Error 004 - - by VixxeN - 22.02.2017, 14:18
Re: Error 004 - - by Unte99 - 22.02.2017, 14:31
Re: Error 004 - - by VixxeN - 22.02.2017, 14:37
Re: Error 004 - - by VixxeN - 22.02.2017, 15:58
Re: Error 004 - - by Dayrion - 22.02.2017, 16:12
Re: Error 004 - - by VixxeN - 22.02.2017, 16:14
Re: Error 004 - - by Unte99 - 22.02.2017, 16:24
Re: Error 004 - - by VixxeN - 22.02.2017, 16:28
Re: Error 004 - - by Unte99 - 22.02.2017, 16:41
Re: Error 004 - - by VixxeN - 22.02.2017, 16:43

Forum Jump:


Users browsing this thread: 2 Guest(s)