From 36dd7753f7f5c53937df5bbce996df760ff96fe8 Mon Sep 17 00:00:00 2001 From: Miho931 <98314142+Miho931@users.noreply.github.com> Date: Mon, 9 Jun 2025 18:19:22 +0200 Subject: [PATCH] Update stored.lua --- resources/[carscripts]/mh_garage/client/stored.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/[carscripts]/mh_garage/client/stored.lua b/resources/[carscripts]/mh_garage/client/stored.lua index 20a4c50a4..6c27c421a 100644 --- a/resources/[carscripts]/mh_garage/client/stored.lua +++ b/resources/[carscripts]/mh_garage/client/stored.lua @@ -24,11 +24,12 @@ AddEventHandler('mh_garage:storeVehicle', function() id = "thisVehicle", title = random.name, options = { - {title = "Kosten: "..CurrentZone.price}, - {title = ""}, + {title = "Kosten: "..CurrentZone.price.."$"}, + {title = "", disabled = true}, { title = "Akzeptieren", description = "Geld wird vom Bankkonto abgebucht!", + icon = "check", onSelect = function() lib.hideContext("thisVehicle") QBCore.Functions.TriggerCallback('mh_garage:storedVehicle', function(cb) @@ -41,7 +42,7 @@ AddEventHandler('mh_garage:storeVehicle', function() end Notification(cb.text, cb.type) end - end, veh, CurrentZone) + end, mods, CurrentZone) end }, {