05.08.2016, 20:41
Replace this
with this:
Now RCON admins can use that command.
Код:
if(GetPVarInt(playerid, "Admin") < 9) return nal(playerid);
Код:
if(!IsPlayerAdmin && GetPVarInt(playerid, "Admin") < 9) return nal(playerid);