1
0
Fork 0
forked from Simnation/Main

Update stored.lua

This commit is contained in:
Miho931 2025-06-08 17:58:14 +02:00
parent c0327f4ebd
commit dc849979f9

View file

@ -39,7 +39,8 @@ AddEventHandler('mh_garage:storeVehicle', function(zone)
lib.registerContext({ lib.registerContext({
id = "StoredVehicles", id = "StoredVehicles",
title = randomname, title = randomname,
description = randomdes description = randomdes,
options = opt
}) })
lib.showContext("StoredVehicles") lib.showContext("StoredVehicles")