1
0
Fork 0
forked from Simnation/Main

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", icon = "fas fa-car",
label = "Fahrzeug ausparken", label = "Fahrzeug ausparken",
args = zone args = zone
}, }
if Config.Verwaltung.garage then
{
type = "client",
event = "mh_garage:verwaltungVeh",
icon = "",
label = "Fahrzeuge Verwalten",
}
end
} }
if Config.Verwaltung.garage then
table.insert(opt, {
type = "client",
event = "mh_garage:verwaltungVeh",
icon = "",
label = "Fahrzeuge Verwalten",
})
end
exports['qb-target']:AddTargetEntity(npcHandle, { exports['qb-target']:AddTargetEntity(npcHandle, {
options = opt, options = opt,
distance = 2.5 distance = 2.5