Code: Select all
name version author file status
[ 1] AMXBans 4.3 YoMama/Lux & lan amxbans.amxx debug
[ 2] Admin Base (AmxBa 1.60 AMXX Dev Team admin_sql.amxx debug
[ 3] Admin Commands 1.71 AMXX Dev Team admincmd.amxx running
[ 4] Menus Front-End 1.71 AMXX Dev Team menufront.amxx running
[ 5] Players Menu 1.70 AMXX Dev Team plmenu.amxx running
[ 6] Maps Menu 1.71 AMXX Dev Team mapsmenu.amxx running
[ 7] Admin Chat 1.71 AMXX Dev Team adminchat.amxx running
[ 8] Anti Flood 1.71 AMXX Dev Team antiflood.amxx running
[ 9] Scrolling Message 1.71 AMXX Dev Team scrollmsg.amxx running
[ 10] Info. Messages 1.71 AMXX Dev Team imessage.amxx running
[ 11] NextMap 1.71 AMXX Dev Team nextmap.amxx running
[ 12] Nextmap Chooser 1.71 AMXX Dev Team mapchooser.amxx running
[ 13] TimeLeft 1.71 AMXX Dev Team timeleft.amxx running
[ 14] Pause Plugins 1.71 AMXX Dev Team pausecfg.amxx running
[ 15] Stats Configurati 1.71 AMXX Dev Team statscfg.amxx running
[ 16] Restrict Weapons 1.71 AMXX Dev Team restmenu.amxx running
[ 17] StatsX 1.71 AMXX Dev Team statsx.amxx running
[ 18] CS Misc. Stats 1.71 AMXX Dev Team miscstats.amxx running
[ 19] High Ping Kicker 1.2.0 DynAstY hpk.amxx running
[ 20] Auto-Restart 1.01 NeTwork restart.amxx running
[ 21] AFK KiSSS 2.5.2 Isobold & Cheesy afkkicker2.amxx running
[ 22] Team Balancer 1.7b9.2 Ptahhotep ptb_1.7b9.2_ger running
[ 23] Admin Check 1.5 OneEyed admin_check.amx running
[ 24] ATAC 2.5.5.0 T(+)rget/f117bom amxx_atac.2.5.5 running
[ 25] ATAC Config 1.1.06 f117bomb & T(+)r amxx_atac_cfg.a running
[ 26] Warcraft 3 Frozen 2.3.2 Geesu==(Pimp Dad warcraft3FT.amx debug
[ 27] Bad Camper 1.2 Brad Jones bad_camper.amxx running
[ 28] doublekill 0.8 default doublekill.amxx running
[ 29] CSNadeDrops 0.14 Avalanche csnadedrops.amx running
[ 30] Server Rules 1.1 FullThrottle server_rules.am debug
[ 31] Server Chime Plug 1.9 AMX Jack9 server_chimex_p running
[ 32] enter/leave 0.1 drunkn p1rate join2.amxx debug
32 plugins, 32 running
Code: Select all
; AMX Mod X plugins
; Admin Base - Always one has to be activated
;admin.amxx ; admin base (required for any admin-related)
amxbans.amxx debug ; admin base - SQL version (comment admin.amxx)
admin_sql.amxx debug
; 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 ; front-end for admin menuscmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
;adminvote.amxx ; vote commands
; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map
; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands
; Counter-Strike
restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)
; Custom - Add 3rd party plugins here
hpk.amxx
restart.amxx
afkkicker2.amxx
ptb_1.7b9.2_ger.amxx
admin_check.amxx
amxx_atac.2.5.5.0.amxx
amxx_atac_cfg.amxx
warcraft3FT.amxx debug
;downloader.amxx
bad_camper.amxx
doublekill.amxx
csnadedrops.amxx
;servermenu.amxx
;admin_spec_esp.amxx
server_rules.amxx debug
server_chimex_plugin.amxx
join2.amxx debug
;bullet_damage.amxx debug
Code: Select all
; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line
; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
;fun_amxx.dll
;fun_amxx_amd64.so
; ------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------
engine_amxx_i386.so
;engine_amxx.dll
;engine_amxx_amd64.so
; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; -------------
fakemeta_amxx_i386.so
;fakemeta_amxx.dll
;fakemeta_amxx_amd64.so
; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
mysql_amxx_i386.so
;mysql_amxx.dll
;mysql_amxx_amd64.so
; --------------------------
; Regular Expression support
; --------------------------
regex_amxx_i386.so
;regex_amxx.dll
;regex_amxx_amd64.so
csx_amxx_i386.so
cstrike_amxx_i386.so
sockets_amxx_i386.so