forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
ad35b62f4d
commit
51e29240d7
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ Config = {}
|
|||
Config.Locale = "de"
|
||||
Config.NumberAndDateFormat = "en-US"
|
||||
Config.Currency = "USD"
|
||||
Config.SpeedUnit = "mph" -- or "kph"
|
||||
Config.SpeedUnit = "kph" -- or "kph"
|
||||
|
||||
-- Framework & Integrations
|
||||
Config.Framework = "auto" -- or "QBCore", "Qbox", "ESX"
|
||||
|
@ -120,7 +120,7 @@ Config.DealershipLocations = {
|
|||
coords = vector4(-146.6166, -596.6301, 166.0, 270.0),
|
||||
positions = {5.0, 8.0, 12.0, 8.0}
|
||||
},
|
||||
categories = {"sedans", "compacts", "offroad", "coupes", "muscle", "suvs", "sportsclassics"},
|
||||
categories = {"importcars", "offroad",},
|
||||
enableTestDrive = true,
|
||||
hideBlip = false,
|
||||
blip = {
|
||||
|
@ -138,7 +138,7 @@ Config.DealershipLocations = {
|
|||
societyPurchaseJobWhitelist = {},
|
||||
societyPurchaseGangWhitelist = {},
|
||||
disableShowroomPurchase = false,
|
||||
job = "cardealer", -- Owned dealerships only
|
||||
job = "pdm", -- Owned dealerships only
|
||||
directSaleDistance = 50,
|
||||
},
|
||||
["luxury"] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue