24.10.2014, 11:13
So can someone please tell me what is wrong with this check
or
My Admin level is 6 but my gamemaster level is 0, which means i can use this command, bc im admin lvl 6 but it allways returns to me Not Allowed.
pawn Код:
if(PI[playerid][Admin] == 0 || PI[playerid][GameMaster] == 0) return SCM(playerid, GREY, "Not Allowed.");
pawn Код:
if(PI[playerid][Admin] == 0 || PI[playerid][GameMaster] < 2) return SCM(playerid, GREY, "Not Allowed.");