Quote:
Originally Posted by mamorunl
If it is just for this command then you can just replace your if-statement to include the admin level:
pawn Код:
if(Options[Readcms] == 1 && Account[playerid][pAdminlevel] == 9) {
|
That won't work as that will only check if the person that executes the command is a level 9 admin.