How do I get the draw animation for every weapon? I want deploy animation.
PHP Code:
RegisterHam(Ham_Item_Deploy, "weapon_m3", "fwd_Deploy_Pre", 0)
public fwd_Deploy_Pre(ent)
{
static id = get_pdata_cbase(ent, 41, 4)
new anim = pev(id, pev_weaponanim)
}
I don't want this answer because I block the Deploy_Pre.
__________________