neuer printer

This commit is contained in:
Nordi98 2025-06-26 02:08:42 +02:00
parent a1e9027648
commit c917371845
33 changed files with 476 additions and 665 deletions

View file

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