From dc849979f999b2d7be5563d9af46fc7b8e988a16 Mon Sep 17 00:00:00 2001 From: Miho931 <98314142+Miho931@users.noreply.github.com> Date: Sun, 8 Jun 2025 17:58:14 +0200 Subject: [PATCH] Update stored.lua --- resources/[carscripts]/mh_garage/client/stored.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/[carscripts]/mh_garage/client/stored.lua b/resources/[carscripts]/mh_garage/client/stored.lua index d13a36704..75cf6123c 100644 --- a/resources/[carscripts]/mh_garage/client/stored.lua +++ b/resources/[carscripts]/mh_garage/client/stored.lua @@ -39,7 +39,8 @@ AddEventHandler('mh_garage:storeVehicle', function(zone) lib.registerContext({ id = "StoredVehicles", title = randomname, - description = randomdes + description = randomdes, + options = opt }) lib.showContext("StoredVehicles")