How To?
#1

Ok, I've been trying to do this for a while each time I do it, it disables everything, Could someone Make a system that wont let all admins do any cmds only owner can do a cmd to turn admin cmds on and off ig? Please pm me a code with a fs or something for it please, Thx xD
Reply
#2

Look up a mute command and apply the same method to your commands.
Reply
#3

Quote:
Originally Posted by ❶❸❸❼ €®€Moe€®€ ❶❸❸❼
Ok, I've been trying to do this for a while each time I do it, it disables everything, Could someone Make a system that wont let all admins do any cmds only owner can do a cmd to turn admin cmds on and off ig? Please pm me a code with a fs or something for it please, Thx xD
If you are using rcon:

pawn Код:
if(!IsPlayerAdmin(playerid)) return 0;
OR if you are using a custom one

pawn Код:
if(ADMINVARIABLEHERE == 0) return 0;
Place these at the top of the command. It will return server unknown command for the player .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)