How To?
#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


Messages In This Thread
How To? - by HotSauce - 11.12.2009, 01:21
Re: How To? - by Joe Staff - 11.12.2009, 01:36
Re: How To? - by [HiC]TheKiller - 11.12.2009, 04:39

Forum Jump:


Users browsing this thread: 1 Guest(s)