Native referenceFiveM

GET_WEAPONTYPE_MODEL

0xF46CDC33180FDA94 WEAPON
FUNCTION SIGNATURE
Hash GET_WEAPONTYPE_MODEL(Hash weaponHash);
Property Value
Native Name GET_WEAPONTYPE_MODEL
Hash 0xF46CDC33180FDA94
Return Type Hash
Parameters weaponHash (Hash)

Description: ``` Returns the model of any weapon.
Can also take an ammo hash?
sub_6663a(&l_115B, WEAPON::GET_WEAPONTYPE_MODEL(${ammo_rpg}));

Back to WEAPON