發新話題
打印

急 Server高手請入

[Close]
你係唔係改太多野聲音,模組等,
或設定SMA模組路徑問題?

TOP

你可能欠缺模組?
你去AMXX插件官網Down個新呀!
穩定版5.0.5
http://forums.alliedmods.net/showthread.php?t=72505
最新5.0.8 BETA
http://forums.alliedmods.net/showthread.php?t=164926

[ 本帖最後由 nexus2012 於 2012-9-25 19:34 編輯 ]

TOP

喪屍手?

// Classic Zombie Attributes
new const zclass1_name[] = { "Classic Zombie" }
new const zclass1_info[] = { "=Balanced=" }
new const zclass1_model[] = { "zombie_source" }
new const zclass1_clawmodel[] = { "v_knife_zombie.mdl" }  <-----------------------改手模組方法打,模組名無需要打路徑
const zclass1_health = 1800
const zclass1_speed = 190
const Float:zclass1_gravity = 1.0
const Float:zclass1_knockback = 1.0
手模組路徑必須cstrike\models\zombie_plague文件內,
要放其他文件夾要修改zombie_plague40.sma內路徑
你睇sma有冇問題

TOP

發新話題