1
0
Fork 0
forked from Simnation/Main
Main/resources/[jobs]/[police]/helicam/framework/standalone.lua
2025-06-07 08:51:21 +02:00

9 lines
421 B
Lua

if GetResourceState('es_extended') == 'started' or GetResourceState('qb-core') == 'started' then return end
function JobCheck()
if Config.WhitelistedJobs ~= false then
print(GetCurrentResourceName().."/frameworks/standalone.lua: Jobs check failed, none of the supported frameworks are running, please set Config.WhitelistedJobs to false or make code adjustments.")
end
return true, nil
end