local QBCore = exports['qb-core']:GetCoreObject() RegisterNetEvent('rlo_ticketpanel:client:showNotification', function(args) ShowNotification(args) end) function ShowNotification(args) QBCore.Functions.Notify(args) end