sjeff 发表于 2003-12-8 14:32:16

[问题] xtrafun module 高手请进!!

我在安装黑客帝国2.3plugin 的时候 (此前以安装xtrafun和vexd两个modle)
进入游戏的时候出现set_user_velocity 这个函数没有找到,相同的时安装superhero时出现了同样的问题;而且我在编译sma文件的时候,同样出错!(提示:cann't read file xtrafun)
我分析可能是xtrafun没安装好 我重新安装了一次可是同样没有用
我是这样安装的: 把xtrafun-ms.dll放在\amx\dll文件夹里;
在amx文件夹中的modules.ini 文件加上addons/amx/dlls/xtrafun_ms.dll
在metamod中的plugin.ini(我用的最新版)加
win32 [空格]       addons/amx/dlls/xtrafun_ms.dll

我觉得自己安装没有错!!!!!! 请高手指点迷津!!

sjeff 发表于 2003-12-8 15:22:33

附上我的配置文件

metamod.ini(新版本里是plugin.ini)
// linux        dlls/mybot.so
# win32                dlls/mybot-old.dll        Mybot old
win32                dlls/mybot.dll                Mybot current
linux                dlls/stub_mm_i386.so
win32                dlls/stub_mm_i386.dll
linux                dlls/trace_mm_i386.so
win32                dlls/trace_mm_i386.dll
linux                dlls/admin_MM_i386.so
win32                dlls/admin_MM_i386.dll

//amx
win32                 addons/amx/dlls/amx_mm.dll
win32                 addons/amx/dlls/fun_ms.dll
win32                 addons/amx/dlls/csstats_ms.dll

win32         addons/amx/dlls/VexdUM.dll
win32         addons/amx/dlls/xtrafun_ms.dll


//win32                 addons/statsme/dlls/sm_cstrike_mm.dll
//win32                 addons/clanmod/dlls/clanmod_mm.dll
//win32                       addons/wwcl/dlls/pcawwclconfig_mm.dll
//win32                       addons/booster/booster_mm.dll
//win32                 addons/amx/dlls/war3_ms.dll
//win32                        addons/hlguard/dlls/hlguard_mm.dll
//win32                 addons/cdeath/cdmod.dll
//win32               addons/chickenmod/dlls/chicken_mm.dll




modules.ini
; AMX Modules
; You can specify both linux & win32 modules here

; CS Stats
; must be declarated in MetaMod and AMX
addons/amx/dlls/csstats_mm.dll
addons/amx/dlls/csstats_mm_i386.so

; More functions for modifications in HL
; must be declarated in MetaMod and AMX
addons/amx/dlls/fun_mm.dll
addons/amx/dlls/fun_mm_i386.so

; MySQL access
;addons/amx/dlls/mysql.dll
;addons/amx/dlls/mysql_i386.so

addons/amx/dlls/VexdUM.dll
addons/amx/dlls/xtrafun_ms.dll

pizinet 发表于 2003-12-10 18:20:39

检查模块for amx版本!

xianjian 发表于 2003-12-13 16:21:08

光有 dll 没用
还得要有 inc 文件放到 include 目录下
否则,你在编译的时候,编译器不知道那个 dll 里提供一些什么函数

飘风 发表于 2003-12-13 16:31:35

xianjian兄正解

36688747 发表于 2009-6-5 11:26:04

拿分走人
页: [1]
查看完整版本: [问题] xtrafun module 高手请进!!