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