2004-07-29 11:48:09 +00:00
|
|
|
; AMX Mod X Modules
|
|
|
|
; You can specify both linux & win32 modules here
|
2004-01-31 20:56:22 +00:00
|
|
|
|
2004-07-29 13:12:52 +00:00
|
|
|
; ------------------------------
|
|
|
|
; Fun - provides extra functions
|
|
|
|
; ------------------------------
|
|
|
|
fun_amxx_i386.so
|
2004-06-24 18:23:12 +00:00
|
|
|
fun_amxx.dll
|
2004-03-10 13:46:21 +00:00
|
|
|
|
2004-07-29 13:12:52 +00:00
|
|
|
; ----------------------------------------------------
|
|
|
|
; Engine - provides engine functions core to Half-Life
|
|
|
|
; ----------------------------------------------------
|
|
|
|
;engine_amxx_i386.so
|
2004-06-24 18:23:12 +00:00
|
|
|
;engine_amxx.dll
|
2004-01-31 20:56:22 +00:00
|
|
|
|
2004-07-29 13:12:52 +00:00
|
|
|
; -------------------------------------------
|
|
|
|
; Database Access - only enable one of these
|
|
|
|
; -------------------------------------------
|
|
|
|
; MySQL
|
|
|
|
;mysql_amxx_i386.so
|
2004-06-24 18:23:12 +00:00
|
|
|
;mysql_amxx.dll
|
2004-07-29 13:12:52 +00:00
|
|
|
; PostgreSQL
|
|
|
|
;pgsql_amxx_i386.so
|
2004-06-24 18:23:12 +00:00
|
|
|
;pgsql_amxx.dll
|
2004-07-29 13:12:52 +00:00
|
|
|
; Microsoft SQL
|
|
|
|
;mssql_amxx_i386.so
|
2004-06-24 18:23:12 +00:00
|
|
|
;mssql_amxx.dll
|
|
|
|
|
2004-07-29 13:12:52 +00:00
|
|
|
; ---------------------------------------------
|
|
|
|
; GeoIP - determines the country of ip adresses
|
|
|
|
; ---------------------------------------------
|
|
|
|
;geoip_amxx_i386.so
|
2004-07-29 11:48:09 +00:00
|
|
|
;geoip_amxx.dll
|
2004-03-08 04:29:09 +00:00
|
|
|
|
2004-07-29 13:12:52 +00:00
|
|
|
; ------------------------------------
|
2004-07-29 11:48:09 +00:00
|
|
|
; Array - advanced arrays in scripting
|
2004-07-29 13:12:52 +00:00
|
|
|
; ------------------------------------
|
|
|
|
;array_amxx_i386.so
|
2004-07-29 11:48:09 +00:00
|
|
|
;array_amxx.dll
|
|
|
|
|
2004-07-29 13:12:52 +00:00
|
|
|
; --------------------------------
|
2004-07-29 11:48:09 +00:00
|
|
|
; Sockets - network socket support
|
2004-07-29 13:12:52 +00:00
|
|
|
; --------------------------------
|
|
|
|
;sockets_amxx_i386.so
|
2004-07-29 11:48:09 +00:00
|
|
|
;sockets_amxx.dll
|