diff --git a/resources/[carscripts]/nordi_rental/config.lua b/resources/[carscripts]/nordi_rental/config.lua index 31183b5d5..8f4ebfaf1 100644 --- a/resources/[carscripts]/nordi_rental/config.lua +++ b/resources/[carscripts]/nordi_rental/config.lua @@ -3,13 +3,14 @@ Config = {} Config.MaxRentalTime = 24 -- Maximale Mietdauer in Stunden Config.PenaltyPerHour = 100 -- Strafe pro Stunde Verspätung Config.UseOkokBanking = false -- true für okokBanking, false für Bargeld +Config.MaxReturnDistance = 10.0 -- Maximale Entfernung zum Rückgabepunkt in Metern Config.RentalLocations = { { id = "rental_1", name = "Downtown Autovermietung", npc = { - model = "a_m_m_business_01", + model = "a_m_y_business_03", coords = vector4(-56.6615, -1096.7587, 26.4223, 189.4913), }, spawnPoint = vector4(-66.79, -1096.58, 26.42, 25.0), @@ -39,7 +40,7 @@ Config.RentalLocations = { id = "rental_2", name = "Sandy Shores Autovermietung", npc = { - model = "a_m_m_business_01", + model = "a_m_m_hillbilly_01", coords = vector4(1737.59, 3710.2, 34.14, 25.0), }, spawnPoint = vector4(1727.59, 3710.2, 34.14, 25.0),