Quote:
Originally Posted by Windows32
Here is a blank one for an easier start.
pawn Код:
CMD:ahelp(playerid, params[]) { if(PlayerInfo[playerid][pAdminLevel] > 1) { //commands here. } else if(PlayerInfo[playerid][pAdminLevel] > 2) { //commands here } return 1; }
|
This code is completely useless. So if the player has an admin level greater than 1, it will show only the commands for the level 1 admin... Think before you post shit like this Windows32.