Scripts/resources/[hp]/hp_jobblips/bridge/qb/server.lua
2024-12-29 20:48:41 +01:00

5 lines
191 B
Lua

if GetResourceState('qb-core') ~= 'started' then return end
QBCore = exports['qb-core']:GetCoreObject()
Framework = 'qb'
-- print(("%s: QBCore initialized"):format(GetCurrentResourceName()))