GiveDelayedWeaponToPed — FiveM Natives
0xB282DC6EBD803C75 · WEAPON · all
`` 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) ``
Parameters
| Name | Type |
|---|---|
| ped | Ped |
| weaponHash | Hash |
| ammoCount | int |
| bForceInHand | BOOL |
Returns
void