NewLoadSceneStart — FiveM Natives
0x212A8D0D2BABFAC2 · STREAMING · all
`` radius value is usually between 3f and 7000f in original 1868 scripts. p7 is 0, 1, 2, 3 or 4 used in decompiled scripts, 0 is by far the most common. Returns True if success, used only 7 times in decompiled scripts of 1868 ``
Parameters
| Name | Type | Description |
|---|---|---|
| posX | float | World `x` coordinate. |
| posY | float | World `y` coordinate. |
| posZ | float | World `z` coordinate. |
| offsetX | float | Offset `x` coordinate. |
| offsetY | float | Offset `y` coordinate. |
| offsetZ | float | Offset `z` coordinate. |
| radius | float | Action radius, value is usually between `3f` and `7000f` in original 1868 scripts. |
| p7 | int | 0, 1, 2, 3 or 4 used in decompiled scripts, 0 is by far the most common. |
Returns
BOOL