What is wrong with this ?
#1

So can someone please tell me what is wrong with this check

pawn Код:
if(PI[playerid][Admin] == 0 || PI[playerid][GameMaster] == 0) return SCM(playerid, GREY, "Not Allowed.");
or

pawn Код:
if(PI[playerid][Admin] == 0 || PI[playerid][GameMaster] < 2) return SCM(playerid, GREY, "Not Allowed.");
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.
Reply


Messages In This Thread
What is wrong with this ? - by ShoortyFl - 24.10.2014, 11:13
Re: What is wrong with this ? - by Rudy_ - 24.10.2014, 11:22
Re: What is wrong with this ? - by ShoortyFl - 24.10.2014, 11:24
Re: What is wrong with this ? - by Rudy_ - 24.10.2014, 11:26
Re: What is wrong with this ? - by ShoortyFl - 24.10.2014, 11:29
Re: What is wrong with this ? - by ShoortyFl - 24.10.2014, 11:45
Re: What is wrong with this ? - by Rudy_ - 24.10.2014, 11:48
Re: What is wrong with this ? - by ShoortyFl - 24.10.2014, 11:51
Re: What is wrong with this ? - by gurmani11 - 24.10.2014, 12:02
Re: What is wrong with this ? - by ShoortyFl - 24.10.2014, 12:27

Forum Jump:


Users browsing this thread: 1 Guest(s)