View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 08-23-2015 , 09:09   Re: [HELP] Launching Grenades From Weapon
Reply With Quote #23

Ok, so to set your custom animation just do:
Code:
CAK47_SendWeaponAnim = OrpheuGetFunctionFromClass("weapon_ak47", "SendWeaponAnim", "CBasePlayerWeapon")
OrpheuCall(CAK47_SendWeaponAnim, ak47_ent_index, your_animation_number_here, 0)
__________________
HamletEagle is offline