Native referenceFiveM

GET_CURRENT_PED_WEAPON

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

Description: ``` The return value seems to indicate returns true if the hash of the weapon object weapon equals the weapon hash.
p2 seems to be 1 most of the time; and is not implemented.

Back to WEAPON