04.06.2014, 10:31
If the command detects if they ARE RCON Admin you'd replace it with:
How-ever if the command detects if they are not RCON Admin, you'd replace it with:
pawn Код:
if(PlayerInfo[playerid][pAdmin] >= 1337)
pawn Код:
if(PlayerInfo[playerid][pAdmin] < 1337)