forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
f44120d03d
commit
d582f7cf71
1 changed files with 23 additions and 41 deletions
|
@ -6,18 +6,12 @@ Config.TaxiVehicles = {
|
||||||
model = 'taxi',
|
model = 'taxi',
|
||||||
label = 'Standard Taxi',
|
label = 'Standard Taxi',
|
||||||
pricePerKm = 5,
|
pricePerKm = 5,
|
||||||
spawnChance = 70
|
spawnChance = 90
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
model = 'stretch',
|
model = 'stretch',
|
||||||
label = 'Luxus Limousine',
|
label = 'Luxus Limousine',
|
||||||
pricePerKm = 15,
|
pricePerKm = 15,
|
||||||
spawnChance = 20
|
|
||||||
},
|
|
||||||
{
|
|
||||||
model = 'superd',
|
|
||||||
label = 'Premium Taxi',
|
|
||||||
pricePerKm = 10,
|
|
||||||
spawnChance = 10
|
spawnChance = 10
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,58 +20,46 @@ Config.TaxiVehicles = {
|
||||||
Config.TaxiStations = {
|
Config.TaxiStations = {
|
||||||
{
|
{
|
||||||
name = "Los Santos Airport Taxi",
|
name = "Los Santos Airport Taxi",
|
||||||
coords = vector4(-1041.51, -2730.2, 20.17, 240.0),
|
coords = vector4(-1051.28, -2712.83, 13.68, 243.31),
|
||||||
blipCoords = vector3(-1041.51, -2730.2, 20.17),
|
blipCoords = vector3(-1051.28, -2712.83, 13.68),
|
||||||
vehicles = {
|
vehicles = {
|
||||||
{
|
{
|
||||||
model = 'taxi',
|
model = 'taxi',
|
||||||
coords = vector4(-1041.51, -2730.2, 20.17, 240.0),
|
coords = vector4(-1051.28, -2712.83, 13.68, 243.31),
|
||||||
pricePerKm = 5
|
pricePerKm = 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
model = 'stretch',
|
model = 'taxi',
|
||||||
coords = vector4(-1045.0, -2732.0, 20.17, 240.0),
|
coords = vector4(-1041.38, -2718.65, 13.67, 239.73),
|
||||||
pricePerKm = 15
|
pricePerKm = 5
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "Downtown Taxi Stand",
|
name = "Downtown Taxi Stand",
|
||||||
coords = vector4(895.46, -179.28, 74.7, 240.0),
|
coords = vector4(913.97, -160.64, 74.72, 200.67),
|
||||||
blipCoords = vector3(895.46, -179.28, 74.7),
|
blipCoords = vector3(913.97, -160.64, 74.72),
|
||||||
vehicles = {
|
vehicles = {
|
||||||
{
|
{
|
||||||
model = 'taxi',
|
model = 'taxi',
|
||||||
coords = vector4(895.46, -179.28, 74.7, 240.0),
|
coords = vector4(913.97, -160.64, 74.72, 200.67),
|
||||||
pricePerKm = 5
|
pricePerKm = 5
|
||||||
},
|
},
|
||||||
{
|
|
||||||
model = 'superd',
|
|
||||||
coords = vector4(892.0, -181.0, 74.7, 240.0),
|
|
||||||
pricePerKm = 10
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name = "Mirror Park Taxi",
|
|
||||||
coords = vector4(1696.62, 4785.41, 42.02, 90.0),
|
|
||||||
blipCoords = vector3(1696.62, 4785.41, 42.02),
|
|
||||||
vehicles = {
|
|
||||||
{
|
{
|
||||||
model = 'taxi',
|
model = 'taxi',
|
||||||
coords = vector4(1696.62, 4785.41, 42.02, 90.0),
|
coords = vector4(919.23, -163.87, 74.77, 102.32),
|
||||||
pricePerKm = 5
|
pricePerKm = 5
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "Paleto Bay Taxi",
|
name = "Paleto Bay Taxi",
|
||||||
coords = vector4(-348.88, 6063.5, 31.5, 225.0),
|
coords = vector4(-339.14, 6072.48, 31.31, 225.76)
|
||||||
blipCoords = vector3(-348.88, 6063.5, 31.5),
|
blipCoords = vector3(-339.14, 6072.48, 31.31),
|
||||||
vehicles = {
|
vehicles = {
|
||||||
{
|
{
|
||||||
model = 'taxi',
|
model = 'taxi',
|
||||||
coords = vector4(-348.88, 6063.5, 31.5, 225.0),
|
coords = vector4(-339.14, 6072.48, 31.31, 225.76)
|
||||||
pricePerKm = 6
|
pricePerKm = 6
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -96,17 +78,17 @@ Config.TaxiStations = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "Vespucci Beach Taxi",
|
name = "Vespucci Beach Taxi",
|
||||||
coords = vector4(-1266.53, -833.8, 17.11, 37.5),
|
coords = vector4(-1614.7, -857.81, 10.02, 140.47)
|
||||||
blipCoords = vector3(-1266.53, -833.8, 17.11),
|
blipCoords = vector3(-1609.67, -862.78, 10.01),
|
||||||
vehicles = {
|
vehicles = {
|
||||||
{
|
{
|
||||||
model = 'taxi',
|
model = 'taxi',
|
||||||
coords = vector4(-1266.53, -833.8, 17.11, 37.5),
|
coords = vector4(-1614.7, -857.81, 10.02, 140.47),
|
||||||
pricePerKm = 5
|
pricePerKm = 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
model = 'stretch',
|
model = 'stretch',
|
||||||
coords = vector4(-1270.0, -830.0, 17.11, 37.5),
|
coords = vector4(-1609.67, -862.78, 10.01, 230.02),
|
||||||
pricePerKm = 15
|
pricePerKm = 15
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -115,11 +97,11 @@ Config.TaxiStations = {
|
||||||
|
|
||||||
-- Spawn Locations für /taxi Command (mobile Taxis)
|
-- Spawn Locations für /taxi Command (mobile Taxis)
|
||||||
Config.MobileTaxiSpawns = {
|
Config.MobileTaxiSpawns = {
|
||||||
vector4(-1041.51, -2730.2, 20.17, 240.0),
|
vector4(-969.78, -2703.77, 13.86, 68.36),
|
||||||
vector4(895.46, -179.28, 74.7, 240.0),
|
vector4(902.33, -143.8, 76.62, 327.11),
|
||||||
vector4(-1266.53, -833.8, 17.11, 37.5),
|
vector4(-1277.46, -810.35, 17.13, 133.23),
|
||||||
vector4(1696.62, 4785.41, 42.02, 90.0),
|
vector4(1705.39, 4803.73, 41.79, 91.83),
|
||||||
vector4(-348.88, 6063.5, 31.5, 225.0)
|
vector4(-383.43, 6064.31, 31.5, 135.49)
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Bekannte Ziele mit festen Preisen
|
-- Bekannte Ziele mit festen Preisen
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue