27.06.2009, 09:40
Try this
Or you could do it the long way
pawn Код:
if (!(count[playerid]==2)) /*will kick, if the player doesn't have 2 caps in his name*/
pawn Код:
if ((count[playerid]<=1) || (count[playerid]>=3))