| Property | Value |
|---|---|
| Native Name | DOES_PICKUP_OF_TYPE_EXIST_IN_AREA |
| Hash | 0xF9C36251F6E48E33 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | pickupHash (Hash), x (float), y (float), z (float), radius (float) |
Description: Pickup hashes can be found here.
Usage
Lua (Direct):
local result = DoesPickupOfTypeExistInArea(pickupHash, x, y, z, radius)
Lua (Hash):
local result = Citizen.InvokeNative(0xF9C36251F6E48E33, pickupHash, x, y, z, radius)