| Property | Value |
|---|---|
| Native Name | SET_HD_AREA |
| Hash | 0xB88B905AFA35CB4D |
| Return Type | void |
| Build | 1207 |
| Parameters | x (float), y (float), z (float), radius (float) |
Parameters
x(float)y(float)z(float)radius(float)
Usage
Lua (Direct):
SetHdArea(x, y, z, radius)
Lua (Hash):
Citizen.InvokeNative(0xB88B905AFA35CB4D, x, y, z, radius)