Yep, it shows many wrong messages like if a level 6 admin uses /god, it gives an error in saying you must be lv 6 to use this command even if you're lv 6. Actually those aren't the bugs, those are careless mistakes happened. While changing the level required for the cmd, YoUnG_MoNeY forgot to change the error line too.

Well, yeah mistakes happens so fast even for me because young is bit busy in his studies too, I guess, so he do stuffs quickly.
This is an example of god command,
COMMAND:god(playerid, params[]){ if(IsPlayerHavingAdminLevel(playerid, level = 10) //Here we changed to level 10 admins to use this command. { GodModeOnForPlayer(playerid); } else return SendClientMessage(playerid, red, "ERROR:You must be level 6 admin to use this command."); //We forgot to edit the error message here. return 1;}?>
This was just an example and those functions were custom. Just to show that those weren't bugs, I wrote a stuff.