drucker und fixes
This commit is contained in:
parent
5e9804135d
commit
bebc98abca
29 changed files with 673 additions and 7 deletions
11
resources/[inventory]/pl_printer/client/bridge/qb.lua
Normal file
11
resources/[inventory]/pl_printer/client/bridge/qb.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
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)
|
Loading…
Add table
Add a link
Reference in a new issue