Scripts/resources/[il]/illenium-appearance/shared/framework/framework.lua
2024-12-29 20:49:12 +01:00

10 lines
186 B
Lua

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