Notify

QB

  1. Open "qb-core\client\functions.lua" file

  2. Find the "QBCore.Functions.Notify(text, texttype, length, icon)" and replace it with the following

function QBCore.Functions.Notify(text, texttype, length, _)
    exports["tgiann-lumihud"]:Notif(text, texttype, length)
end

ESX

  1. Open "es_extended\client\functions.lua" file

  2. Find the "ESX.ShowNotification(message, notifyType, length)" and replace it with the following

function ESX.ShowNotification(message, notifyType, length)
    exports["tgiann-lumihud"]:Notif(message, notifyType, length)
end

Last updated