forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
f334833649
commit
371350cefb
1 changed files with 2 additions and 1 deletions
|
@ -97,6 +97,7 @@ Config.Categories = {
|
|||
importbikes = "Import Bikes",
|
||||
importtrucks = "Import Trucks",
|
||||
trailer = "Anhänger",
|
||||
utility = "Utility",
|
||||
}
|
||||
|
||||
Config.DealershipLocations = {
|
||||
|
@ -240,7 +241,7 @@ Config.DealershipLocations = {
|
|||
coords = vector4(-146.6166, -596.6301, 166.0, 270.0),
|
||||
positions = {5.0, 8.0, 12.0, 8.0}
|
||||
},
|
||||
categories = {"planes", "helicopters"},
|
||||
categories = {"motorcycles", "offroad", "muscle", "cycles",},
|
||||
enableSellVehicle = true, -- Allow players to sell vehicles back to dealer
|
||||
sellVehiclePercent = 0.6, -- 60% of current sale price
|
||||
enableTestDrive = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue