From fa8835f69513cfc2d14602f5a07ba31edfe0a90b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 8 Mar 2004 04:29:09 +0000 Subject: [PATCH] Changed some defaults --- configs/modules.ini | 22 +++++++++++++++++----- configs/plugins.ini | 30 +++++++++++++++++++++++++++--- 2 files changed, 44 insertions(+), 8 deletions(-) diff --git a/configs/modules.ini b/configs/modules.ini index b76f6a9b..a3b35d55 100755 --- a/configs/modules.ini +++ b/configs/modules.ini @@ -1,8 +1,20 @@ ; AMX Mod X Modules; You can specify both linux & win32 modules here -; Fun - This has extra functionsfun_amx.dllfun_amx_i386.so -; Engine - This has engine functions core to half-life;engine_amx.dll;engine_amx_i386.so +; Fun - This has extra functions -; MySQL - This adds MySQL connection support;mysql_amx.dll;mysql_amx_i386.so -; Counter-Strike - This adds functions specific to Counter-Strike;cstrike_amx.dll;cstrike_amx_i386.so +fun_amx.dll +fun_amx_i386.so +; Engine - This has engine functions core to half-life +engine_amx.dll +engine_amx_i386.so -; CS Stats - This adds functionality for CS statistical information;csstats_amx.dll;csstats_amx_i386.so \ No newline at end of file +; MySQL - This adds MySQL connection support +;mysql_amx.dll +;mysql_amx_i386.so + +; Counter-Strike - This adds functions specific to Counter-Strike +cstrike_amx.dll +cstrike_amx_i386.so + +; CS Stats - This adds functionality for CS statistical information +csstats_amx.dll +csstats_amx_i386.so \ No newline at end of file diff --git a/configs/plugins.ini b/configs/plugins.ini index 2c91ece2..25857d71 100755 --- a/configs/plugins.ini +++ b/configs/plugins.ini @@ -1,3 +1,27 @@ -; AMX Mod X pluginsadmin.amx ; admin base (required for any admin-related);admin_mysql.amx ; admin base - MySQL version (comment admin.amx)admincmd.amx ; basic admin console commandsadminhelp.amx ; help command for admin console commandsadminslots.amx ; slot reservationmenufront.amx ; front-end for admin menuscmdmenu.amx ; command menu (speech, settings)plmenu.amx ; players menu (kick, ban, client cmds.)restmenu.amx ; restrict weapons menu;telemenu.amx ; teleport menu (Fun Module required!) -mapsmenu.amx ; maps menu (vote, changelevel)antiflood.amx ; prevent clients from chat-flooding the serveradminchat.amx ; console chat commandsadminvote.amx ; vote commandsnextmap.amx ; displays next map in mapcycletimeleft.amx ; displays time left on mapmapchooser.amx ; allows to vote for next mapscrollmsg.amx ; displays a scrolling messageimessage.amx ; displays information messageswelcomemsg.amx ; displays motd @ client connection -pausecfg.amx ; allows to pause and unpause some plugins;stats.amx ; stats on death or round end (CSStats Module required!);stats_logging.amx ; weapons stats logging (CSStats Module required!)miscstats.amx ; bunch of events announcement for Counter-Strikestatscfg.amx ; allows to manage stats plugins via menu and commands \ No newline at end of file +; AMX Mod X plugins + +admin.amx ; admin base (required for any admin-related) +;admin_mysql.amx ; admin base - MySQL version (comment admin.amx) +admincmd.amx ; basic admin console commands +adminhelp.amx ; help command for admin console commands +adminslots.amx ; slot reservation +menufront.amx ; front-end for admin menus +cmdmenu.amx ; command menu (speech, settings) +plmenu.amx ; players menu (kick, ban, client cmds.) +restmenu.amx ; restrict weapons menu +;telemenu.amx ; teleport menu (Fun Module required!) +mapsmenu.amx ; maps menu (vote, changelevel) +antiflood.amx ; prevent clients from chat-flooding the server +adminchat.amx ; console chat commands +adminvote.amx ; vote commands +nextmap.amx ; displays next map in mapcycle +timeleft.amx ; displays time left on map +mapchooser.amx ; allows to vote for next map +scrollmsg.amx ; displays a scrolling message +imessage.amx ; displays information messages +welcomemsg.amx ; displays motd @ client connection +pausecfg.amx ; allows to pause and unpause some plugins +stats.amx ; stats on death or round end (CSStats Module required!) +stats_logging.amx ; weapons stats logging (CSStats Module required!) +miscstats.amx ; bunch of events announcement for Counter-Strike +statscfg.amx ; allows to manage stats plugins via menu and commands \ No newline at end of file