ed
This commit is contained in:
parent
0b8f45315a
commit
fd82e234da
2 changed files with 62 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue