Skip to content

Commit

Permalink
Update config.lua
Browse files Browse the repository at this point in the history
• Fixed trucks floating in "Truck Motor Shop"
  • Loading branch information
jonyadam authored Jan 31, 2024
1 parent 2b71c7f commit 2c1f879
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -273,22 +273,22 @@ Config.Shops = {
['FinanceZone'] = vector3(900.46, -1154.86, 25.16),
['ShowroomVehicles'] = {
[1] = {
coords = vector4(890.84, -1170.92, 25.08, 269.58), -- where the vehicle will spawn on display
coords = vector4(890.84, -1170.92, 24.08, 269.58), -- where the vehicle will spawn on display
defaultVehicle = 'hauler', -- Default display vehicle
chosenVehicle = 'hauler', -- Same as default but is dynamically changed when swapping vehicles
},
[2] = {
coords = vector4(878.45, -1171.04, 25.05, 273.08),
coords = vector4(878.45, -1171.04, 24.05, 273.08),
defaultVehicle = 'phantom',
chosenVehicle = 'phantom'
},
[3] = {
coords = vector4(880.44, -1163.59, 24.87, 273.08),
coords = vector4(880.44, -1163.59, 23.87, 273.08),
defaultVehicle = 'mule',
chosenVehicle = 'mule'
},
[4] = {
coords = vector4(896.95, -1162.62, 24.98, 273.08),
coords = vector4(896.95, -1162.62, 23.98, 273.08),
defaultVehicle = 'mixer',
chosenVehicle = 'mixer'
},
Expand Down

0 comments on commit 2c1f879

Please sign in to comment.