16.12.2013, 16:30
I think that's not a solution because you can't customize admin commands for each level , Let's try by that only instead of using that with rcon admin !
Tell me if that's work please without the rcon admin !
pawn Код:
CMD:givescoreall(playerid, params[]) {
new score;
printf("-Admin debug | Level : %d",PlayerInfo[playerid][pAdmin]);
if(PlayerInfo[playerid][pAdmin] < 3) return SendClientMessage(playerid, COLOR_RED, "[ADMIN] - You're not a high enough level to use this command!");