1
0
Fork 0
forked from Simnation/Main
Main/resources/[Developer]/[Max]/ticketpanel_qb/client/cl_functions.lua
2025-08-12 19:59:33 +02:00

9 lines
231 B
Lua

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