Thread: Module: Rage
View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 04-24-2014 , 02:35   Re: Module: Rage
Reply With Quote #183

Here the config file, but you will have to find or create yourself the associated handler. I don't have time for that.

Code:
"CBaseEntity::FireBullets"
{
    handler : thiscall_Vector__CBaseEntity_Int_Vector_Vector_Vector_Float_Int_Int_Int_Entvars
   
    identifiers :
    {
        cstrike  
        {
            windows
            {
                {0x81,*,*,*,*,*,0xA1,*,*,*,*,0x53,0x55,0x8B}
            }
           
            linux
            {
                _ZN11CBaseEntity11FireBulletsEj6VectorS0_S0_fiiiP9entvars_s
            }
        }
    }
}
__________________
Arkshine is offline