1
0
Fork 0
forked from Simnation/Main

Update client.lua

This commit is contained in:
Nordi98 2025-07-26 00:50:19 +02:00
parent 5ebfa8f93b
commit 4bacee67ba

View file

@ -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)