1
0
Fork 0
forked from Simnation/Main
Main/resources/[inventory]/pl_printer/client/bridge/qb.lua

11 lines
305 B
Lua
Raw Normal View History

2025-06-26 02:53:14 +02:00
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)