Native referenceFiveM

HAS_VEHICLE_GOT_PROJECTILE_ATTACHED

0x717C8481234E3B88 WEAPON
FUNCTION SIGNATURE
BOOL HAS_VEHICLE_GOT_PROJECTILE_ATTACHED(Ped driver, Vehicle vehicle, Hash weaponHash, Any p3);
Property Value
Native Name HAS_VEHICLE_GOT_PROJECTILE_ATTACHED
Hash 0x717C8481234E3B88
Return Type BOOL
Parameters driver (Ped), vehicle (Vehicle), weaponHash (Hash), p3 (Any)

Description: ``` Third Parameter = unsure, but pretty sure it is weapon hash
--> get_hash_key("weapon_stickybomb")
Fourth Parameter = unsure, almost always -1

Back to WEAPON