1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-06-10 19:52:58 +02:00
parent 93a53d1343
commit b3be5bbddd
8 changed files with 373 additions and 11 deletions

View file

@ -86,7 +86,7 @@ Locales = {}
the asset to ensure everything works as expected!
]]
Config.Language = 'de'
Config.Language = 'en'
--[[
Framework Detection System:
@ -167,7 +167,7 @@ Config.Inventory = dependencyCheck(inventories) or 'default'
]]
local dispatch = {
['qs-dispatch'] = 'ps-dispatch'
['qs-dispatch'] = 'qs-dispatch'
}
Config.Dispatch = dependencyCheck(dispatch) or 'default'
@ -313,7 +313,7 @@ Config.Upgrades = {
}
Config.Society = 'okokbanking' -- select you society: ('none','esx_society','ap-government','esx_society','qb-management','qb-banking','qs-banking','renewed-banking','okokbanking','zpx-banking', 'tgg-banking', 'crm-banking')
Config.Society = 'esx_society' -- select you society: ('none','esx_society','ap-government','esx_society','qb-management','qb-banking','qs-banking','renewed-banking','okokbanking','zpx-banking', 'tgg-banking', 'crm-banking')
Config.SocietyCommision = 0.3 -- Percentage of the commission for the company (%30 of house price)
-- Taxes configuration
@ -325,7 +325,7 @@ Config.UseMathCeilOnFees = true
Config.CreatorJobs = { -- Choose the jobs suitable for creating houses
'realestate',
'admin',
'police',
'realestatejob'
}
@ -403,7 +403,7 @@ Config.DisableBuyableDecorationFromF3 = false -- Disable the purchase of decorat
documentation under the 'dependencies' section.
]]
Config.RequiredCop = 2 -- Number of police required (only for lockpicking)
Config.RequiredCop = 0 -- Number of police required (only for lockpicking)
Config.PoliceJobs = { -- Jobs that will be considered police
'realestate',
'police',