diff --git a/resources/[carscripts]/nordi_rental/client.lua b/resources/[carscripts]/nordi_rental/client.lua index 591ee183f..d5634b6bc 100644 --- a/resources/[carscripts]/nordi_rental/client.lua +++ b/resources/[carscripts]/nordi_rental/client.lua @@ -113,7 +113,7 @@ function openRentalDialog(vehicle, location) locationId = location.id, plate = plate }) -end) +end -- Fahrzeug spawnen function spawnRentalVehicle(model, spawnPoint, plate) @@ -129,7 +129,7 @@ function spawnRentalVehicle(model, spawnPoint, plate) TriggerEvent("vehiclekeys:client:SetOwner", plate) SetModelAsNoLongerNeeded(model) -end) +end -- Fahrzeug zurückgeben RegisterNetEvent('vehiclerental:client:returnVehicle', function(data)