SendClientMessage to everyone with value of 1
#3

Or, if you don't have foreach installed (which I would recommend that you do);
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
    if(PlayerInfo[i][pAdmin]) {
        SendClientMessage(i, 0xC4C4C4FF, string);
    }
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)