This commit is contained in:
Miho931 2025-06-09 14:22:50 +02:00
parent b8e1377a17
commit 1858eb31f4
3 changed files with 4 additions and 1 deletions

View file

@ -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,