forked from Simnation/Main
Update retrieve.lua
This commit is contained in:
parent
59da814bca
commit
e89bac3c6d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue