Update vehicle.lua

This commit is contained in:
Andyyy7666
2023-10-14 19:48:18 +02:00
parent c057455cc9
commit fb7c7b1de4

View File

@@ -663,8 +663,9 @@ RegisterNetEvent("ND_Vehicles:takeVehicle", function(vehId, locations)
type = "success", type = "success",
position = "bottom" position = "bottom"
}) })
Wait(500)
else else
player.notify({ return player.notify({
title = "Impound", title = "Impound",
description = ("Price to reclaim is $%d, you don't have enough!"):format(reclaimPrice), description = ("Price to reclaim is $%d, you don't have enough!"):format(reclaimPrice),
type = "error", type = "error",