Native referenceRedM

GET_MAX_AMMO

0xDC16122C7A20C933 WEAPON
FUNCTION SIGNATURE
BOOL GET_MAX_AMMO(Ped ped, Hash weaponHash, int* ammo);
Property Value
Native Name GET_MAX_AMMO
Hash 0xDC16122C7A20C933
Return Type BOOL
Build 1207
Parameters ped (Ped), weaponHash (Hash), ammo (int*)

Usage

Lua (Direct):

local result = GetMaxAmmo(ped, weaponHash, ammo)

Lua (Hash):

local result = Citizen.InvokeNative(0xDC16122C7A20C933, ped, weaponHash, ammo)
Back to WEAPON