forked from Simnation/Main
ems
This commit is contained in:
parent
93a53d1343
commit
b3be5bbddd
8 changed files with 373 additions and 11 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue