> For the complete documentation index, see [llms.txt](https://docs.quantum-studios.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quantum-studios.net/qtm-lib/client-functions/dispatch/createdispatch.md).

# CreateDispatch

```etlua
Dispatch.CreateDispatch(table)
```

### Arguments

| Argument | Data Type | Optional | Explanation                          |
| -------- | --------- | -------- | ------------------------------------ |
| table    | table     | no       | Table with all dispatch informations |

### Table Content

| Child      | Data Type | Explanation          |
| ---------- | --------- | -------------------- |
| title      | string    | Dispatch Title       |
| text       | string    | Dispatch description |
| unique\_id | string    | Unique id            |
| coords     | vector3   | Dispatch coords      |
| sprite     | number    | Blip sprite          |
| scale      | number    | Blip scale           |
| colour     | number    | Blip colour          |
| flashes    | boolean   | Should blip flash?   |
| blipText   | string    | Blip text            |
| time       | number    | Blip show duration   |
| radius     | number    | Blip radius          |
