forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
8d5055a73d
commit
6c6afb872e
1 changed files with 4 additions and 4 deletions
|
@ -104,15 +104,15 @@ Config.DealershipLocations = {
|
||||||
["pdm"] = {
|
["pdm"] = {
|
||||||
type = "owned", -- or "owned", "self-service"
|
type = "owned", -- or "owned", "self-service"
|
||||||
openShowroom = {
|
openShowroom = {
|
||||||
coords = vector3(-47.54, -1088.75, 28.0),
|
coords = vector3(-54.58, -1096.82, 26.42),
|
||||||
size = 5
|
size = 5
|
||||||
},
|
},
|
||||||
openManagement = {
|
openManagement = {
|
||||||
coords = vector3(-18.56, -1086.03, 28.0),
|
coords = vector3(-31.14, -1106.53, 26.42),
|
||||||
size = 2
|
size = 2
|
||||||
},
|
},
|
||||||
sellVehicle = {
|
sellVehicle = {
|
||||||
coords = vector3(-58.79, -1073.9, 27.19),
|
coords = vector3(-12.99, -1083.14, 26.68),
|
||||||
size = 5
|
size = 5
|
||||||
},
|
},
|
||||||
purchaseSpawn = vector4(-97.61, -2458.32, 6.02, 60.44),
|
purchaseSpawn = vector4(-97.61, -2458.32, 6.02, 60.44),
|
||||||
|
@ -122,7 +122,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 = {"importcars", "offroad",},
|
categories = {"importcars", "offroad"},
|
||||||
enableTestDrive = true,
|
enableTestDrive = true,
|
||||||
hideBlip = true,
|
hideBlip = true,
|
||||||
blip = {
|
blip = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue