1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-12 19:59:33 +02:00
parent 187178b704
commit 57069485d5
14 changed files with 1126 additions and 0 deletions

View file

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