drucker und fixes

This commit is contained in:
Nordi98 2025-06-25 18:03:44 +02:00
parent 5e9804135d
commit bebc98abca
29 changed files with 673 additions and 7 deletions

View 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)