搜索
查看: 1509|回复: 3

AMX] Unavailable native functions (plugin "amx_mat

[复制链接]
发表于 2003-4-8 11:17:18 | 显示全部楼层 |阅读模式 来自 中国–四川–凉山彝族自治州–西昌市
我把1.4.6的拷贝到plugins就出现这样的问题啊
发表于 2003-4-8 11:45:00 | 显示全部楼层 来自 中国–湖北–武汉
你是说比赛插件吗???
那么老的可以用吗??你的安装方法是否有错误,查看modules.ini文件是否有模块功能没打开。。然后检查所有INI设置文件的DLL文件路径是否正确。。
回复

使用道具 举报

发表于 2003-4-9 09:42:26 | 显示全部楼层 来自 中国–湖北–武汉
[AMX] Unavailable native functions (plugin "xxx.amx") is displayed when one of the running plugins uses function which is not available in AMX. Function is unavailable when one of the needed modules is not installed properly (or not installed at all). For stats.amx the needed module is csstats_ms.dll (for linux this is csstats_ms_i386.so).
When you run server and type meta list and amx modules in the server console the server should answer you what metamod plugins/amx modules it is currently running. If you don't have there (for csstats you need to see it twice after typing meta list and amx modules) csstats it means that you have given bad location to the module file (here csstats), you haven't put module file in proper place, the needed file is corrupted or you haven't specified this file in cstrike/addons/metamod/plugins.ini and in cstrike/addons/amx/modules.ini (or the entries are commented).
这是官方论坛里OLO的回复,稍后将做翻译。。。:)现在比较忙。。。
回复

使用道具 举报

发表于 2003-4-9 10:23:29 | 显示全部楼层 来自 中国–湖北–武汉
按照官方的解释是因为你的插件运行所需要的modules(模块)没有正常的运行或者根本没有安装,模块的DLL文件都在目录AMX\MODULES文件夹下,调用文件是modules.ini.请尝试如下做:
在控制台输入:meta list 命令查看所有的metamod引导设备正常运行,我装的AMX没有安装chickenmod和monster,在HLDS里显示如下:
Currently loaded plugins:
      description      stat pend  file              vers      src  load  unlod
[ 1] AMX              RUN   -    amx_mm.dll        v0.9.3    ini  Start Start
[ 2] FUN              RUN   -    fun_ms.dll        v0.9.2    ini  Start Start
[ 3] CS STATS         RUN   -    csstats_ms.dll    v0.9.3    ini  Start Start
[ 4] ChickenMod       RUN   -    chicken_mm.dll    v1.0.5.1  ini  Pause Pause
[ 5] Monster          RUN   -    monster_mm.dll    v3.00.00  ini  Chlvl Chlvl
5 plugins, 5 running
你看看你的load拦里是否都是start状态???
然后用命令:amx modules查看是否所有的modules都正常运行,我的显示如下:
Currently loaded modules:
      name                    type   version  author                  status
[ 1] CS STATS                ms&mm  0.9.3    OLO                     loaded
[ 2] Fun                     ms&mm  0.9.2    OLO                     loaded
2 modules, 2 correct
你看看你的status是否都是loaded..如果是bad load说明模块已经损坏请重新安装...
等待你的调试结果..
回复

使用道具 举报

游客
回复
您需要登录后才可以回帖 登录 | 注个册吧

快速回复 返回顶部 返回列表