1
0
Fork 0
forked from Simnation/Main
Main/resources/[inventory]/pl_printer/client/bridge/qb.lua
2025-06-25 18:03:44 +02:00

11 lines
No EOL
305 B
Lua

local QBCore = GetResourceState('qb-core'):find('start') and exports['qb-core']:GetCoreObject() or nil
if not QBCore then return end
function Notification(message, type)
QBCore.Functions.Notify(message, type)
end
RegisterNetEvent('QBCore:Client:OnPlayerLoaded', function()
onPlayerLoaded()
end)