diff --git a/configs/amxx.cfg b/configs/amxx.cfg index 46ee7cd7..35820c8f 100755 --- a/configs/amxx.cfg +++ b/configs/amxx.cfg @@ -34,7 +34,7 @@ amx_freq_imessage 180 amx_flood_time 0.75 // Amount of reserved slots (for more details see comments in a plugin source) -amx_reservation 2 +amx_reservation 0 // Displaying of time remaining // a - display white text on bottom diff --git a/configs/modules.ini b/configs/modules.ini index 93ee40be..ee96d8c8 100755 --- a/configs/modules.ini +++ b/configs/modules.ini @@ -1,21 +1,39 @@ ; AMX Mod X Modules; You can specify both linux & win32 modules here -; Fun - This has extra functions -fun_amx.dll -fun_amx_i386.so +;;;;;;;;;;;;;;;;;;;;;; +;;;; Core Modules ;;;; +;;;;;;;;;;;;;;;;;;;;;; +; Fun - This has extra functions for "extra" stuff +fun_amxx.dll ; Engine - This has engine functions core to half-life -;engine_amx.dll -;engine_amx_i386.so +;engine_amxx.dll -; MySQL - This adds MySQL connection support -;mysql_amx.dll -;mysql_amx_i386.so +;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;;; Database Modules ;;;;; +; only enable one of these ; +;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;mysql_amxx.dll +;pgsql_amxx.dll +;mssql_amxx.dll + +;;;;;;;;;;;;;;;;;;;;;; +;;;; Mod specific ;;;; +;;;;;;;;;;;;;;;;;;;;;; + +;;;;;;;;;;;;;;;;;;;; +;; Counter-Strike ;; +;;;;;;;;;;;;;;;;;;;; +;This adds functions specific to Counter-Strike +;cstrike_amxx.dll + +;CS Stats - This adds functionality for CS statistical information +;csstats_amxx.dll + +;;;;;;;;;;;;;;;;;;;;;;; +;; Natural Selection ;; +;;;;;;;;;;;;;;;;;;;;;;; +;Adds functions for Natural Selection +;ns_amxx.dll -; 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 7ca63e5d..d47595de 100755 --- a/configs/plugins.ini +++ b/configs/plugins.ini @@ -1,7 +1,10 @@ ; AMX Mod X plugins +;;One of these is required admin.amx ; admin base (required for any admin-related) ;admin_mysql.amx ; admin base - MySQL version (comment admin.amx) + +;;These are for basic admin things admincmd.amx ; basic admin console commands adminhelp.amx ; help command for admin console commands adminslots.amx ; slot reservation @@ -21,7 +24,10 @@ 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!) + +;;These are for statistical (statsme) style things. +;;The CSstats module is required +;statsx.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 +;miscstats.amx ; bunch of events announcement for Counter-Strike +;statscfg.amx ; allows to manage stats plugins via menu and commands