forked from Simnation/Main
Update retrieve.lua
This commit is contained in:
parent
6afe0567f8
commit
c9bb198d13
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ AddEventHandler('mh_garage:retrieveVehicle', function()
|
||||||
for i = 1, #cb, 1 do
|
for i = 1, #cb, 1 do
|
||||||
table.insert(opt, {
|
table.insert(opt, {
|
||||||
title = cb[i].name,
|
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",
|
icon = "car",
|
||||||
onSelect = function()
|
onSelect = function()
|
||||||
SpawnThisVehicle(cb[i])
|
SpawnThisVehicle(cb[i])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue