1
0
Fork 0
forked from Simnation/Main

Update retrieve.lua

This commit is contained in:
Miho931 2025-06-09 18:49:12 +02:00
parent 59da814bca
commit e89bac3c6d

View file

@ -12,7 +12,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: "..mods.fuelLevel.."%",
description = "Kennzeichen: "..cb[i].plate.."\nTankinhalt: "..math.random(mods.fuelLevel, 2).."%",
icon = "car",
onSelect = function()
cb[i].mods = mods