22.02.2017, 16:14
Quote:
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;
}
This error: error 025: function heading differs from prototype