Native referenceFiveM

HAS_PED_GOT_WEAPON

0x8DECB02F88F428BC WEAPON
FUNCTION SIGNATURE
BOOL HAS_PED_GOT_WEAPON(Ped ped, Hash weaponHash, BOOL p2);
Property Value
Native Name HAS_PED_GOT_WEAPON
Hash 0x8DECB02F88F428BC
Return Type BOOL
Parameters ped (Ped), weaponHash (Hash), p2 (BOOL)

Description: ``` p2 should be FALSE, otherwise it seems to always return FALSE
Bool does not check if the weapon is current equipped, unfortunately.

Back to WEAPON