forked from Simnation/Main
Update main.lua
This commit is contained in:
parent
0ccb1025e4
commit
b8e1377a17
1 changed files with 13 additions and 13 deletions
|
@ -82,19 +82,19 @@ function AddTargetOptions(zone)
|
||||||
|
|
||||||
local opt = {
|
local opt = {
|
||||||
{
|
{
|
||||||
type = "client",
|
type = "client",
|
||||||
event = "mh_garage:storeVehicle",
|
event = "mh_garage:storeVehicle",
|
||||||
icon = "fas fa-parking",
|
icon = "fas fa-parking",
|
||||||
label = "Fahrzeug einparken",
|
label = "Fahrzeug einparken",
|
||||||
args = zone
|
args = zone
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type = "client",
|
type = "client",
|
||||||
event = "mh_garage:retrieveVehicle",
|
event = "mh_garage:retrieveVehicle",
|
||||||
icon = "fas fa-car",
|
icon = "fas fa-car",
|
||||||
label = "Fahrzeug ausparken",
|
label = "Fahrzeug ausparken",
|
||||||
args = zone
|
args = zone
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if Config.Verwaltung.garage then
|
if Config.Verwaltung.garage then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue