1
0
Fork 0
forked from Simnation/Main
Main/resources/[standalone]/illenium-appearance/shared/framework/framework.lua

14 lines
267 B
Lua
Raw Permalink Normal View History

2025-06-07 08:51:21 +02:00
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