Update retrieve.lua

This commit is contained in:
Miho931 2025-06-12 23:30:41 +02:00
parent 07685eab3e
commit 6c5a0e3e44

View file

@ -13,7 +13,7 @@ AddEventHandler('mh_garage:retrieveVehicle', function()
local mods = json.decode(cb[i].mods)
table.insert(opt, {
title = cb[i].name,
description = "Kennzeichen: "..cb[i].plate.."\nTankinhalt: "..math.round(mods.fuelLevel, 2).."%",
description = "Kennzeichen: "..cb[i].plate, --[[ \nTankinhalt: "..math.round(mods.fuelLevel, 2).."%" ]]
icon = "car",
onSelect = function()
cb[i].mods = mods