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