AddTextEntry
DocsAddTextEntry(entryKey, entryText)Parameters
| Name | Type | Description |
|---|---|---|
entryKey | char* | — |
entryText | char* | — |
Returns
voidThis native does not return a value.
AddTextEntry(entryKey, entryText)| Name | Type | Description |
|---|---|---|
entryKey | char* | — |
entryText | char* | — |
voidThis native does not return a value.
-- ESX advanced notification with sender/subject/icon
ESX.ShowAdvancedNotification(
"Sender Name", -- sender
"Subject Line", -- subject
"Message body", -- msg
"CHAR_BANK_MAZE", -- textureDict (notification icon)
1 -- iconType (1=chat, 2=email, etc.)
)
-- Uses: AddTextEntry, BeginTextCommandThefeedPost,
-- EndTextCommandThefeedPostMessagetext, EndTextCommandThefeedPostTickerCreates a GTA-style phone notification with picture and text. Uses a unique AddTextEntry key ("esxAdvancedNotification") to display the message. The textureDict must be a valid notification icon like CHAR_BANK_MAZE, CHAR_LIFEINVADER, etc.
No snippets yet. Be the first to contribute!