civic5307
|
分享:
▼
x0
|
[1.6] 请问 管理者角色样式的设定
再次请问各位前辈朋友 弱弱的在 zombie_plague40.sma 这档案里面的红色部份 // Player Models (randomly chosen, add as many as you want)
new const model_nemesis[][] = { "zombie_source" } // Nemesis
new const model_survivor[][] = { "arctic", "guerilla", "leet", "terror", "gign", "gsg9", "sas", "urban" } // Survivor
new const model_human[][] = { "arctic", "guerilla", "leet", "terror", "gign", "gsg9", "sas", "urban" } // Human
new const model_admin[][] = { "arctic", "guerilla", "leet", "terror", "gign", "gsg9", "sas", "urban" } // Admin (human)
new const model_admin_zombie[][] = { "zombie_source" } // Admin (zombie)
弱弱的把它修改成这样 发现一个问题 进入游戏选择角色后 角色并不是所选择的样式 而是以随机的方式呈现... 有什么办法能够选择哪个角色 角色就是所选择的样式吗? 还请各位前辈朋友们路过看到这文章 不吝解答 弱弱的再次感谢各位
|