07.01.2013, 02:18
Here's the problem :
if the pAdmin of playerid (you) is less than 9999, the player is kicked.
pawn Код:
if(PlayerInfo[playerid][pAdmin] < 9999) Kick(playerid);