esx:showHelpNotification¶
1 | TriggerClientEvent('esx:showHelpNotification', source, msg) |
This event shows a help notification with the parsed message. These help notification support displaying button inputs, see this list
esx:showHelpNotification Exemplo¶
1 | TriggerClientEvent('esx:showHelpNotification', source, 'Hit ~INPUT_CONTEXT~ to do shit!') |
Result¶
Note¶
Do not use this event for client side, instead use ESX.ShowHelpNotification