View Single Post
Bos93
Veteran Member
Join Date: Jul 2010
Old 05-11-2013 , 10:49   Re: How can i change the shot animation
Reply With Quote #5

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;

__________________

Last edited by Bos93; 05-11-2013 at 10:50.
Bos93 is offline
Send a message via ICQ to Bos93 Send a message via Skype™ to Bos93