你在你的
cstrike\addons\amxmodx\scripting裡
有zp_zclasses40這個SMA檔...
打開~~~有下面幾行字~~~
// Classic Zombie Atributes
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 //改血量
const zclass1_speed = 220 //改速度
const Float:zclass1_gravity = 1.0 //改重力(殭屍跳多高...數字越小...殭屍跳越高)
const Float:zclass1_knockback = 1.0 //改擊退力(數字越高擊退力越高)
以上是修改殭屍的微調~~~
別忘記改SMA檔要用 EMEDITOR 這個編輯程式...建議不要直接用筆記本...因為很容易編碼出錯~~~
EMEDITOR 的相關教學使用方法與載點...本人有發
http://bbs-mychat.com/reads.php?tid=856572 希望有幫到你~~
其他殭屍差件也是大同小異歐~~~