GARAGE
This commit is contained in:
parent
b8e1377a17
commit
1858eb31f4
3 changed files with 4 additions and 1 deletions
|
@ -7,6 +7,7 @@ AddEventHandler('mh_garage:retrieveVehicle', function(zone)
|
|||
local opt = {}
|
||||
|
||||
QBCore.Functions.TriggerCallback('mh_garage:CallVehicles', function(cb)
|
||||
Debug(json.encode(cb))
|
||||
for i = 1, #cb, 1 do
|
||||
table.insert(opt, {
|
||||
title = cb[i].name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue