| Property | Value |
|---|---|
| Native Name | _REMOVE_ALL_SHOCKING_EVENTS_IN_AREA |
| Hash | 0xB4C71BA9CAB097BD |
| Return Type | void |
| Build | 1207 |
| Parameters | x (float), y (float), z (float), radius (float), p4 (BOOL) |
Parameters
x(float)y(float)z(float)radius(float)p4(BOOL)
Usage
Lua (Direct):
RemoveAllShockingEventsInArea(x, y, z, radius, p4)
Lua (Hash):
Citizen.InvokeNative(0xB4C71BA9CAB097BD, x, y, z, radius, p4)