#2

Here you go I hope if u mean that.

Under command: you want

Код:
format(string, sizeof(string), "[ARRESTED]: %s [%d] has been arrested by  %s [%d]", name,player,targetname,targetid);
		CopRadio(BLUE, string);
PHP код:
stock CopRadio(color,const string[])
{
    foreach(new 
Player)
    {
        if(
GetPlayerState(i) != PLAYER_STATE_NONE)
        {
            if(
GetTeam{i} == CLASS_COPS || GetTeam{i} == CLASS_CIA || GetTeam{i} == CLASS_FBI || GetTeam{i} == CLASS_ARMY)
            {
                
SendClientMessage(icolorstring);
            }
        }
    }
    return 
1;

Reply


Messages In This Thread
How? - by Man43 - 14.07.2018, 22:44
Re: How? - by RedRex - 14.07.2018, 22:53
Re: How? - by Man43 - 14.07.2018, 23:03

Forum Jump:


Users browsing this thread: 1 Guest(s)