forked from Simnation/Main
Update stored.lua
This commit is contained in:
parent
c0327f4ebd
commit
dc849979f9
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue