AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Admin Levels (https://forums.alliedmods.net/showthread.php?t=28333)

Silent Sniper 05-12-2006 19:16

Admin Levels
 
I See

Code:
    register_concmd("amx_takemoney","take_money",ADMIN_LEVEL_A,"<nick> OR <#userid> <amount>")     register_concmd("amx_gag","CMD_GagPlayer",ADMIN_KICK,"<nick or #userid> <a|b|c> <time>  a == normal say / b == team say / c == voicecomm")     register_concmd("amx_ungag","CMD_UnGagPlayer",ADMIN_KICK,"<nick or #userid>")     register_concmd("amx_alltalk","admin_alltalk",ADMIN_LEVEL_A,"1|0 to enable and disable")     register_concmd("amx_gravity","admin_gravity",ADMIN_LEVEL_A,"< gravity >")     register_concmd("amx_glow","CMD_Glow",ADMIN_KICK,"<nick or #userid> <color>")     register_concmd("amx_unglow","CMD_UnGlow",ADMIN_KICK,"<nick or #userid>")     register_concmd("amx_bury","admin_bury",ADMIN_LEVEL_B,"<authid, nick, @team or #userid>")

The Main Part I Want You To Notice Is The ADMIN_LEVEL's

Could some one please let me know what all the ADMIN_LEVEL's are and what access they apply to in the usage E.G

; Access flags:
; a - immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)
; b - reservation (can join on reserved slots)
; c - amx_kick command
; d - amx_ban and amx_unban commands
; e - amx_slay and amx_slap commands
; f - amx_map command
; g - amx_cvar command (not all cvars will be available)
; h - amx_cfg command
; i - amx_chat and other chat commands
; j - amx_vote and other vote commands
; k - access to sv_password cvar (by amx_cvar command)
; l - access to amx_rcon command and rcon_password cvar (by amx_cvar command)
; m - custom level A (for additional plugins)
; n - custom level B
; o - custom level C
; p - custom level D
; q - custom level E
; r - custom level F
; s - custom level G
; t - custom level H
; u - menu access
; z - user (no admin)

Thanks

v3x 05-12-2006 19:20

http://www.amxmodx.org/funcwiki.php?...=1#const_admin :o

Silent Sniper 05-12-2006 19:29

Thanks Alot


All times are GMT -4. The time now is 05:14.

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