AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   What are the access lvls? (https://forums.alliedmods.net/showthread.php?t=22015)

SweatyBanana 12-16-2005 19:03

What are the access lvls?
 
Like:

ADMIN_LEVEL_B

I need to know what access lvl z is...

like all users...

is it: ADMIN_ALL :?:

SubFive 12-16-2005 19:06

Code:
ADMIN_ALL       0   //Everyone ADMIN_IMMUNITY      1   //Flag "a", immunity ADMIN_RESERVATION   2   //Flag "b", reservation ADMIN_KICK      4   //Flag "c", kick ADMIN_BAN       8   //Flag "d", ban ADMIN_SLAY      16  //Flag "e", slay ADMIN_MAP       32  //Flag "f", map change ADMIN_CVAR      64  //Flag "g", cvar change ADMIN_CFG       128 //Flag "h", config execution ADMIN_CHAT      256 //Flag "i", chat ADMIN_VOTE      512 //Flag "j", vote ADMIN_PASSWORD      1024    //Flag "k", sv_password ADMIN_RCON      2048    //Flag "l", rcon access ADMIN_LEVEL_A       4096    //Flag "m", custom ADMIN_LEVEL_B       8192    //Flag "n", custom ADMIN_LEVEL_C       16384   //Flag "o", custom ADMIN_LEVEL_D       32768   //Flag "p", custom ADMIN_LEVEL_E       65536   //Flag "q", custom ADMIN_LEVEL_F       131072  //Flag "r", custom ADMIN_LEVEL_G       262144  //Flag "s", custom ADMIN_LEVEL_H       524288  //Flag "t", custom ADMIN_MENU      1048576 //Flag "u", menus ADMIN_ADMIN     16777216    //Flag "y", default admin ADMIN_USER      33554432    //Flag "z", default user

SweatyBanana 12-16-2005 19:06

With the #'s and all?

SubFive 12-16-2005 19:09

Just use the flags. :wink:

SweatyBanana 12-16-2005 19:10

Do i have to compile this locally to work?

SubFive 12-16-2005 19:27

sma is just the script, so yes, you need to compile it into amxx and place in your plugins folder and adda line to plugins.ini

XxAvalanchexX 12-16-2005 21:10

Quote:

Originally Posted by SweatyBanana
Do i have to compile this locally to work?

At a glance it appears as if the web compiler should do just fine.


All times are GMT -4. The time now is 15:51.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.