From 925d7634821e25657752b01cc114657cceb45d7d Mon Sep 17 00:00:00 2001 From: Miho931 <98314142+Miho931@users.noreply.github.com> Date: Sun, 8 Jun 2025 18:26:26 +0200 Subject: [PATCH] Update stored.lua --- resources/[carscripts]/mh_garage/client/stored.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/[carscripts]/mh_garage/client/stored.lua b/resources/[carscripts]/mh_garage/client/stored.lua index 42025423f..f42c5e956 100644 --- a/resources/[carscripts]/mh_garage/client/stored.lua +++ b/resources/[carscripts]/mh_garage/client/stored.lua @@ -34,8 +34,7 @@ AddEventHandler('mh_garage:storeVehicle', function(zone) }) lib.registerContext({ id = "StoredVehicles", - title = random.name, - description = random.description, + title = random.name.."\n\n"..random.description, options = opt }) lib.showContext("StoredVehicles")