|
发表于 2005-9-10 14:26:41
|
显示全部楼层
来自 中国–北京–北京–海淀区
回复: 如何关闭c-d
你的服务器用的是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"
- [b]cdmod_chain "addons\metamod\dlls\metamod.dll"
- gamedll "addons\cdeath\cdmod.dll"[/b]
- 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"
- [b]gamedll "addons\metamod\dlls\metamod.dll"[/b]
- gamedll_linux "dlls/cs_i386.so"
- trainmap "tr_1"
复制代码 |
|