Removed default slot reservation.

Enhanced modules and plugins descriptions.
This commit is contained in:
David Anderson
2004-06-24 18:23:12 +00:00
parent 3d521e5d30
commit 8e227f4f54
3 changed files with 42 additions and 18 deletions

View File

@ -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