Notify
QB
Open "qb-core\client\functions.lua" file
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
Open "es_extended\client\functions.lua" file
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