Update main.lua

This commit is contained in:
Miho931 2025-06-09 14:14:43 +02:00
parent d20cb0822e
commit 0ccb1025e4

View file

@ -94,16 +94,18 @@ function AddTargetOptions(zone)
icon = "fas fa-car",
label = "Fahrzeug ausparken",
args = zone
},
}
}
if Config.Verwaltung.garage then
{
table.insert(opt, {
type = "client",
event = "mh_garage:verwaltungVeh",
icon = "",
label = "Fahrzeuge Verwalten",
}
})
end
}
exports['qb-target']:AddTargetEntity(npcHandle, {
options = opt,
distance = 2.5