Error 004 -
#10

Quote:
Originally Posted by Unte99
Посмотреть сообщение
Код:
forward SendFactionMessage(faction, color, string[]);
Код:
stock SendFactionMessage( ... , col, string[])
No way :C

error 025: function heading differs from prototype

CODE:
Код HTML:
stock SendFactionMessage(faction, col, string[])
{
	for(new i = 0; i < MAX_PLAYERS; i++)
	{
		if(PlayerInfo[i][pFaction] > 0)
			SendClientMessage(i, col, string);
	}

	return 1;
}
Correct way to resolve this?
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: 3 Guest(s)