diff --git a/resources/[carscripts]/nordi_rental/config.lua b/resources/[carscripts]/nordi_rental/config.lua index 41c31a702..9436cce86 100644 --- a/resources/[carscripts]/nordi_rental/config.lua +++ b/resources/[carscripts]/nordi_rental/config.lua @@ -9,13 +9,13 @@ Config.MaxOverdueHours = 24 -- Nach wie vielen Stunden überfällige Fahrzeuge a Config.RentalLocations = { { id = "rental_1", - name = "Downtown Autovermietung", + name = "Airpot Autovermietung", npc = { model = "a_m_y_business_03", - coords = vector4(-56.6615, -1096.7587, 26.4223, 189.4913), + coords = vector4(-833.0829, -2351.2122, 14.5706, 279.4480), }, - spawnPoint = vector4(-66.79, -1096.58, 26.42, 25.0), - returnPoint = vector4(-66.79, -1096.58, 26.42, 25.0), + spawnPoint = vector4(-829.8356, -2355.9055, 14.5707, 330.7729), + returnPoint = vector4(-829.8356, -2355.9055, 14.5707, 330.7729), vehicles = { { model = "blista", @@ -42,23 +42,37 @@ Config.RentalLocations = { name = "Sandy Shores Autovermietung", npc = { model = "a_m_m_hillbilly_01", - coords = vector4(1737.59, 3710.2, 34.14, 25.0), + coords = vector4(1018.9773, -2511.8936, 28.4768, 98.1519), }, - spawnPoint = vector4(1727.59, 3710.2, 34.14, 25.0), - returnPoint = vector4(1727.59, 3710.2, 34.14, 25.0), + spawnPoint = vector4(1012.0867, -2522.4917, 28.3085, 16.3448), + returnPoint = vector4(1012.0867, -2522.4917, 28.3085, 16.3448), vehicles = { { - model = "rebel", - label = "Rebel", + model = "speedo", + label = "Speedo", price = 80, - category = "offroad" + category = "vans" }, { - model = "sandking", - label = "Sandking", + model = "mule", + label = "Mule", price = 120, - category = "offroad" - } + category = "truck" + }, + { + model = "pounder", + label = "Pounder", + price = 240, + category = "truck" + }, + { + model = "benson", + label = "Benson", + price = 240, + category = "truck" + }, + + } } } diff --git a/resources/[inventory]/inventory_images/images/weapon_combatshotgun.png.png b/resources/[inventory]/inventory_images/images/weapon_combatshotgun.png similarity index 100% rename from resources/[inventory]/inventory_images/images/weapon_combatshotgun.png.png rename to resources/[inventory]/inventory_images/images/weapon_combatshotgun.png