|
|
Zombie Plague Mod 3.62 插件问题
2
6509
楼主
想把里面的一种丧尸皮肤改成多种的丧尸皮肤,,但出现了错误有高手的告知一下,写明白些!谢谢了
// Player Models (randomly chosen, add as many as you want) -32 chars max per model-
new const model_zombie_class1[][] = { "zombie_source" } // Zombie (Classic)
new const model_zombie_class2[][] = { "zombie_source" } // Zombie (Raptor)
new const model_zombie_class3[][] = { "zombie_source" } // Zombie (Poison)
new const model_zombie_class4[][] = { "zombie_source" } // Zombie (Fat)
new const model_zombie_class5[][] = { "zombie_source" } // Zombie (Leech)
new const model_zombie_class6[][] = { "zombie_source" } // Zombie (Rage)
new const model_nemesis[][] = { "zombie_source" } // Nemesis
new const model_human[][] = { "arctic", "guerilla", "leet", "terror", "gign", "gsg9", "sas", "urban" } // Human
new const model_admin[][] = { "vip" } // Admin
这是僵尸插件的源码中的部分文字,按这些文字的意思就是指定好僵尸可以用哪个文件夹里的MDL文件,现在它指定都是同一个文件,所以只有一个皮肤。我朋友试着改这个源码,可是总是提示出错,改不了. |
|