2026-04-14 17:41:39 +02:00

8 lines
344 B
Lua

if (Config.Framework == "auto" and GetResourceState("es_extended") == "started") or Config.Framework == "ESX" then
for id, config in pairs(Config.MechanicLocations) do
if config.job then
TriggerEvent("esx_society:registerSociety", config.job, config.job, "society_" .. config.job, "society_" .. config.job)
end
end
end