popo0511opop
|
分享:
▼
x0
|
[1.6] 喪屍選單的問題
請問各位大大
我想修改選單
選單的檔案也找到了
請問一下
例如第一個
// Classic Zombie Attributes new const zclass1_name[] = { "一般喪屍" } //喪屍名稱 new const zclass1_info[] = { "能力平均" } //類型說明 new const zclass1_model[] = { "zombie_source" } //人物模組 new const zclass1_clawmodel[] = { "v_knife_zombie.mdl" } //手的模組 const zclass1_health = 2000 //血量(HP) const zclass1_speed = 240 //移動速度 const Float:zclass1_gravity = 1.0 //承受重力 const Float:zclass1_knockback = 1.0 //被擊退的數值
我要改成 // Shock Wave Zombie Attributes new const zclass_name[] = { "震撼喪屍" } //喪屍名稱 new const zclass_info[] = { "能放出震波攻擊" } //類型說明 new const zclass_model[] = { "zombie_guerilla" } //人物模組 new const zclass_clawmodel[] = { "v_knife_zombie.mdl" } //手的模組 const zclass_health = 2300 //血量(HP) const zclass_speed = 250 //移動速度 const Float:zclass_gravity = 1.0 //承受重力 const Float:zclass_knockback = 1.25 //被擊退的數值
請問一下只要喪屍名稱.類型說明.人物模組.手的模組 都覆蓋過去 就是那隻喪屍並且有那隻喪屍的功能了嗎
[ 此文章被popo0511opop在2009-04-23 18:34重新編輯 ]
|