// 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黨 我不會開