BOOL GET_AMMO_IN_CLIP(Ped ped, Hash weaponHash, int* ammo);
| Property |
Value |
| Native Name |
GET_AMMO_IN_CLIP |
| Hash |
0x2E1202248937775C |
| Return Type |
BOOL |
| Build |
1207 |
| Parameters |
ped (Ped), weaponHash (Hash), ammo (int*) |
Usage
Lua (Direct):
local result = GetAmmoInClip(ped, weaponHash, ammo)
Lua (Hash):
local result = Citizen.InvokeNative(0x2E1202248937775C, ped, weaponHash, ammo)
Back to WEAPON