Sending Messages[Sovled]
#4

I hope only today

Код:
if(strcmp(cmd, "/sudown", true) == 0) {
if GetPlayerTeam(playerid, TEAM_POLICE) {
for(new a=0; a<MAX_PLAYERS; a++)
{
if(GetPlayerTeam(a) == TEAM_POLICE)
{
SendClientMessage(a,COLOR_BLUE,"Radio: Suspect down, Over.") // Define color if u dont have
}
}
}else{
SendClientMessage(a,COLOR_RED,"You are not a cop") // Define color if u dont have
return 1;
}
That should work
Reply


Messages In This Thread
Sending Messages[Sovled] - by Steven82 - 14.04.2010, 19:37
Re: Sending Messages - by Thrarod - 14.04.2010, 19:58
Re: Sending Messages - by Steven82 - 14.04.2010, 20:11
Re: Sending Messages - by Thrarod - 14.04.2010, 20:14
Re: Sending Messages - by woot - 14.04.2010, 20:43
Re: Sending Messages - by Thrarod - 14.04.2010, 21:47
Re: Sending Messages - by Steven82 - 14.04.2010, 22:19

Forum Jump:


Users browsing this thread: 1 Guest(s)