forked from Simnation/Main
10 lines
231 B
Lua
10 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
|