|
谁解释一下里面各项功能对应什么?
; AMX Mod X 模块
; 你在这里能指定linux & win32 系统模块
; 要使用哪个模块请除去前面的 ; 号
; ------------------------------
; Fun - 提供额外的功能
; ------------------------------
fun_amxx.dll
; ----------------------------------------------------
; Engine - CS插件功能核心
; ----------------------------------------------------
engine_amxx.dll
; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
fakemeta_amxx.dll
; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
mysql_amxx.dll
;mysql_amxx_amd64.so
; 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
;geoip_amxx_amd64.so
; ------------------------------------
; Array - advanced arrays in scripting
; ------------------------------------
;array_amxx_i386.so
array_amxx.dll
;array_amxx_amd64.so
; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
sockets_amxx.dll
;sockets_amxx_amd64.so
; --------------------------
; Regular Expression support
; --------------------------
;regex_amxx_i386.so
regex_amxx.dll
;regex_amxx_amd64.so
; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
;cstrike_amxx_i386.so
cstrike_amxx.dll
;cstrike_amxx_amd64.so
; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
;csx_amxx_i386.so
csx_amxx.dll
;csx_amxx_amd64.so
; -----------------------------------------------------
; war3ft - mo shou
; -----------------------------------------------------
;cshack_amxx_amd64.so
;cshack_amxx.dll
;cshack_amxx_i386.so
udp.dll
metamap_amxx.dll
;cshack_amxx.dll |
|