forked from Simnation/Main
resources/[jobs]/[civ]/mh_jobgarage/client/chiefsettings.lua aktualisiert
This commit is contained in:
parent
56c570c1c3
commit
059934eae1
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ function OpenChiefAddVehicleMenu()
|
||||||
print("Chiefsettings: "..mods)
|
print("Chiefsettings: "..mods)
|
||||||
|
|
||||||
table.insert(opt, {
|
table.insert(opt, {
|
||||||
title = "Kennzeichen: "..mods.plate,
|
title = "Kennzeichen: "..vehicles[i].plate,
|
||||||
description = "Deine Ersatzschlüssel: "..vehicles[i].keys,
|
description = "Deine Ersatzschlüssel: "..vehicles[i].keys,
|
||||||
icon = 'car',
|
icon = 'car',
|
||||||
onSelect = function()
|
onSelect = function()
|
||||||
|
@ -87,7 +87,7 @@ function OpenChiefAddVehicleMenu()
|
||||||
SetNewWaypoint(Config.KeyMaker.x, Config.KeyMaker.y)
|
SetNewWaypoint(Config.KeyMaker.x, Config.KeyMaker.y)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end, mods.plate, value)
|
end, vehicles[i].plate, value)
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue