> 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/server-side.md).

# Server Side

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

## SendDispatchAlert

***

* jobName: `string`
* header: `string`
* desc: `string`
* color: `red | yellow | green`   &#x20;
* icon: `font awesome icon`&#x20;
* coords: `vec4`

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

## changePlayerDuty

* playerId: `number`
* newStatus: `offduty | active | busy`

***

```lua
exports['op-ambulancemdt']:changePlayerDuty(playerId, newStatus)
```
