forked from Simnation/Main
Update motorcylces.lua
This commit is contained in:
parent
8e983b2126
commit
a8e2d99050
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ Config.dealerships.cardealer = { -- Dealership ID, NEEDS TO BE THE SAME AS THE J
|
|||
truck = 'packer', -- The truck used on importation
|
||||
trailer = 'tr4', -- The trailer used on importation
|
||||
truckSpawn = vec4(-58.46, -1072.99, 27.23, 70.0), -- Importation truck spawn coords
|
||||
buySpawn = vec4(-17.59, -1107.66, 26.65, 161.25), -- Vehicle buy spawn coords
|
||||
buySpawn = vec4(275.5343, -1166.8954, 28.0704, 12.1783), -- 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)
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue