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