Quick Question
#4

Код:
public HBroadCast(color,const string[],level)
{
	for(new i = 0; i < MAX_PLAYERS; i++)
	{
		if(IsPlayerConnected(i))
		{
			if (PlayerInfo[i][pHelper] >= 1 )
			{
  				if(OnHelperDuty[playerid]==0)
        {
				SendClientMessage(i, color, string);
				printf("%s", string);
			}
		}
	}
	}
	return 1;
}
And the error (On the HBroadCast line)

Код:
C:\Users\Tyler\Desktop\SARP\gamemode\gf.pwn(998) : error 025: function heading differs from prototype
C:\Users\Tyler\Desktop\SARP\gamemode\gf.pwn(998) : error 025: function heading differs from prototype
Reply


Messages In This Thread
Quick Question - by TKZ227 - 31.05.2010, 18:20
Re: Quick Question - by Lewwy - 31.05.2010, 18:21
Re: Quick Question - by DJDhan - 31.05.2010, 18:23
Re: Quick Question - by TKZ227 - 31.05.2010, 18:39
Re: Quick Question - by TKZ227 - 31.05.2010, 19:27
Re: Quick Question - by azzerking - 31.05.2010, 19:40

Forum Jump:


Users browsing this thread: 1 Guest(s)