21.07.2012, 10:45
if you mean not rcon admin.
then you need a enum + register system.
ex.
the code i give up works if player is not admin.
then you need a enum + register system.
ex.
pawn Код:
if(PlayerInfo[playerid][pAdmin] < 1) return SendClientMessage(playerid, -1, "Nice try n00b only for level 1 admins");