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