31.12.2017, 07:06
Quote:
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.
|
@OP: what ritzy said is right you need to change
PHP код:
if(PlayerInfo[playerid][Level] < 6)
PHP код:
if(PlayerInfo[playerid][Level] >= 6)