This commit is contained in:
Nordi98 2025-06-12 23:39:22 +02:00
commit 054da40364
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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),