forked from Simnation/Main
Merge branch 'master' of https://git.evolution-state-life.de/Evolution-State-Life/Main
This commit is contained in:
commit
054da40364
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,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: "..math.round(mods.fuelLevel, 2).."%",
|
||||
description = "Kennzeichen: "..cb[i].plate, --[[ \nTankinhalt: "..math.round(mods.fuelLevel, 2).."%" ]]
|
||||
icon = "car",
|
||||
onSelect = function()
|
||||
cb[i].mods = mods
|
||||
|
|
|
@ -22,7 +22,7 @@ Config.Verwaltung = {
|
|||
|
||||
Config.Zonen = {
|
||||
{
|
||||
name = "Meetingpoint",
|
||||
name = "pillboxgarage",
|
||||
price = nil, --pro FZ
|
||||
NPC = {
|
||||
spawn = vector4(236.1599, -798.8522, 29.3653, 181.7547),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue