|
发表于 2006-1-23 23:21:42
|
显示全部楼层
来自 中国–广西–南宁
回复: 服务器端CD问题
你的服务器用的是CDserver4.29.4?有没有Metamod?
彻底关掉CDserver4.29.4
编辑liblist.gam文件:
代码:......
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "0"
type "multiplayer_only"
cldll "1"
hlversion "1125"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
cdmod_chain "addons\metamod\dlls\metamod.dll"
gamedll "addons\cdeath\cdmod.dll"
gamedll_linux "dlls/cs_i386.so"
trainmap "tr_1"
改为
代码:......
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "0"
type "multiplayer_only"
cldll "1"
hlversion "1125"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "addons\metamod\dlls\metamod.dll"
gamedll_linux "dlls/cs_i386.so"
trainmap "tr_1" |
|