|
楼主 |
发表于 2004-11-5 19:24:51
|
显示全部楼层
来自 中国–北京–北京
这个我下了,此帖共19页,我都仔细看过。它的‘for 0.20’路径是坏的
而如果把for 0.16强行(我已经在\amxmodx\csdm\blocked.cfg屏蔽了CS1.5里没有的武器)用于0.20就会死机,而用0.16就没事。
我也是试过其中一位网友UgLyPuNk所说的方法:
some things to try for csdm and amxmodx 2.0
Ive got csdm mostly working with 2 changes on my linux servers.
the 2 changes I made were
line 143
change
register_cvar("csdm_steam", "1") //Sets for steam or not.
to
register_cvar("csdm_steam", "0") //Sets for steam or not.
and line 2981
change
remove_task(Tasks[id])
to
//remove_task(Tasks[id])
(for some reason this line cause my server to crash after approx 30 sec after someone joins
anyway im up to my 4th map change with no obvious noticable issues atm.
so give it a go and tell me if it works for u
编译失败告终....
T_T |
|