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)
弱弱的把它修改成這樣 發現一個問題 進入遊戲選擇角色後 角色並不是所選擇的樣式 而是以隨機的方式呈現... 有什麼辦法能夠選擇哪個角色 角色就是所選擇的樣式嗎? 還請各位前輩朋友們路過看到這文章 不吝解答 弱弱的再次感謝各位
|