Hey there,
I want to block the secondary Attack from the knife using this code by now :
PHP Code:
RegisterHam(Ham_Weapon_SecondaryAttack, "weapon_knife", "Ham_KnifeSecondaryAttackPre")
PHP Code:
public Ham_KnifeSecondaryAttackPre()
return HAM_SUPERCEDE
It is working, but sometimes you can see a bit of the animation and if you do it fast you see the full stab.
Is there any more efficent way to block stabbing?
__________________