forked from Simnation/Main
ed
This commit is contained in:
parent
28e54283e1
commit
982281e13b
1 changed files with 4 additions and 4 deletions
|
@ -183,7 +183,7 @@ Config.DealershipLocations = {
|
|||
["bikes"] = {
|
||||
type = "self-service", -- or "owned", "self-service"
|
||||
openShowroom = {
|
||||
coords = vector3(-739.55, -1333.75, 1.6),
|
||||
coords = vector3(289.16, -1172.25, 29.29),
|
||||
size = 5
|
||||
},
|
||||
openManagement = {
|
||||
|
@ -191,11 +191,11 @@ Config.DealershipLocations = {
|
|||
size = 5
|
||||
},
|
||||
sellVehicle = {
|
||||
coords = vector3(-714.42, -1340.01, -0.18),
|
||||
coords = vector3(316.83, -1165.12, 29.29),
|
||||
size = 5
|
||||
},
|
||||
purchaseSpawn = vector4(-714.42, -1340.01, -0.18, 139.38),
|
||||
testDriveSpawn = vector4(-714.42, -1340.01, -0.18, 139.38),
|
||||
purchaseSpawn = vector4(309.22, -1163.7, 29.29, 287.84),
|
||||
testDriveSpawn = vector4(309.22, -1163.7, 29.29, 287.84),
|
||||
camera = {
|
||||
name = "Bike",
|
||||
coords = vector4(-808.28, -1491.19, -0.47, 113.53),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue