/ban CMD help
#6

This may sound complex, for you being new and all.

Create an array (which will store the player's admin level), save it upon login/logoff (you should create some kind of password protector for this) and load it upon login and unload it upon logoff.

Then, for your ban command it's simple. You'll be able to use a simple 1 line if statement to detect their admin level, for example:

pawn Код:
if( AdminLevel[playerid] == 69 )
Then you just have to execute the Ban() function.
Reply


Messages In This Thread
/ban CMD help - by NiiRV4N4 - 25.03.2010, 19:13
Re: /ban CMD help - by Correlli - 25.03.2010, 19:19
Re: /ban CMD help - by russo666 - 25.03.2010, 19:33
Re: /ban CMD help - by NiiRV4N4 - 25.03.2010, 19:45
Re: /ban CMD help - by MaykoX - 25.03.2010, 19:47
Re: /ban CMD help - by Calgon - 25.03.2010, 19:51
Re: /ban CMD help - by NiiRV4N4 - 25.03.2010, 20:02

Forum Jump:


Users browsing this thread: 2 Guest(s)