1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-07-30 06:56:56 +02:00
parent f4caa0335a
commit 14b291106c

View file

@ -9,7 +9,7 @@ Config.TaxiVehicles = {
spawnChance = 90 spawnChance = 90
}, },
{ {
model = 'stretch', model = 'vstretch',
label = 'Luxus Limousine', label = 'Luxus Limousine',
pricePerKm = 15, pricePerKm = 15,
spawnChance = 10 spawnChance = 10
@ -87,7 +87,7 @@ Config.TaxiStations = {
pricePerKm = 5 pricePerKm = 5
}, },
{ {
model = 'stretch', model = 'vstretch',
coords = vector4(-1609.67, -862.78, 10.01, 230.02), coords = vector4(-1609.67, -862.78, 10.01, 230.02),
pricePerKm = 15 pricePerKm = 15
} }