#1

Can someone send to me a tutoiral of When someone be arrested or ticket send the message to ALL POLICE I mean example: [POLICE TEAM]: %s has been arrested by FBI %s [I need a police team message's] When someone be ticket or arrested like that how?
Reply
#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
#3

Thank you . I've editing it and it's worked
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)