Está en la página 1de 3

Config.

cfg
; AMX Mod X plugins
; Admin Base - Always one has to be activated
admin.amxx
; admin base (required for any admin-related)
;admin_sql.amxx
; admin base - SQL version (comment admin.amxx)
; Basic
admincmd.amxx
adminhelp.amxx
adminslots.amxx
multilingual.amxx

; basic admin console commands


; help command for admin console commands
; slot reservation
; Multi-Lingual management

; Menus
menufront.amxx
cmdmenu.amxx
plmenu.amxx
;telemenu.amxx
mapsmenu.amxx
pluginmenu.amxx

; front-end for admin menus


; command menu (speech, settings)
; players menu (kick, ban, client cmds.)
; teleport menu (Fun Module required!)
; maps menu (vote, changelevel)
; Menus for commands/cvars organized by plugin

; Chat / Messages
adminchat.amxx
antiflood.amxx
scrollmsg.amxx
;imessage.amxx
adminvote.amxx

; console chat commands


; prevent clients from chat-flooding the server
; displays a scrolling message
; displays information messages
; vote commands

; Map related
nextmap.amxx
;mapchooser.amxx
timeleft.amxx

; displays next map in mapcycle


; allows to vote for next map
; displays time left on map

; Configuration
pausecfg.amxx
statscfg.amxx

; allows to pause and unpause some plugins


; allows to manage stats plugins via menu and commands

; Counter-Strike
;restmenu.amxx
statsx.amxx
;miscstats.amxx
;stats_logging.amxx

; restrict weapons menu


; stats on death or round end (CSX Module required!)
; bunch of events announcement for Counter-Strike
; weapons stats logging (CSX Module required!)

; Enable to use AMX Mod plugins


;amxmod_compat.amxx ; AMX Mod backwards compatibility layer
; Custom - Add 3rd party plugins here
dp_test.amxx
; Vine cu dproto 0.3.7
csnadedrops.amxx
;amxx_piss.amxx
;amxx_piss_cs_cz.amxx
;admin_chat_colors.amxx
reset_score_3.amxx
grenade_trail.amxx
;amx_showip.amxx
;amx_lastip.amxx
;last_maps.amxx

GL_mesaje.amxx
;high_ping_kicker.amxx
tfts_transfer.amxx
camera.amxx
AMXX-Booster.amxx
bwversion.amxx
amx_parachute.amxx
clean_chat.amxx
;clear_chat.amxx
;info_ban.amxx
;amx_destroy.amxx
;amxx_fuckoff.amxx
c4_timer_hud_sound.amxx
;advanced_blind.amxx
;ColoredSmoke.amxx
;ultimate_who.amxx
mapchooser4.amxx
amxx_podbotmenu.amxx
multijump.amxx
amx_super.amxx
amx_super_nospeed.amxx
;ghostchat.amxx
ultimate_chat.amxx
users.ini
; Users configuration file
; File location: $moddir/addons/amxmodx/configs/users.ini
; Line starting with ; is a comment
; 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)
; Account flags:
; a - disconnect player on invalid password
; b - clan tag

; c - this is steamid/wonid
; d - this is ip
; e - password is not checked (only name/ip/steamid needed)
; k - name or tag is case sensitive. eg: if you set it so the name "Ham"
; is protected and case sensitive (flags "k" only), then anybody
; can use the names "haM", "HAM", "ham", etc, but not "Ham"
; Password:
; Add to your autoexec.cfg: setinfo _pw "<password>"
; Change _pw to the value of amx_password_field
; Format of admin account:
; <name|ip|steamid> <password> <access flags> <account flags>
; Examples of admin accounts:
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
; "My Name" "my_password" "abcdefghijklmnopqrstu" "a"

También podría gustarte