下面是引用 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保羅獄長的插件就好) 本帖絕無隱字