From fb7c7b1de49357c41ff82a5572b271d453a71df7 Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Sat, 14 Oct 2023 19:48:18 +0200 Subject: [PATCH] Update vehicle.lua --- server/vehicle.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/vehicle.lua b/server/vehicle.lua index c932c7f..5ea3097 100644 --- a/server/vehicle.lua +++ b/server/vehicle.lua @@ -663,8 +663,9 @@ RegisterNetEvent("ND_Vehicles:takeVehicle", function(vehId, locations) type = "success", position = "bottom" }) + Wait(500) else - player.notify({ + return player.notify({ title = "Impound", description = ("Price to reclaim is $%d, you don't have enough!"):format(reclaimPrice), type = "error",