Message just for Police.
#2

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
    if(IsPlayerPolice(i) == 1)
    {
        SendClientMessage(i, -1, "Your text!");
    }
}
Change IsPlayerPolice() to the desired function to check if the player is police.
Reply


Messages In This Thread
Message just for Police. - by z3r0w1zard - 20.04.2013, 07:06
Re: Message just for Police. - by Faisal_khan - 20.04.2013, 07:10

Forum Jump:


Users browsing this thread: 1 Guest(s)