Little Problem
#6

What is your enum of police team ?
pawn Код:
stock SendMessageToCops(text[])
{
    for(new i = 0; i < MAX_PLAYERS; i++)

    {
        if(PlayerInfo[i][pFac] == 1)
        {
            SendClientMessage(i, -1, text);
        }
    }
}
once you finish that , re-edit your script with formating a new string
pawn Код:
format(string,sizeof(string),"Suspect %s has exceed limited speed allowed , he was walking on .. ");
SendMessageToCops(string);
EDIT: Ops they were faster
P.s: I've edited to your enum , you gaved but i don't want to bump the thread again , sorry for editing.
Reply


Messages In This Thread
Little Problem - by OnY - 23.12.2013, 17:14
Re: Little Problem - by R4mpage - 23.12.2013, 17:24
Re: Little Problem - by OnY - 23.12.2013, 17:26
Re: Little Problem - by R4mpage - 23.12.2013, 17:28
Re: Little Problem - by Patrick - 23.12.2013, 17:30
Re: Little Problem - by SilentSoul - 23.12.2013, 17:30
Re: Little Problem - by OnY - 23.12.2013, 17:40
Re: Little Problem - by SilentSoul - 23.12.2013, 17:47
Re: Little Problem - by OnY - 23.12.2013, 18:08
Re: Little Problem - by SilentSoul - 23.12.2013, 18:14

Forum Jump:


Users browsing this thread: 2 Guest(s)