| Property | Value |
|---|---|
| Native Name | CLEAR_AREA |
| Hash | 0x3B882A96EA77D5B1 |
| Return Type | void |
| Build | 1207 |
| API Set | client |
| Parameters | x (float), y (float), z (float), radius (float), flag (int) |
Description: Possible flag names: ALL_BASE = 0, PROJECTILES = 1, BROADCAST = 524288, AMBIENT_POPULATION = 1048576
Usage
Lua (Direct):
ClearArea(x, y, z, radius, flag)
Lua (Hash):
Citizen.InvokeNative(0x3B882A96EA77D5B1, x, y, z, radius, flag)