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({
id = "StoredVehicles",
title = random.name,
description = random.description,
title = random.name.."\n\n"..random.description,
options = opt
})
lib.showContext("StoredVehicles")