What is wrong with this ?
#2

pawn Код:
if(PI[playerid][Admin] >= 1)
If player is admin level 1 or greater then he can use the command

pawn Код:
if(PI[playerid][Admin] == 6 && PI[playerid][GameMaster] == 0 || 1 || 2 || 3 || 4 || 5)
{
    //Means player is admin level 6 and Gamemaster level 0 or 1, or 2 or 3 or 4 or 5
}
else
{
    //Player is either not admin lvl 6 or not gamemaster lvl 1,2,3,4,5
}
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)