QB-CORE INTEGRATION

To integrate vzn-notify with qb-core do steps below!

Go to qb-core/client/functions.lua

Find function called QBCore.Functions.Notify

Replace this function with this code below

qb-core/client/functions.lua
function QBCore.Functions.Notify(text, texttype, length, icon)
    exports['vzn-notify']:qbCoreNotification(text, texttype, length)
end