forked from Simnation/Main
Update trucks.lua
This commit is contained in:
parent
623990ac42
commit
2df717dd3c
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@ Config.dealerships.cardealer = { -- Dealership ID, NEEDS TO BE THE SAME AS THE J
|
||||||
needsMission = true, -- Set to false or true to disable/disable the needing of going pick up the car
|
needsMission = true, -- Set to false or true to disable/disable the needing of going pick up the car
|
||||||
testDriveRoutingBucket = true, -- Set this to false if you don't want the test drive to be inside of a Routing Bucket
|
testDriveRoutingBucket = true, -- Set this to false if you don't want the test drive to be inside of a Routing Bucket
|
||||||
testDriveTime = 50, -- Test drive time in seconds
|
testDriveTime = 50, -- Test drive time in seconds
|
||||||
testDriveSpawn = vec4(-69.48, -1105.88, 26.07, 73.5), -- Test drive spawn coords
|
testDriveSpawn = vec4(973.2721, -2534.8442, 28.3020, 297.8227), -- Test drive spawn coords
|
||||||
truck = 'packer', -- The truck used on importation
|
truck = 'packer', -- The truck used on importation
|
||||||
trailer = 'tr4', -- The trailer used on importation
|
trailer = 'tr4', -- The trailer used on importation
|
||||||
truckSpawn = vec4(-58.46, -1072.99, 27.23, 70.0), -- Importation truck spawn coords
|
truckSpawn = vec4(-58.46, -1072.99, 27.23, 70.0), -- Importation truck spawn coords
|
||||||
buySpawn = vec4(275.5343, -1166.8954, 28.0704, 12.1783), -- Vehicle buy spawn coords
|
buySpawn = vec4(992.9500, -2544.4407, 28.3020, 358.8681), -- Vehicle buy spawn coords
|
||||||
comissions = { buyPercentage = 50, sellComission = 10 }, -- The dealership commisions (buyPercentage is the percentage of vehicle price that the dealership will buy it and the sellComission is the comission that the employee will earn on selling vehicles to players)
|
comissions = { buyPercentage = 50, sellComission = 10 }, -- The dealership commisions (buyPercentage is the percentage of vehicle price that the dealership will buy it and the sellComission is the comission that the employee will earn on selling vehicles to players)
|
||||||
blip = { enabled = false, coords = vec3(-58.01, -1097.08, 26.44), sprite = 523, color = 3, scale = 0.6, display = 4 }, -- Dealership map blip
|
blip = { enabled = false, coords = vec3(-58.01, -1097.08, 26.44), sprite = 523, color = 3, scale = 0.6, display = 4 }, -- Dealership map blip
|
||||||
dashboards = { -- Dealership dashboards to import vehicles and see transations and etc
|
dashboards = { -- Dealership dashboards to import vehicles and see transations and etc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue