kyyyy2 发表于 2005-4-8 21:10:23

猫和老鼠插件!

新发现一个插件,猫和老鼠,游戏开始都是老鼠,当你杀了一个敌人后就变成猫!
后附上插件,不过我在0。97和0。99下插件都可以加载,但是不知道怎么才能用,说明里也没有注明,希望这里的高手帮忙看怎么用!

微波炉 发表于 2005-4-8 21:15:40

不错。等待通过。

kyyyy2 发表于 2005-4-9 15:12:34

怎么这么就都没有人会用吗?

super999 发表于 2005-4-9 17:27:36

谁说没有 安装说明
Installation :
- Extract file catmouse.amx to directory addons\amx\plugins
- Open addons\amxmodx\configs\plugins.ini
- Add a line containing : catmouse.amx (或者是 catmouse.amxx )

  大家应该都看得懂,不用我翻译吧,  还有如果是 用的是 amx mod x 后面的目录应该是 (\addons\amxmodx\configs)

kyyyy2 发表于 2005-4-9 20:47:50

Post by super999
谁说没有 安装说明
Installation :
- Extract file catmouse.amx to directory addons\amx\plugins
- Open addons\amxmodx\configs\plugins.ini
- Add a line containing : catmouse.amx (或者是 catmouse.amxx )

  大家应该都看得懂,不用我翻译吧,  还有如果是 用的是 amx mod x 后面的目录应该是 (\addons\amxmodx\configs)
这个说明谁都看的懂!要是这么简单还来问吗?
这个是加载插件的说明,我不是说过了吗!可以加载成功的,关键是游戏中用什么指令来启动插件,我在控制台输入"amx_catmouse"出来的提示是"catmouse.amx is unable",所以希望大家研究一下.

cz222kickbb 发表于 2005-4-9 22:26:46

register_clcmd("say /cmhelp","help_description")
        register_clcmd("say /cmscoring","help_scoring")
        register_clcmd("say /cmsniffer","help_sniffer")
        register_clcmd("say /cmcat","help_cat")
        register_clcmd("say /cmmouse","help_mouse")
       
        // Players vote command - via chat
        register_clcmd("say /cmvote", "vote_catmouse", 0, "- Cat and Mouses Game Type")

        // Amx admin command that starts the plugin
        register_concmd("amx_catmouse","amx_start_catmouse", ADMIN_LEVEL_B, "<1|0> - Cat and Mouses")

微波炉 发表于 2005-4-9 23:25:01

不用再试了,这个无法在AMXX下运行。

如果是你一个人侄可以运行,要是游戏连接了,你的服务器就会现HLDS不能为只读的画面。

如果想在AMX下运行。

照上面的弄过后,还要在amx.cfg加入开关,
amx_catmouse 1
amx_start_catmouse 1

就行了。

kyyyy2 发表于 2005-4-10 19:30:39

这个本来就是amx下的插件,要在amxx下还需汉化!

xiaohu99 发表于 2005-4-10 19:44:13

开始是老鼠有什么能力?
死了变猫又有什么能力?

youaibieku 发表于 2005-4-11 14:27:32

好象不好使啊   没看到什么效果啊
页: [1] 2
查看完整版本: 猫和老鼠插件!