forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
c9febb2a97
commit
10a58f604e
1 changed files with 10 additions and 1 deletions
|
@ -61,7 +61,8 @@ Config.TaxiStations = {
|
||||||
model = 'taxi',
|
model = 'taxi',
|
||||||
coords = vector4(-339.14, 6072.48, 31.31, 225.76),
|
coords = vector4(-339.14, 6072.48, 31.31, 225.76),
|
||||||
pricePerKm = 6
|
pricePerKm = 6
|
||||||
}
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -73,7 +74,15 @@ Config.TaxiStations = {
|
||||||
model = 'taxi',
|
model = 'taxi',
|
||||||
coords = vector4(204.9, -846.9, 30.5, 254.69),
|
coords = vector4(204.9, -846.9, 30.5, 254.69),
|
||||||
pricePerKm = 6
|
pricePerKm = 6
|
||||||
|
},
|
||||||
|
{
|
||||||
|
model = 'taxi',
|
||||||
|
coords = vector4(213.61, -849.66, 30.28, 248.6),
|
||||||
|
pricePerKm = 6
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue