Hash _GET_CURRENT_AMMO_TYPE_FROM_GUID(`ped` (Ped), `weaponGuid` (Any*));
Description: Returns ammoHash
| Property |
Value |
| Native Name |
_GET_CURRENT_AMMO_TYPE_FROM_GUID |
| Hash |
0xAF9D167A5656D6A6 |
| Return Type |
Hash |
| Build |
1207 |
| Parameters |
ped (Ped), weaponGuid (Any*) |
Parameters
ped (Ped)
weaponGuid (Any*)
Usage
Lua (Direct):
local result = GetCurrentAmmoTypeFromGuid(ped, weaponGuid)
Lua (Hash):
local result = Citizen.InvokeNative(0xAF9D167A5656D6A6, ped, weaponGuid)
Back to WEAPON