1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/nordi_taxi/config.lua

157 lines
4.1 KiB
Lua
Raw Normal View History

2025-07-30 02:17:38 +02:00
Config = {}
-- Taxi Fahrzeuge und Preise
Config.TaxiVehicles = {
{
model = 'taxi',
label = 'Standard Taxi',
pricePerKm = 5,
2025-07-30 04:27:28 +02:00
spawnChance = 90
2025-07-30 02:17:38 +02:00
},
{
model = 'stretch',
label = 'Luxus Limousine',
pricePerKm = 15,
spawnChance = 10
}
}
-- Taxi Stationen mit festen Fahrzeugen
Config.TaxiStations = {
{
name = "Los Santos Airport Taxi",
2025-07-30 04:27:28 +02:00
coords = vector4(-1051.28, -2712.83, 13.68, 243.31),
blipCoords = vector3(-1051.28, -2712.83, 13.68),
2025-07-30 02:17:38 +02:00
vehicles = {
{
model = 'taxi',
2025-07-30 04:27:28 +02:00
coords = vector4(-1051.28, -2712.83, 13.68, 243.31),
2025-07-30 02:17:38 +02:00
pricePerKm = 5
},
{
2025-07-30 04:27:28 +02:00
model = 'taxi',
coords = vector4(-1041.38, -2718.65, 13.67, 239.73),
pricePerKm = 5
2025-07-30 02:17:38 +02:00
}
}
},
{
name = "Downtown Taxi Stand",
2025-07-30 04:27:28 +02:00
coords = vector4(913.97, -160.64, 74.72, 200.67),
blipCoords = vector3(913.97, -160.64, 74.72),
2025-07-30 02:17:38 +02:00
vehicles = {
{
model = 'taxi',
2025-07-30 04:27:28 +02:00
coords = vector4(913.97, -160.64, 74.72, 200.67),
2025-07-30 02:17:38 +02:00
pricePerKm = 5
},
{
model = 'taxi',
2025-07-30 04:27:28 +02:00
coords = vector4(919.23, -163.87, 74.77, 102.32),
2025-07-30 02:17:38 +02:00
pricePerKm = 5
}
}
},
{
name = "Paleto Bay Taxi",
2025-07-30 04:29:19 +02:00
coords = vector4(-339.14, 6072.48, 31.31, 225.76),
2025-07-30 04:27:28 +02:00
blipCoords = vector3(-339.14, 6072.48, 31.31),
2025-07-30 02:17:38 +02:00
vehicles = {
{
model = 'taxi',
2025-07-30 04:29:19 +02:00
coords = vector4(-339.14, 6072.48, 31.31, 225.76),
2025-07-30 02:17:38 +02:00
pricePerKm = 6
}
}
},
{
name = "Stadtpark Taxi",
2025-07-30 03:12:57 +02:00
coords = vector4(204.9, -846.9, 30.5, 254.69),
blipCoords = vector3(204.9, -846.9, 30.5),
2025-07-30 02:17:38 +02:00
vehicles = {
{
model = 'taxi',
2025-07-30 03:26:19 +02:00
coords = vector4(204.9, -846.9, 30.5, 254.69),
2025-07-30 02:17:38 +02:00
pricePerKm = 6
}
}
},
{
name = "Vespucci Beach Taxi",
2025-07-30 04:27:28 +02:00
coords = vector4(-1614.7, -857.81, 10.02, 140.47)
blipCoords = vector3(-1609.67, -862.78, 10.01),
2025-07-30 02:17:38 +02:00
vehicles = {
{
model = 'taxi',
2025-07-30 04:27:28 +02:00
coords = vector4(-1614.7, -857.81, 10.02, 140.47),
2025-07-30 02:17:38 +02:00
pricePerKm = 5
},
{
model = 'stretch',
2025-07-30 04:27:28 +02:00
coords = vector4(-1609.67, -862.78, 10.01, 230.02),
2025-07-30 02:17:38 +02:00
pricePerKm = 15
}
}
}
}
-- Spawn Locations für /taxi Command (mobile Taxis)
Config.MobileTaxiSpawns = {
2025-07-30 04:27:28 +02:00
vector4(-969.78, -2703.77, 13.86, 68.36),
vector4(902.33, -143.8, 76.62, 327.11),
vector4(-1277.46, -810.35, 17.13, 133.23),
vector4(1705.39, 4803.73, 41.79, 91.83),
vector4(-383.43, 6064.31, 31.5, 135.49)
2025-07-30 02:17:38 +02:00
}
-- Bekannte Ziele mit festen Preisen
Config.KnownDestinations = {
{
name = "Los Santos International Airport",
coords = vector3(-1037.0, -2674.0, 13.8),
price = 50
},
{
name = "Vinewood Hills",
coords = vector3(120.0, 564.0, 184.0),
price = 35
},
{
name = "Del Perro Pier",
coords = vector3(-1850.0, -1230.0, 13.0),
price = 25
},
{
name = "Sandy Shores",
coords = vector3(1836.0, 3672.0, 34.0),
price = 75
},
{
name = "Paleto Bay",
coords = vector3(-276.0, 6635.0, 7.5),
price = 100
},
{
name = "Mount Chiliad",
coords = vector3(501.0, 5604.0, 797.0),
price = 120
},
{
name = "Maze Bank Tower",
coords = vector3(-75.0, -818.0, 326.0),
price = 40
},
{
name = "Vespucci Beach",
coords = vector3(-1266.0, -833.0, 17.0),
price = 30
}
}
-- Allgemeine Einstellungen
Config.MaxWaitTime = 120 -- Sekunden bis Taxi spawnt
Config.TaxiCallCooldown = 30 -- Sekunden zwischen Taxi-Rufen
Config.MinFare = 10 -- Mindestpreis
Config.WaitingFee = 2 -- Preis pro Minute warten
Config.StationTaxiRespawnTime = 300 -- 5 Minuten bis Taxi an Station respawnt