0 Members and 1 Guest are viewing this topic.
; 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); 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-Strikerestmenu.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!); Enable to use AMX Mod plugins;amxmod_compat.amxx ; AMX Mod backwards compatibility layer; Custom - Add 3rd party plugins here