|
发表于 2005-6-17 00:05:03
|
显示全部楼层
来自 中国–广西–百色
Post by olol
其实这个插件早就有的,只是一直觉得用处不大
因为下载真是太讨厌了,人多就更麻烦
不过有人需要就用吧
简要说下用法:
因为for amx的版本到处都有,所以我只发for amxx的
首先在目录addons\amxmodx\configs下建立这样的文档:
MASTER_SOUND_DL_LIST.txt
内容为:
#ALL
misc/150340.wav
vox/_comma.wav
vox/_period.wav
vox/eight.wav
vox/eighteen.wav
vox/eighty.wav
vox/eleven.wav
vox/explosion.wav
vox/fifteen.wav
vox/fifty.wav
vox/five.wav
vox/four.wav
vox/fourteen.wav
vox/fourty.wav
vox/hello.wav
vox/hours.wav
vox/minutes.wav
vox/nine.wav
vox/nineteen.wav
vox/ninety.wav
vox/one.wav
vox/remaining.wav
vox/second.wav
vox/seconds.wav
vox/seven.wav
vox/seventeen.wav
vox/seventy.wav
vox/six.wav
vox/sixteen.wav
vox/sixty.wav
vox/ten.wav
vox/warning.wav
vox/thirteen.wav
vox/thirty.wav
vox/three.wav
vox/device.wav
vox/and.wav
vox/twelve.wav
vox/twenty.wav
vox/two.wav
vox/until.wav
vox/die.wav
vox/detonation.wav
vox/activated.wav
vox/rocket.wav
vox/atomic.wav
vox/destroyed.wav
vox/weapon.wav
vox/detected.wav
以上的例子是用来让客户端下载服务器端报时、倒计数音频文件的,其它的应用自己看源代码,这个插件也可以让客户端下载mdl和spr文件,自己根据需要测试吧,发的是源代码
大家自己编译 :thefinger :thefinger :thefinger
请问大虾,MASTER_SOUND_DL_LIST.txt里设置的路径具体在cs服务器里的位置是哪里?比如:vox/detected.wav这个文件要放在哪里才能让用户正常下载,是放在X:\HLServer\cstrike\sound\misc\fvox下还是放在X:\HLServer\cstrike\addons\amxmodx\fvox下面,请高手指点. |
|