> For the complete documentation index, see [llms.txt](https://docs.otherplanet.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.otherplanet.dev/scripts/op-ambulance-mdt/exports/client-side.md).

# Client Side

{% hint style="warning" %}
If you're looking for Other Data then listed Here and in Server-Side Exports - Feel free to contact us on our [Discord Server](https://discord.gg/otherplanet)!
{% endhint %}

## Send Dispatch Alert

```lua
TriggerServerEvent('op-ambulancemdt:SendDispatchAlert', jobName, header, desc, color, icon, coords)
```

* jobName: `string`
* header: `string`
* desc: `string`
* color: `red | yellow | green`   &#x20;
* icon: `google icon (`[`https://fonts.google.com/icons`](https://fonts.google.com/icons)`)`
* coords: `vec4`

***

## Open MDT

Open's MDT, useful for radial menu or item configuration

```lua
TriggerEvent('op-ambulancemdt:openMDT')
```

***
