Quote:
Originally Posted by bartje01
use it like this:
pawn Код:
if(PInfo[playerid][Level] < 1) return SendClientMessage(playerid,ORANGE,"You're not an admin level 1 or higher!");
so if you make a cmd.
I use zcmd:
pawn Код:
COMMAND:hello(playerid,params[]) { if(PInfo[playerid][Level] < 1) return SendClientMessage(playerid,ORANGE,"You're not an admin level 1 or higher!"); else {
SendClientMessageToAll(COLORCODE,"Hello Everyone"); } return 1; }
hope it helped
|
Does it have something with RANK?