forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
b08002a606
commit
30bef7f1a5
1 changed files with 4 additions and 4 deletions
|
@ -145,7 +145,7 @@ Config.DealershipLocations = {
|
|||
["normal"] = {
|
||||
type = "self-service", -- or "owned", "self-service"
|
||||
openShowroom = {
|
||||
coords = vector3(-1257.4, -369.12, 36.98),
|
||||
coords = vector3(-194.85, -1169.02, 23.76),
|
||||
size = 5
|
||||
},
|
||||
openManagement = {
|
||||
|
@ -153,11 +153,11 @@ Config.DealershipLocations = {
|
|||
size = 5
|
||||
},
|
||||
sellVehicle = {
|
||||
coords = vector3(-1233.46, -346.81, 37.33),
|
||||
coords = vector3(-206.6, -1180.99, 23.03),
|
||||
size = 5
|
||||
},
|
||||
purchaseSpawn = vector4(-1233.46, -346.81, 37.33, 23.36),
|
||||
testDriveSpawn = vector4(-1233.46, -346.81, 37.33, 23.36),
|
||||
purchaseSpawn = vector4(-178.26, -1182.79, 23.07, 270.33)
|
||||
testDriveSpawn = vector4(-178.26, -1182.79, 23.07, 270.33)
|
||||
camera = {
|
||||
name = "Car",
|
||||
coords = vector4(-146.6166, -596.6301, 166.0, 270.0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue