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