BeginTextCommandDisplayHelp
DocsBeginTextCommandDisplayHelp(inputType)Description
Used to be known as _SET_TEXT_COMPONENT_FORMAT
Parameters
| Name | Type | Description |
|---|---|---|
inputType | char* | — |
Returns
voidThis native does not return a value.
BeginTextCommandDisplayHelp(inputType)Used to be known as _SET_TEXT_COMPONENT_FORMAT
| Name | Type | Description |
|---|---|---|
inputType | char* | — |
voidThis native does not return a value.
-- ESX help text notification (top-left corner)
ESX.ShowHelpNotification("Press ~INPUT_CONTEXT~ to interact", false, false)
-- Looped (must call every frame):
ESX.ShowHelpNotification("Hold ~INPUT_CONTEXT~ to pickup", true, false)
-- Persistent mode uses DisplayHelpTextThisFrame
-- Non-persistent uses BeginTextCommandDisplayHelp + EndTextCommandDisplayHelpSupports two modes: persistent (thisFrame=true) uses DisplayHelpTextThisFrame which must be called every frame. Non-persistent uses BeginTextCommandDisplayHelp + EndTextCommandDisplayHelp with a timed display.
No snippets yet. Be the first to contribute!