QBCore
How to change the notify on some QB scripts
Add to QBCore
QBCore.Functions.Notifyfunction QBCore.Functions.Notify(text, texttype, length, icon)
local exist = exports["stNotify"]:GetType(texttype)
if exist then return exports['stNotify']:Notify(texttype, text) end
return exports['stNotify']:Notify('info', text)
endLast updated