AddScenarioBlockingArea — FiveM Natives
0x1B5C85C612E5256E · PED · all
Sets an area where scenarios are blocked
Parameters
| Name | Type | Description |
|---|---|---|
| posMinX | float | Min X Coordinate. |
| posMinY | float | Min Y Coordinate. |
| posMinZ | float | Min Z Coordinate. |
| posMaxX | float | Max X Coordinate. |
| posMaxY | float | Max Y Coordinate. |
| posMaxZ | float | Max Z Coordinate. |
| network | BOOL | Optionally networked to all other players |
| cancelActive | BOOL | Should this cause peds already in active scenario points in the area specified to leave |
| blockPeds | BOOL | if this area effects scenarios with peds |
| blockVehicles | BOOL | if this area effects scenarios with vehicles |
Returns
int