forked from Simnation/Main
ed
This commit is contained in:
parent
8c00342c4f
commit
e344d618c0
1 changed files with 3 additions and 3 deletions
|
@ -223,8 +223,8 @@ Config.DealershipLocations = {
|
||||||
["spautohaus"] = {
|
["spautohaus"] = {
|
||||||
type = "owned", -- or "owned", "self-service"
|
type = "owned", -- or "owned", "self-service"
|
||||||
openShowroom = {
|
openShowroom = {
|
||||||
coords = vector3(-1623.0, -3151.56, 13.99),
|
coords = vector3(1921.12, 3725.73, 32.57)
|
||||||
size = 5
|
size = 2
|
||||||
},
|
},
|
||||||
openManagement = {
|
openManagement = {
|
||||||
coords = vector3(1921.25, 3725.89, 32.57),
|
coords = vector3(1921.25, 3725.89, 32.57),
|
||||||
|
@ -241,7 +241,7 @@ Config.DealershipLocations = {
|
||||||
coords = vector4(-146.6166, -596.6301, 166.0, 270.0),
|
coords = vector4(-146.6166, -596.6301, 166.0, 270.0),
|
||||||
positions = {5.0, 8.0, 12.0, 8.0}
|
positions = {5.0, 8.0, 12.0, 8.0}
|
||||||
},
|
},
|
||||||
categories = {"motorcycles", "offroad", "muscle", "cycles",},
|
categories = {"motorcycles", "offroad", "muscle", "cycles", "utility"},
|
||||||
enableSellVehicle = true, -- Allow players to sell vehicles back to dealer
|
enableSellVehicle = true, -- Allow players to sell vehicles back to dealer
|
||||||
sellVehiclePercent = 0.6, -- 60% of current sale price
|
sellVehiclePercent = 0.6, -- 60% of current sale price
|
||||||
enableTestDrive = false,
|
enableTestDrive = false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue