Native referenceRedM

_ENABLE_AMMO_TYPE_FOR_PED

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

Parameters

  • ped (Ped)
  • weaponHash (Hash)

Usage

Lua (Direct):

EnableAmmoTypeForPed(ped, weaponHash)

Lua (Hash):

Citizen.InvokeNative(0x3B7B7908B7ADFB4B, ped, weaponHash)

Back to WEAPON