|
发表于 2003-12-18 09:56:27
|
显示全部楼层
来自 中国–湖北–武汉
这是我在官方论坛查的资料,非常有用
http://amxmod.net/forums/viewtop ... der=asc&start=0
I just updated it..if you're using 1.5, change STEAM_POWERED to 0 and then recompile it.. the modules are all at: http://amxmod.net/forums/viewforum.php?f=43
The modules you need to download are:
Vexd's Utilites
XtraFun
jghg
You modules.ini should look like this:
Quote:
; AMX Modules
; You can specify both linux & win32 modules here
; CS Stats
; must be declarated in MetaMod and AMX
addons/amx/dlls/csstats_ms.dll
; More functions for modifications in HL
; must be declarated in MetaMod and AMX
addons/amx/dlls/fun_ms.dll
; MySQL access
addons/amx/dlls/mysql_ms.dll
; Vexd
addons/amx/dlls/VexdUM.dll
;Xtrafun
addons/amx/dlls/xtrafun_ms.dll
;War3
addons/amx/dlls/war3_ms.dll
addons/amx/dlls/jghg.dll
And your plugins.ini should look like:
Quote:
; AMX Mod
win32 addons\amx\dlls\amx_mm.dll
; CS Stats
win32 addons\amx\dlls\csstats_ms.dll
;Fun
win32 addons\amx\dlls\fun_ms.dll
; Vexd
win32 addons\amx\dlls\VexdUM.dll
;Xtrafun
win32 addons\amx\dlls\xtrafun_ms.dll
;War3
win32 addons\amx\dlls\war3_ms.dll
win32 addons\amx\dlls\jghg.dll
Of course I'm assuming you are not running linux (has not been tested)
Also, I have a roll the dice plugin in the making (strictly for war3) |
|