Native referenceFiveM

GIVE_DELAYED_WEAPON_TO_PED

0xB282DC6EBD803C75 WEAPON
FUNCTION SIGNATURE
void GIVE_DELAYED_WEAPON_TO_PED(Ped ped, Hash weaponHash, int ammoCount, BOOL bForceInHand);
Property Value
Native Name GIVE_DELAYED_WEAPON_TO_PED
Hash 0xB282DC6EBD803C75
Return Type void
Parameters ped (Ped), weaponHash (Hash), ammoCount (int), bForceInHand (BOOL)

Description: ``` Gives a weapon to PED with a delay, example: WEAPON::GIVE_DELAYED_WEAPON_TO_PED(PED::PLAYER_PED_ID(), MISC::GET_HASH_KEY("WEAPON_PISTOL"), 1000, false)

Back to WEAPON