2004-08-01 13:48:53 +00:00
|
|
|
; AMX Mod X Modules
|
|
|
|
; You can specify both linux & win32 modules here
|
2004-08-13 09:00:04 +00:00
|
|
|
; To enable a module, remove the semi-colon from the line
|
2004-08-13 11:26:03 +00:00
|
|
|
|
2004-08-01 13:48:53 +00:00
|
|
|
; ------------------------------
|
|
|
|
; Fun - provides extra functions
|
|
|
|
; ------------------------------
|
2004-10-30 09:57:55 +00:00
|
|
|
fun_amxx_i386.so
|
|
|
|
fun_amxx.dll
|
|
|
|
fun_amxx_amd64.so
|
2004-08-01 13:48:53 +00:00
|
|
|
|
|
|
|
; ----------------------------------------------------
|
|
|
|
; Engine - provides engine functions core to Half-Life
|
|
|
|
; ----------------------------------------------------
|
|
|
|
;engine_amxx_i386.so
|
|
|
|
;engine_amxx.dll
|
2004-10-30 09:57:55 +00:00
|
|
|
;engine_amxx_amd64.so
|
2004-08-01 13:48:53 +00:00
|
|
|
|
2004-08-21 20:59:11 +00:00
|
|
|
; ----------------------------------------------------------
|
|
|
|
; Fakemeta - provides a massive interface into the HL engine
|
|
|
|
; ----------------------------------------------------------
|
2004-08-21 21:54:04 +00:00
|
|
|
;fakemeta_amxx_i386.so
|
|
|
|
;fakemeta_amxx.dll
|
2004-10-30 09:57:55 +00:00
|
|
|
;fakemeta_amxx_amd64.so
|
2004-08-21 20:59:11 +00:00
|
|
|
|
2004-08-01 13:48:53 +00:00
|
|
|
; -------------------------------------------
|
|
|
|
; Database Access - only enable one of these
|
|
|
|
; -------------------------------------------
|
|
|
|
; MySQL
|
|
|
|
;mysql_amxx_i386.so
|
|
|
|
;mysql_amxx.dll
|
2004-10-30 09:57:55 +00:00
|
|
|
;mysql_amxx_amd64.so
|
2004-08-01 13:48:53 +00:00
|
|
|
; PostgreSQL
|
|
|
|
;pgsql_amxx_i386.so
|
|
|
|
;pgsql_amxx.dll
|
|
|
|
; Microsoft SQL
|
|
|
|
;mssql_amxx.dll
|
|
|
|
|
|
|
|
; ---------------------------------------------
|
|
|
|
; GeoIP - determines the country of ip adresses
|
|
|
|
; ---------------------------------------------
|
|
|
|
;geoip_amxx_i386.so
|
|
|
|
;geoip_amxx.dll
|
2004-10-30 09:57:55 +00:00
|
|
|
;geoip_amxx_amd64.so
|
2004-08-01 13:48:53 +00:00
|
|
|
; ------------------------------------
|
|
|
|
; Array - advanced arrays in scripting
|
|
|
|
; ------------------------------------
|
|
|
|
;array_amxx_i386.so
|
|
|
|
;array_amxx.dll
|
2004-10-30 09:57:55 +00:00
|
|
|
;array_amxx_amd64.so
|
2004-08-01 13:48:53 +00:00
|
|
|
|
|
|
|
; --------------------------------
|
|
|
|
; Sockets - network socket support
|
|
|
|
; --------------------------------
|
|
|
|
;sockets_amxx_i386.so
|
|
|
|
;sockets_amxx.dll
|
2004-10-30 09:57:55 +00:00
|
|
|
;sockets_amxx_amd64.so
|
2004-08-01 13:48:53 +00:00
|
|
|
|
2004-10-05 08:53:51 +00:00
|
|
|
; --------------------------
|
|
|
|
; Regular Expression support
|
|
|
|
; --------------------------
|
|
|
|
;regex_amxx_i386.so
|
|
|
|
;regex_amxx.dll
|
2004-10-30 09:57:55 +00:00
|
|
|
;regex_amxx_amd64.so
|
2004-10-05 08:53:51 +00:00
|
|
|
|
2004-08-01 13:48:53 +00:00
|
|
|
; -----------------
|
|
|
|
; Natural Selection
|
|
|
|
; -----------------
|
2004-09-18 14:03:35 +00:00
|
|
|
ns_amxx_i386.so
|
|
|
|
ns_amxx.dll
|
2004-10-30 09:57:55 +00:00
|
|
|
ns_amxx_amd64.so
|