| Property | Value |
|---|---|
| Native Name | LOAD_SCENE_START_SPHERE |
| Hash | 0x513F8AA5BF2F17CF |
| Return Type | BOOL |
| API Set | client |
| Build | 1207 |
| Parameters | x (float), y (float), z (float), radius (float), controlFlags (int) |
Parameters
x(float)y(float)z(float)radius(float)controlFlags(int)
Usage
Lua (Direct):
local result = LoadSceneStartSphere(x, y, z, radius, controlFlags)
Lua (Hash):
local result = Citizen.InvokeNative(0x513F8AA5BF2F17CF, x, y, z, radius, controlFlags)