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")