今晚打老虎 发表于 2003-11-24 20:03:57

You have no access to that command?

amx 0.97b 自己重新下载了becking修改过的amx_match_deluxe插件,放在plugins\那个目录下,plugins.ini也编辑过了,在服务器端控制台打amx list都正常,从别的版本里面复制了league以及configs.ini等放在正确目录下,在amx.cfg里面加入如下几行:

//amx match deluxe config
amx_match_endtype 0
amx_match_readytype 0
amx_match_playerneed 10
amx_match_swaptype 1
amx_match_pause 0
amx_match_showscore 1
amx_match_tmenu "mr12" "mr15"
amx_match_cmenu "WCG2003 LAN CS Match" "wcg2003"
amx_match_cmenu "ESL Config" "esl"
amx_match_cmenu "EuroCup Config" "ecup"
amx_match_cmenu "CAL Config" "cal"

重启动hlds.重起过程中发现控制台多次显示信息:You have no access to that command

进入游戏,客户端管理员身份验证通过 给了最高权限。客户端执行amx_match_menu,到了don't use tag那个选项之后,应该是到了选择比赛用的mr12 mr15和wcg cpl等脚本的时候选项就没有了,显示1/10...

请问,问题可能出在哪里?我哪个文件的配置不正确呢?或者,amx_match_deluxe模式的正常安装步骤应该是如何呢,我写在amx.cfg里面的内容因为版本变更而变成错误或者不该写在这里的命令了?请朋友们指点,谢谢

今晚打老虎 发表于 2003-11-24 20:14:09

http://bbs.dt-club.net/showthread.php?s=&threadid=7840&highlight=access

看来我遇到的是一样的问题,我去amxmod的网站发现了1.71的新版amx_match_deluxe,但是网站数据库问题或者服务器问题显示不能给我下载,哪位能通过其他途径(比如作者论坛,email)搞一份回来大家共享一下?我的出口有问题国外网站基本打不开...谢谢。

pizinet 发表于 2003-11-27 19:16:17

http://shromy.free.fr/amx_match_deluxe.zip

这是官方地址,附件是我下载了传的,含amx_match_deluxe_cfgs.zip

pizinet 发表于 2003-11-27 19:22:27

You also need some config files which are here: http://shromy.free.fr/amx_match_cfgs.zip

And if someone know how to disable the changelevel at the end of the timelimit, tell me
Then i could make a better version of the timelimit section.

hmmmm
There's some indentation prb.
I hope it will compile well.
it changed
Quote:
while(replace(demoname,256,"\","-")) {}

with
Quote:
while(replace(demoname,256,"","-")) {}


here is a compiled version: http://shromy.free.fr/amx_match_deluxe.zip


希望完成安装后能写个帖子出来(具体参数)
我比较懒^_^,没办法试

今晚打老虎 发表于 2003-12-2 17:55:16

前两天很忙 今天才开始弄 才看到帖子,谢谢楼上的兄弟。

hmmmm
There's some indentation prb.
I hope it will compile well.
it changed
Quote:
while(replace(demoname,256,"\","-")) {}

with
Quote:
while(replace(demoname,256,"","-")) {}

恩你这是去他们论坛了 我是自己copy的他的源码然后自己编译的,我试试看这个他编译的版本,非常感谢你。

今晚打老虎 发表于 2003-12-2 17:59:35

while(replace(demoname,256,"\","-")) {}

with
Quote:
while(replace(demoname,256,"","-")) {}

这段要我自己该源码然后重新编译么...?o_O?

Squall_cn 发表于 2003-12-2 23:02:32

我用了~~没有任何问题..

pizinet 发表于 2003-12-3 09:49:39

最初由 Squall_cn 发表
我用了~~没有任何问题..

不会吧?
如果之前参数设置为:
amx_match_endtype 0
amx_match_readytype 0
amx_match_swaptype 1

  那只要双方比赛队员各有一人say ready,比赛就可以开始,打完12盘就会自动换边,重新双方比赛队员各有一人say ready,下半场比赛开始,打完12盘后比赛自动停止。

这个有用么?我测试的没用

使用amx_matchstart命令无效,提示no match load!
如果在server.cfg里加入amx_match2 mr12 ecup
则可以使用amx_matchstart命令,主要是想实现那个“双方各有一人say ready后自动开始一场比赛!有那位朋友做到了的?给点帮助?thx

chaoxinxu 发表于 2003-12-3 12:46:02

218.246.68.71:27016
有机会给你调成比赛模式,你自己来试试看。

pizinet 发表于 2003-12-3 15:20:22

最初由 chaoxinxu 发表
218.246.68.71:27016
有机会给你调成比赛模式,你自己来试试看。

呵呵,我连进去差不多300的ping,又回到原来的163时代了,^_^

能做到“双方各有一人say ready后自动开始一场比赛”么?给点意见?
页: [1] 2
查看完整版本: You have no access to that command?