> For the complete documentation index, see [llms.txt](https://piotreq-scripts.gitbook.io/piotreq-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://piotreq-scripts.gitbook.io/piotreq-scripts/assets-and-guides/mechanic-job/misc.md).

# Misc

## OpenRemoteMenu

With following export you can open remote menu for flatbed

{% tabs %}
{% tab title="Client Side" %}

```lua
exports['p_mechanicjob']:OpenRemoteMenu(vehiclePlate)
```

{% endtab %}
{% endtabs %}

***

## CreateOutfitMenu

With following export you can open outfit creator

```lua
exports['p_mechanicjob']:CreateOutfitMenu()
```

You can also use a command

```lua
/mechanic_outfit
```
