forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
d582f7cf71
commit
d76e2ede5f
1 changed files with 2 additions and 2 deletions
|
@ -54,12 +54,12 @@ Config.TaxiStations = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "Paleto Bay Taxi",
|
name = "Paleto Bay Taxi",
|
||||||
coords = vector4(-339.14, 6072.48, 31.31, 225.76)
|
coords = vector4(-339.14, 6072.48, 31.31, 225.76),
|
||||||
blipCoords = vector3(-339.14, 6072.48, 31.31),
|
blipCoords = vector3(-339.14, 6072.48, 31.31),
|
||||||
vehicles = {
|
vehicles = {
|
||||||
{
|
{
|
||||||
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue