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",
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",