07.04.2012, 15:28
Try something like this.
This is just a idea for you how you should try to make it. So don't hate saying "That's no help".
pawn Код:
foreach(Player, i)
{
if(PlayerInfo[i][pFaction(whatever you have here) == 1) return SendClientMessage(i, -1, "blah blah");
}