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