// Extra Items: Weapons and their costs new const g_extra_names[][] = { "燃烧弹", "M3散弹枪", "双持-MP7A1"} new const g_extra_items[][] = { "weapon_hegrenade", "weapon_m3", "weapon_mp5navy" } new const g_extra_costs[] = { 3, 20, 25 } //道具弹包价钱
// [color=#0000ff]感染模式[/color] Infection Rounds new const sound_ambience1[][] = { "[color=#ff9900]zombie_plague/xxx.mp3[/color]" } // sounds (played randomly) new const Float:sound_ambience1_duration[] = { 17.0 } // duration in seconds of each sound // [color=#0000ff]复仇者模式[/color] Nemesis Rounds new const sound_ambience2[][] = { "[color=#ff9900]zombie_plague/xxx.mp3[/color]" } new const Float:sound_ambience2_duration[] = { 17.0 } // [color=#0000ff]幸存者模式[/color] Survivor Rounds new const sound_ambience3[][] = { "[color=#ff9900]zombie_plague/xxx.mp3[/color]" } new const Float:sound_ambience3_duration[] = { 17.0 } // [color=#0000ff]对抗模式[/color] Swarm Rounds new const sound_ambience4[][] = { "[color=#ff9900]zombie_plague/xxx.mp3[/color]" } new const Float:sound_ambience4_duration[] = { 17.0 } // [color=#0000ff]瘟疫模式[/color] Plague Rounds new const sound_ambience5[][] = { "[color=#ff9900]zombie_plague/xxx.mp3[/color]" } new const Float:sound_ambience5_duration[] = { 17.0 }
下面是引用 [ggg] 于 2011-07-01 23:30 发表的 : 何必那么麻烦 到 zombieplague.ini 修改就好了阿
下面是引用 =_= 于 2011-09-11 15:19 发表的 : 要怎么开启SMA党 我不会开