From 14b291106cfac7140e228b5ee6de5b9284b3ca0e Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Wed, 30 Jul 2025 06:56:56 +0200 Subject: [PATCH] Update config.lua --- resources/[tools]/nordi_taxi/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/[tools]/nordi_taxi/config.lua b/resources/[tools]/nordi_taxi/config.lua index f6c55a1f6..a766a7dc0 100644 --- a/resources/[tools]/nordi_taxi/config.lua +++ b/resources/[tools]/nordi_taxi/config.lua @@ -9,7 +9,7 @@ Config.TaxiVehicles = { spawnChance = 90 }, { - model = 'stretch', + model = 'vstretch', label = 'Luxus Limousine', pricePerKm = 15, spawnChance = 10 @@ -87,7 +87,7 @@ Config.TaxiStations = { pricePerKm = 5 }, { - model = 'stretch', + model = 'vstretch', coords = vector4(-1609.67, -862.78, 10.01, 230.02), pricePerKm = 15 }