forked from Simnation/Main
Update main.lua
This commit is contained in:
parent
0af0321244
commit
d83f8ae473
1 changed files with 2 additions and 0 deletions
|
@ -86,12 +86,14 @@ function AddTargetOptions(zone)
|
|||
event = "mh_garage:storeVehicle",
|
||||
icon = "fas fa-parking",
|
||||
label = "Fahrzeug einparken",
|
||||
args = zone
|
||||
},
|
||||
{
|
||||
type = "client",
|
||||
event = "mh_garage:retrieveVehicle",
|
||||
icon = "fas fa-car",
|
||||
label = "Fahrzeug ausparken",
|
||||
args = zone
|
||||
}
|
||||
},
|
||||
distance = 2.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue