搜索
查看: 2046|回复: 4

[求助] amx 0.9.7预留通道的问题

[复制链接]
发表于 2003-10-18 22:03:58 | 显示全部楼层 |阅读模式 来自 中国–贵州–黔东南苗族侗族自治州–凯里市
在原版的readme中有这样一段:

o made adminslots, admin, admin_mysql using client_authorized()
o removed support for amx_real_res_slots (for HLSW)
o rebuilded adminslots, fixed hide slots issue; now there is only one  
cvar - amx_reservation (see plugin comments for more details)

英文太菜,翻译下来也不明所以。

amx.cfg中已设置:
// Amount of reserved slots (for more details see comments in a plugin source)
amx_reservation 2

但是用hlsw查看没发现有预留通道

是0.9.7取消了对hlsw查看预留通道的支持还是?

望各位朋友帮帮忙,thx!
发表于 2003-10-19 11:02:29 | 显示全部楼层 来自 中国–湖北–武汉
made adminslots, admin, admin_mysql using client_authorized()
o removed support for amx_real_res_slots (for HLSW)
o rebuilded adminslots, fixed hide slots issue; now there is only one
cvar - amx_reservation (see plugin comments for more details)
翻译:让adinslots等插件使用函数client_authorized()
移除了hlsw对于参数amx_real_res_slots参数的支持
重新编译了adminslots插件,修复了隐藏通道的问题,现在只有一个参数用来控制了
amx_reservation(查看此插件的源代码查找更多信息)
你可以换最新版本的HLSW看看
回复

使用道具 举报

 楼主| 发表于 2003-10-19 11:09:07 | 显示全部楼层 来自 中国–贵州–黔东南苗族侗族自治州–凯里市
非常感谢

不过我使用的hlsw就是最新版的HLSW v1.0.0.11-beta,没能看到预留通道

我没能说明主要问题,sorry

我要解决的是能让服务器保留1~2个预留通道,amx.cfg里已经设置:

  1. // Amount of reserved slots (for more details see comments in a plugin source)
  2. amx_reservation 2
复制代码


因为用hlsw看不到预留通道,而且一个人无法测试,所以发了帖子求助!
:tongue:
thx!
回复

使用道具 举报

发表于 2003-10-19 16:48:35 | 显示全部楼层 来自 中国–湖北–襄阳
看不到的,去掉了这个函数!!
回复

使用道具 举报

发表于 2003-10-19 22:26:09 | 显示全部楼层 来自 中国–上海–上海
查看源码可以知道,这个版本的通道插件只有amx_reservation这一个参数,而且意义不再是以前的通道类型,而是通道数量!

举例来说,我想要14个公共通道,2个保留通道,那么maxplayers为16,amx_reservation设为2。
粗略看一下源码,似乎不再踢除玩家
回复

使用道具 举报

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

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