| Property | Value |
|---|---|
| Native Name | GET_NUMBER_OF_FIRES_IN_RANGE |
| Hash | 0xF9617BC6FAE61E08 |
| Return Type | int |
| Build | 1207 |
| Parameters | x (float), y (float), z (float), radius (float) |
Parameters
x(float)y(float)z(float)radius(float)
Usage
Lua (Direct):
local result = GetNumberOfFiresInRange(x, y, z, radius)
Lua (Hash):
local result = Citizen.InvokeNative(0xF9617BC6FAE61E08, x, y, z, radius)