You are on page 1of 1

amxbans_core.

amxx
amxbans_main.amxx
; Admin Base - Always one has to be activated
;admin.amxx
; admin base (required for any admin-related)
adminn.amxx
;admin_sql.amxx
; admin base - SQL version (comment admin.amxx)
plmenu_ab_base.amxx
adminvote.amxx
advanced_bans.amxx
; Basic
admincmd.amxx
; basic admin console commands
adminhelp.amxx
; help command for admin console commands
adminslots.amxx
; slot reservation
multilingual.amxx
; Multi-Lingual management
; Menus
menufront.amxx
cmdmenu.amxx
plmenu.amxx
telemenu.amxx
mapsmenu.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)

; 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
;csstats.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

You might also like