你改的那个.......
嗯.....怎说呢,啊!很儿戏的感觉
我是把整行删掉
在到precache删掉
在到emit_sound删掉
虽然比较麻烦
但看下去好多了~
复制程式
new const sound_win_zombies[][] = { "ambience/win_zombies1.wav" }
new const sound_win_humans[][] = { "zombie_plague/win_humans1.wav" }
new const zombie_infect[][] = { "zombie_plague/zombie_infec1.wav", "zombie_plague/zombie_infec2.wav" }
new const infect_notice[][] = { "zombie_plague/infect_notice1.wav", "zombie_plague/infect_notice2.wav" }
new const zombie_pain[][] = { "zombie_plague/zombie_pain1.wav", "zombie_plague/zombie_pain2.wav" }
new const nemesis_pain[][] = { "zombie_plague/nemesis_pain1.wav", "zombie_plague/nemesis_pain2.wav" }
new const zombie_die[][] = { "zombie_plague/zombie_die1.wav", "zombie_plague/zombie_die2.wav" }
new const zombie_fall[][] = { "zombie_plague/zombie_fall1.wav" }
new const zombie_miss_slash[][] = { "weapons/knife2_slash1.wav", "weapons/knife2_slash2.wav" }
new const zombie_miss_wall[][] = { "weapons/knife2_hitwall1.wav" }
new const zombie_hit_normal[][] = { "weapons/knife2_hit1.wav", "weapons/knife2_hit2.wav" }
new const zombie_hit_stab[][] = { "weapons/knife2_stab.wav" }
new const sound_first_zombie[][] = { "zombie_plague/first_zombie1.wav", "zombie_plague/first_zombie2.wav" }
new const grenade_infect[][] = { "zombie_plague/grenade_infect.wav" }
new const grenade_fire[][] = { "zombie_plague/grenade_explode.wav" }
new const grenade_fire_player[][] = { "zombie_plague/zombie_burn3.wav" }
new const grenade_frost[][] = { "warcraft3/frostnova.wav" }
new const grenade_frost_player[][] = { "warcraft3/impalehit.wav" }
new const grenade_frost_break[][] = { "warcraft3/impalelaunch1.wav" }
new const grenade_flare[][] = { "items/nvg_on.wav" } 