1
0
Fork 0
forked from Simnation/Main

change Funktion GARAGE

This commit is contained in:
Miho931 2025-06-25 20:31:26 +02:00
parent eab3df34be
commit a1dd0e2dd1
3 changed files with 74 additions and 41 deletions

View file

@ -115,11 +115,17 @@ function AddTargetOptions()
icon = "fas fa-parking",
label = "Fahrzeug einparken",
},
{
type = "client",
event = "mh_garage:retrieveOwnerVehicle",
icon = "fas fa-car",
label = "Eigene Fahrzeug ausparken",
},
{
type = "client",
event = "mh_garage:retrieveVehicle",
icon = "fas fa-car",
label = "Fahrzeug ausparken",
label = "Schlüssel Fahrzeug ausparken",
}
}