amxmodx/configs/modules.ini

65 lines
1.7 KiB
INI
Raw Normal View History

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