This commit is contained in:
Nordi98 2025-07-30 09:27:31 +02:00
parent 0b8f45315a
commit fd82e234da
2 changed files with 62 additions and 25 deletions

View file

@ -6,14 +6,22 @@ Config.TaxiVehicles = {
model = 'taxi',
label = 'Standard Taxi',
pricePerKm = 5,
spawnChance = 90
spawnChance = 80
},
{
model = 'vstretch',
label = 'Luxus Limousine',
pricePerKm = 15,
spawnChance = 10
}
},
{
model = 'elegyrh7',
label = 'JDM Taxi',
pricePerKm = 15,
spawnChance = 10
},


}

-- Taxi Stationen mit festen Fahrzeugen