PHP Code:
enum
{
KNIFE_IDLE = 0,
KNIFE_SLASH1,
KNIFE_SLASH2,
KNIFE_DRAW,
KNIFE_STAB,
KNIFE_STAB_MISS,
KNIFE_MIDSLASH1,
KNIFE_MIDSLASH2
}
Emit_Sound ?
Is there a better idea?
Or
Draw anim - Ham_Item_Deploy
SLASH - Ham_Weapon_PrimaryAttack
But,how to hook STAB , MISS , MIDSLASH ?
I blocked all the animations,I need to play new animations
__________________