Native referenceRedMclient

_GET_AMMO_TYPE_FOR_WEAPON

0x5C2EA6C44F515F34 WEAPON
FUNCTION SIGNATURE
Hash _GET_AMMO_TYPE_FOR_WEAPON(`weaponHash` (Hash));
Property Value
Native Name _GET_AMMO_TYPE_FOR_WEAPON
Hash 0x5C2EA6C44F515F34
Return Type Hash
Build 1207
API Set client

Description: Identical to _GET_AMMO_RECOMMENDED_TYPE_FOR_WEAPON (0xEC97101A8F311282) -> same native handler address

Usage

Lua (Direct):

local result = GetAmmoTypeForWeapon()

Lua (Hash):

local result = Citizen.InvokeNative(0x5C2EA6C44F515F34)
Back to WEAPON