Main/resources/[standalone]/illenium-appearance/shared/framework/framework.lua
2025-06-07 08:51:21 +02:00

13 lines
267 B
Lua

Framework = {}
function Framework.ESX()
return GetResourceState("es_extended") ~= "missing"
end
function Framework.QBCore()
return GetResourceState("qb-core") ~= "missing"
end
function Framework.Ox()
return GetResourceState("ox_core") ~= "missing"
end