What The Command Says I Am Not Allowed To Use,Even If I Have Permission
#9

Quote:
Originally Posted by Ritzy
Посмотреть сообщение
If you read his thread carefully. He said that it says he's not allowed to use this command. Right? Which means, the issue comes down to the if clause which checks if the player has required admin level. Right? Now, he is admin level 6, and he wants admin level 6 to run the command, right? Now look at his original clause. It will make the command available for everyone below admin lvl 6, lol.
LOL, okay sorry but dude that's not what he asked for in his post he asked about how to use the level check in other filterscripts man,
@OP: what ritzy said is right you need to change
PHP код:
if(PlayerInfo[playerid][Level] < 6
to
PHP код:
if(PlayerInfo[playerid][Level] >= 6
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)