復仇者模型好像是cstrike/addons/amxmodx/scripting裡的zombie_plague40(sma檔),
有一段
// Player Models (randomly chosen, add as many as you want)
new const model_nemesis[][] = { "zombie_source" } // Nemesis
new const model_survivor[][] = { "leet", "sas" } // Survivor
new const model_human[][] = { "arctic", "guerilla", "leet", "terror", "gign", "gsg9", "sas", "urban" } // Human
new const model_admin[][] = { "vip" } // Admin (human)
new const model_admin_zombie[][] = { "zombie_source" } // Admin (zombie)
把new const model_nemesis[][] = { "zombie_source" } // Nemesis裡的"zombie_source"換成你要更改的檔名就行了.
小弟是這樣改的,不知道有沒有錯...如果有錯的話請知道的大大幫忙糾正喔!!
改完後再把sma轉成amxx即可!!