Code: Select all
; AMX Mod X plugins ; Admin Base - Always one has to be activatedadmin.amxx ; admin base (required for any admin-related)admin_sql.amxx ; admin base - SQL version (comment admin.amxx) ;amx_bansamxbans_core.amxxamxbans_main.amxx ; Basicadmincmd.amxx ; basic admin console commandsadminhelp.amxx ; help command for admin console commandsadminslots.amxx ; slot reservationmultilingual.amxx ; Multi-Lingual management ; Menusmenufront.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)pluginmenu.amxx ; Menus for commands/cvars organized by plugin ; Chat / Messagesadminchat.amxx ; console chat commandsantiflood.amxx ; prevent clients from chat-flooding the serverscrollmsg.amxx ; displays a scrolling messageimessage.amxx ; displays information messagesadminvote.amxx ; vote commands ; Map relatednextmap.amxx ; displays next map in mapcyclemapchooser.amxx ; allows to vote for next maptimeleft.amxx ; displays time left on map ; Configurationpausecfg.amxx ; allows to pause and unpause some pluginsstatscfg.amxx ; allows to manage stats plugins via menu and commands ; Counter-Strike;restmenu.amxx ; restrict weapons menustatsx.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 hereresetscore.amxxspam_blocker.amxxinstant_autoteambalance.amxxamx_demorecorder.amxxrank.amxxVIP.amxxamx_hpk.amxxamx_ip.amxxamx_banshot.amxx
