服务器端CD问题
:confused: 哪位大哥知道服务器端的CD怎么关吗,回复: 服务器端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"
回复: 服务器端CD问题
还有就是直接把cdrequied改成-1
页:
[1]