ShowHelpNotification
es_extended/client/functions.lua
function ESX.ShowHelpNotification(msg, thisFrame, beep, duration)
exports['ZSX_UIV2']:HelpNotification_OnTick({
icon = 'fas fa-info',
header = 'Information',
text = msg
})
end
Last updated