Last updated 8 months ago
Open "qb-core\client\functions.lua" file
Find the "QBCore.Functions.Notify(text, texttype, length, icon)" and replace it with the following
Open "es_extended\client\functions.lua" file
Find the "ESX.ShowNotification(message, notifyType, length)" and replace it with the following
function QBCore.Functions.Notify(text, texttype, length, _) exports["tgiann-lumihud"]:Notif(text, texttype, length) end
function ESX.ShowNotification(message, notifyType, length) exports["tgiann-lumihud"]:Notif(message, notifyType, length) end