2004-03-08 04:21:09 +00:00
|
|
|
; AMX Mod X Modules; You can specify both linux & win32 modules here
|
2004-01-31 20:56:22 +00:00
|
|
|
|
2004-06-24 18:23:12 +00:00
|
|
|
;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
;;;; Core Modules ;;;;
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
; Fun - This has extra functions for "extra" stuff
|
|
|
|
fun_amxx.dll
|
2004-03-10 13:46:21 +00:00
|
|
|
|
2004-03-08 04:29:09 +00:00
|
|
|
; Engine - This has engine functions core to half-life
|
2004-06-24 18:23:12 +00:00
|
|
|
;engine_amxx.dll
|
2004-01-31 20:56:22 +00:00
|
|
|
|
2004-06-24 18:23:12 +00:00
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
;;;;; Database Modules ;;;;;
|
|
|
|
; only enable one of these ;
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
;mysql_amxx.dll
|
|
|
|
;pgsql_amxx.dll
|
|
|
|
;mssql_amxx.dll
|
|
|
|
|
2004-06-29 03:45:51 +00:00
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
;;;;;;;; Extra Modules ;;;;;;;;;
|
|
|
|
;; only enable these if needed ;;
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
;;GeoIP - for IP location
|
|
|
|
;geoip_amxx.dll
|
|
|
|
;;Array - advanced arrays in scripting
|
|
|
|
;array_amxx.dll
|
|
|
|
;;Sockets - network socket support
|
|
|
|
;sockets_amxx.dll
|
2004-06-24 18:23:12 +00:00
|
|
|
|
2004-03-08 04:29:09 +00:00
|
|
|
|
|
|
|
|