mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
Update vehicle.lua
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user