VZN NotifyIntegrationQb CoreQB-CORE INTEGRATION To integrate vzn-notify with qb-core do steps below! Go to qb-core/client/functions.luaFind function called QBCore.Functions.NotifyReplace this function with this code belowqb-core/client/functions.luafunction QBCore.Functions.Notify(text, texttype, length, icon) exports['vzn-notify']:qbCoreNotification(text, texttype, length) endOx LibAPI