|
楼主 |
发表于 2003-8-14 14:11:26
|
显示全部楼层
来自 中国–广东–汕头–潮阳区
刚才修改完了,就是miscstats.sma文件
只需要修改类似这样的函数就可以了:
public eBombPlanted()
if ( g_C4Timer != -2 ){
if (BombPlanted){
//新增加的
client_cmd(0,"spk djeyl/c4powa")
announceEvent(g_Planter , "%s set us up the bomb!!!" )
}
g_C4Timer = get_cvar_num("mp_c4timer") - 2
set_task(1.0,"bombTimer",8038,"",0,"b")
g_LastPlan = 0.0
}
其他的什么手雷炸死的声音啊,就迎刃而解了,呵呵
AMX修改就是方便:tongue: |
|