This commit is contained in:
Miho931 2025-06-09 14:05:02 +02:00
parent 4943239cc8
commit 0e50d7b43a
3 changed files with 4 additions and 4 deletions

View file

@ -95,7 +95,7 @@ function AddTargetOptions(zone)
label = "Fahrzeug ausparken",
args = zone
},
if Config.Verwaltung then
if Config.Verwaltung.garage then
{
type = "client",
event = "mh_garage:verwaltungVeh",

View file

@ -16,7 +16,7 @@ AddEventHandler('mh_garage:verwaltungVeh', function()
end

table.insert(opt, {
title = cb[i].current_name
title = cb[i].current_name,
description = des,
icon = "car",
onSelect = function()