View Single Post
red123
Junior Member
Join Date: Jul 2006
Old 07-19-2006 , 20:43   Re: Super Hero Module 2.002 & New Server
#29

; 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 ; 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 menus
cmdmenu.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

;SuperHero Mod
shero.amxx
shero_merchant.amxx
shero_mercyxp.amxx
shero_adminmenu.amxx
//-----------------------------------------
sh_abomination.amxx
sh_achilles.amxx
sh_alien.amxx
sh_anubis.amxx
sh_aquaman.amxx
sh_ash.amxx
sh_batgirl.amxx
sh_batman.amxx
sh_beast.amxx
sh_blackpanther.amxx
sh_blink.amxx
sh_blob.amxx
sh_bomberman.amxx
sh_bombsquad.amxx
sh_captaina.amxx
sh_catwoman.amxx
sh_cola.amxx
sh_cyclone.amxx
sh_cyclops.amxx
sh_daredevil.amxx
sh_dazzler.amxx
sh_deman.amxx
sh_demoman.amxx
sh_dracula.amxx
sh_empyrean.amxx
sh_explosion.amxx
sh_flash.amxx
sh_frogger.amxx
sh_grandmaster.amxx
sh_hobgoblin.amxx
sh_hulk.amxx
sh_humantorch.amxx
sh_ironman.amxx
sh_jolt.amxx
sh_juggernaut.amxx
sh_justice.amxx
sh_kamikaze.amxx
sh_madness.amxx
sh_magneto.amxx
sh_mesmero.amxx
//sh_mesmero_auto.amxx
sh_mirage.amxx
sh_morpheus.amxx
sh_mystique.amxx
sh_penguin.amxx
sh_poisonivy.amxx
sh_pokemon.amxx
sh_probe.amxx
sh_psylocke.amxx
sh_punisher.amxx
sh_rattler.amxx
sh_robin.amxx
sh_roboky.amxx
sh_shadowcat.amxx
sh_shangchi.amxx
sh_sikorsky.amxx
sh_skeletor.amxx
sh_slayer.amxx
sh_speedball.amxx
sh_spiderman.amxx
sh_superman.amxx
sh_thing.amxx
sh_tyrael.amxx
sh_vash.amxx
sh_wolverine.amxx
sh_wolverine_model.amxx
sh_wonderwoman.amxx
sh_xavier.amxx


;;;
; To enable a module, remove the semi-colon (;) in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time. Use ;;
;; amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;

;mysql
;sqlite

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
;; Put third party modules below here. ;;
;; You can just list their names, without the _amxx ;;
;; or file extension. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
;; These modules will be auto-detected and loaded ;;
;; as needed. You do not need to enable them here ;;
;; unless you have problems. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;

fun
;engine
;fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
csx
red123 is offline