forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
4346a91f21
commit
f334833649
1 changed files with 7 additions and 6 deletions
|
@ -219,14 +219,14 @@ Config.DealershipLocations = {
|
|||
societyPurchaseJobWhitelist = {},
|
||||
societyPurchaseGangWhitelist = {},
|
||||
},
|
||||
["air"] = {
|
||||
type = "self-service", -- or "owned", "self-service"
|
||||
["spautohaus"] = {
|
||||
type = "owned", -- or "owned", "self-service"
|
||||
openShowroom = {
|
||||
coords = vector3(-1623.0, -3151.56, 13.99),
|
||||
size = 5
|
||||
},
|
||||
openManagement = {
|
||||
coords = vector3(-1637.78, -3177.94, 13.99),
|
||||
coords = vector3(1921.25, 3725.89, 32.57),
|
||||
size = 5
|
||||
},
|
||||
sellVehicle = {
|
||||
|
@ -236,9 +236,9 @@ Config.DealershipLocations = {
|
|||
purchaseSpawn = vector4(-1654.9, -3147.58, 13.99, 324.78),
|
||||
testDriveSpawn = vector4(-1654.9, -3147.58, 13.99, 324.78),
|
||||
camera = {
|
||||
name = "Air",
|
||||
coords = vector4(-1267.0, -3013.14, -48.5, 310.96),
|
||||
positions = {12.0, 15.0, 20.0, 15.0}
|
||||
name = "Car",
|
||||
coords = vector4(-146.6166, -596.6301, 166.0, 270.0),
|
||||
positions = {5.0, 8.0, 12.0, 8.0}
|
||||
},
|
||||
categories = {"planes", "helicopters"},
|
||||
enableSellVehicle = true, -- Allow players to sell vehicles back to dealer
|
||||
|
@ -255,6 +255,7 @@ Config.DealershipLocations = {
|
|||
showroomJobWhitelist = {},
|
||||
showroomGangWhitelist = {},
|
||||
societyPurchaseJobWhitelist = {},
|
||||
job = "sph", -- Owned dealerships only
|
||||
societyPurchaseGangWhitelist = {},
|
||||
},
|
||||
["truck"] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue