This commit is contained in:
Miho931 2025-06-09 13:50:04 +02:00
parent 6b5b0d18a6
commit 4943239cc8
3 changed files with 9 additions and 9 deletions

View file

@ -9,7 +9,7 @@ AddEventHandler('mh_garage:retrieveVehicle', function(zone)
QBCore.Functions.TriggerCallback('mh_garage:CallVehicles', function(cb)
for i = 1, #cb, 1 do
table.insert(opt, {
title = cb[i].name
title = cb[i].name,
description = "Kennzeichen: "..cb[i].plate.."\nTankinhalt: "..cb[i].mods.fuelLevel.."%",
icon = "car",
onSelect = function()