help plz
#1

Hey guys. I have this script:
Код:
	new string[128];
	new Color[MAX_PLAYERS];
	Color[playerid] = GetPlayerColor(playerid);

	if (strcmp("/cr", cmdtext, true, 3) == 0)
	{
	if(Color[playerid] == 0x2641FEAA)
	{
	if(strlen(cmdtext) <= 3)
	return SendClientMessage(playerid,0xFF7F50AA,"Usage: /cr [Text]");

	new pname[24];
	GetPlayerName(playerid, pname, 24);

	for(new i=0;i<MAX_PLAYERS;i++)
	{
	if(IsPlayerConnected(i) && Color[i] == 0x2641FEAA)
	{
	format(string, sizeof(string), "|Officer|: %s(%d): %s",pname,playerid,cmdtext[4]);
	SendClientMessage(i,0xFF7F50AA,string);
	}
	}
	}
	else return SendClientMessage(playerid,0xFF7F50AA,"ERROR: You are not a cop.");
	return 1;
	}
Why do only I see the text when I do /cr blablabla.?
Nobody else is seeing it. Please help
Reply


Messages In This Thread
help plz - by bartje01 - 13.02.2010, 18:30
Re: help plz - by Luca Dimonte - 14.02.2010, 01:27

Forum Jump:


Users browsing this thread: 3 Guest(s)