[Help] Problem with slap command
#4

This

Код:
forward AdministratorMessage(color,const string[],level);
Or this

Код:
public AdministratorMessage(color,const string[],level)
{
	for(new i = 0; i < MAX_PLAYERS; i++)
	{
		if(IsPlayerConnected(i))
		{
			if (PlayerInfo[i][pAdmin] >= level)
			{
			  if(AdminDuty[i] == 1)
			  {
					SendClientMessage(i, color, string);
				}
			}
		}
	}
	return 1;
}
I need set the color?
where?
Reply


Messages In This Thread
[Help] Problem with slap command - by YegerMaster - 08.04.2009, 12:19
Re: [Help] Problem with slap command - by YegerMaster - 08.04.2009, 12:24
Re: [Help] Problem with slap command - by SpiderPork - 08.04.2009, 12:37
Re: [Help] Problem with slap command - by YegerMaster - 08.04.2009, 14:32
Re: [Help] Problem with slap command - by Jochemd - 30.04.2010, 07:20

Forum Jump:


Users browsing this thread: 1 Guest(s)