27.03.2019, 09:57
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." );