Native referenceRedM

_ENABLE_AMMO_TYPE_FOR_PED_WEAPON

0x23FB9FACA28779C1 WEAPON
FUNCTION SIGNATURE
void _ENABLE_AMMO_TYPE_FOR_PED_WEAPON(`ped` (Ped), `weaponHash` (Hash), `ammoHash` (Hash));
Property Value
Native Name _ENABLE_AMMO_TYPE_FOR_PED_WEAPON
Hash 0x23FB9FACA28779C1
Return Type void
Build 1207
Parameters ped (Ped), weaponHash (Hash), ammoHash (Hash)

Parameters

  • ped (Ped)
  • weaponHash (Hash)
  • ammoHash (Hash)

Usage

Lua (Direct):

EnableAmmoTypeForPedWeapon(ped, weaponHash, ammoHash)

Lua (Hash):

Citizen.InvokeNative(0x23FB9FACA28779C1, ped, weaponHash, ammoHash)

Back to WEAPON