1
0
Fork 0
forked from Simnation/Main

Update stored.lua

This commit is contained in:
Miho931 2025-06-08 18:26:26 +02:00
parent 02baea75f9
commit 925d763482

View file

@ -34,8 +34,7 @@ AddEventHandler('mh_garage:storeVehicle', function(zone)
}) })
lib.registerContext({ lib.registerContext({
id = "StoredVehicles", id = "StoredVehicles",
title = random.name, title = random.name.."\n\n"..random.description,
description = random.description,
options = opt options = opt
}) })
lib.showContext("StoredVehicles") lib.showContext("StoredVehicles")