Scripts/resources/[il]/illenium-appearance/shared/framework/framework.lua

10 lines
186 B
Lua
Raw Normal View History

2024-12-29 19:49:12 +00:00
Framework = {}
function Framework.ESX()
return GetResourceState("es_extended") ~= "missing"
end
function Framework.QBCore()
return GetResourceState("qb-core") ~= "missing"
end