if ( playerData[playerid][playerLevel] < Level_Here )
#15

Or to be more precise, if you wish to restrict a CMD just to who has a specific level, use:

!=

pawn Code:
if(playerData[playerid][playerLevel] != 5)
return SendClientMessage(playerid, -1, "{F81414}[ERROR]{FFFFFF} You don't have an appropriate administration level to use this command." );
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)