_SET_MISSION_NAME_2
DocsSetMissionName2(p0, name)Parameters
| Name | Type | Description |
|---|---|---|
p0 | BOOL | — |
name | char* | — |
Returns
voidThis native does not return a value.
SetMissionName2(p0, name)| Name | Type | Description |
|---|---|---|
p0 | BOOL | — |
name | char* | — |
voidThis native does not return a value.
-- ESX floating help notification in 3D world
ESX.ShowFloatingHelpNotification("Help text here", coords)
-- coords is a vector3 or table with x, y, z
-- Uses SetFloatingHelpTextWorldPosition under the hoodPositions help text at a 3D world coordinate using SetFloatingHelpTextWorldPosition. Combined with BeginTextCommandDisplayHelp/EndTextCommandDisplayHelp for the text content.
No snippets yet. Be the first to contribute!