1
0
Fork 0
forked from Simnation/Main
Main/resources/[Developer]/[Max]/ticketpanel_qb/client/cl_functions.lua

10 lines
231 B
Lua
Raw Normal View History

2025-08-12 19:59:33 +02:00
local QBCore = exports['qb-core']:GetCoreObject()
RegisterNetEvent('rlo_ticketpanel:client:showNotification', function(args)
ShowNotification(args)
end)
function ShowNotification(args)
QBCore.Functions.Notify(args)
end