forked from Simnation/Main
ed
This commit is contained in:
parent
187178b704
commit
57069485d5
14 changed files with 1126 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue