找到办法了 。。。
1. Copy cdmod.dll to the /game/addons/cdeath directory.
2. Make a copy of /game/liblist.gam and save it.
3. In the liblist.gam file, rename "gamedll" to "cdmod_chain".
4. In the liblist.gam file, add the line 'gamedll "addons/cdeath/cdmod.dll"'.
For example, A Counter-Strike liblist.gam file could have this line:
gamedll "dlls\mp.dll"
You would change that line into the following two lines:
cdmod_chain "dlls/mp.dll"
gamedll "addons/cdeath/cdmod.dll" |