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,12 @@
local ESX = GetResourceState('es_extended'):find('start') and exports['es_extended']:getSharedObject() or nil
if not ESX then return end
function Notification(msg)
ESX.ShowNotification(msg)
end
RegisterNetEvent('esx:playerLoaded')
AddEventHandler('esx:playerLoaded', function()
onPlayerLoaded()
end)