1
0
Fork 0
forked from Simnation/Main

Update retrieve.lua

This commit is contained in:
Miho931 2025-06-09 18:41:12 +02:00
parent a883c25a0c
commit 6afe0567f8

View file

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