ShowAdvancedNotification

es_extended/client/functions.lua

function ESX.ShowAdvancedNotification(sender, subject, msg, textureDict, iconType, flash, saveToBrief, hudColorIndex)
    exports['ZSX_UIV2']:DefaultNotification({
        text = msg,
    })
end

Last updated