下面是引用 andyt0621 于 2012-07-16 19:54 发表的:
防御技能..
应该就是Ham_TakeDamage里减伤吧..
治愈技能..
就pev_health Or Set_user_health
那语法呢?
像是 绝招_on[id][1] = 1
ExecuteHam(Ham_Weapon_SecondaryAttack, this)
绝招_on[id][1] = 0
绝招_freeze[id][1] = get_gametime() + get_pcvar_float(cvar_绝招_freezetime[1])
set_weapon_next_pri_attack(this,get_pcvar_float(cvar_绝招delay[1]))
set_weapon_next_sec_attack(this,get_pcvar_float(cvar_绝招delay[1]))
set_weapon_idle_time(this,get_pcvar_float(cvar_绝招delay[1])+0.5)
if (is_user_connected(id)) SendWeaponAnim(id,绝招)
如果可以麻烦大大帮忙整理一下
(其实直接帮我写全仿cso保罗狱长的插件就好) 本帖绝无隐字