View Single Post
andyt0621
New Member
Join Date: May 2013
Old 05-11-2013 , 23:34   Re: How can i change the shot animation
Reply With Quote #8

Quote:
Originally Posted by Bos93 View Post
PHP Code:
#include < amxmodx >
#include < fakemeta >

public plugin_init( )
{
    
register_forwardFM_UpdateClientData"UpdateClientData__Post", ._post true );
}

public 
UpdateClientData__PostpPlayerSendWeaponsCD_Handle )
{
    static 
iAnimiAnim get_cdCD_Handle CD_WeaponAnim );
    
    switch( 
iAnim 
    {
        case 
345set_cdCD_Handle CD_WeaponAnim );
    }
    
    return 
FMRES_HANDLED;

iAnim cant return shot anim..
i see it by using client_print

Quote:
Originally Posted by bibu View Post
Can't you hook with ham SendWeaponAnim?
can you give me an example please

Last edited by andyt0621; 05-11-2013 at 23:57.
andyt0621 is offline