neuer printer
This commit is contained in:
parent
a1e9027648
commit
c917371845
33 changed files with 476 additions and 665 deletions
|
@ -1,11 +0,0 @@
|
|||
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