Message just for Police.
#1

Hello, i need help with Message Example if i use /holdup and Send Message just for Police Z3r0w1zard its rob.
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)