Skip to main content

ShowFloatingHelpNotification

ESX.ShowFloatingHelpNotification(msg, coords)

This function shows a help notification with a message. These help notification support displaying button inputs, see this list

Arguments

ArgumentData TypeOptionalDefault ValueExplanation
msgstringNo-The message to display
coordsVector3No-The coordinates to show to notifcation at

ShowFloatingHelpNotification Example

local coords = GetEntityCoords(PlayerPedId())
ESX.ShowFloatingHelpNotification('Your Notification', vector3(coords.x, coords.y, coords.z))