# Information

Buy Encrowed on Tebex: [QB](https://akre-develop.tebex.io/package/6722456) - [ESX](https://akre-develop.tebex.io/package/6722462)\
[Fivem Forum Post](https://forum.cfx.re/t/esx-qbcore-akre-dispatch/5312152)\
[YouTube Preview](https://www.youtube.com/watch?v=jHdX8AerUdw\&t=3s\&ab_channel=0%2BAkre)

## Dependencies QBCORE

* **Freamwork:** [**QBCore**](https://github.com/qbcore-framework/qb-core)
* **Notify: QBCore Notify or OX Notify (**[**ox\_lib**](https://github.com/overextended/ox_lib)**)**
* **Target:**[ **qb-target**](https://github.com/qbcore-framework/qb-target) **or** [**ox\_target**](https://github.com/overextended/ox_target)
* **Sounds:** [**interact-sound**](https://github.com/plunkettscott/interact-sound)

## Dependencies ESX

* **Freamwork:** [ESX](https://github.com/mitlight/es_extended)
* **Notify: ESX Notify or OX Notify (**[**ox\_lib**](https://github.com/overextended/ox_lib)**)**
* **Target:** [**ox\_target**](https://github.com/overextended/ox_target)
* **Sounds:** [**interact-sound**](https://github.com/plunkettscott/interact-sound)

## Supported Languaes

1. English /en/
2. Czech /cs/

{% hint style="info" %}

* The Resmon of the script ranges between 0.00 and 0.02 ms.&#x20;
  {% endhint %}

## Chat Commands

Commands their discriptions can be simply change in `shared/config.lua`

<table><thead><tr><th width="178">Command /</th><th align="center">Description</th></tr></thead><tbody><tr><td><a data-footnote-ref href="#user-content-fn-1"><strong><code>dispatch</code></strong></a></td><td align="center">Opens a small dispatch UI</td></tr><tr><td><strong><code>dispatchmove</code></strong></td><td align="center">Dispatch Move mode</td></tr><tr><td><strong><code>dispatchpanel</code></strong></td><td align="center">Opens a Dispatch Panel UI</td></tr><tr><td><strong><code>dispatchrespond</code></strong></td><td align="center">Reaction to the last dispatch call</td></tr><tr><td><strong><code>dsp_left/right</code></strong></td><td align="center">Switching between dispatch calls</td></tr><tr><td><strong><code>panic</code></strong> </td><td align="center">Turn on and off Panic Button</td></tr><tr><td><strong><code>pt</code></strong></td><td align="center">Turn on and off Panic Button Tracking</td></tr><tr><td><strong><code>turnoffpanicbutton</code></strong></td><td align="center">Supervisor grade can deactivate someone Panic Button</td></tr><tr><td><strong><code>panicB</code></strong></td><td align="center">Turn on Panic Button B - Officer Car Crash</td></tr><tr><td><strong><code>location</code></strong></td><td align="center">Send Officer/Medic location to dispatch</td></tr><tr><td><strong><code>carcrash</code></strong></td><td align="center">Send dispatch call about player Car Crash</td></tr><tr><td><strong><code>kidnap</code></strong></td><td align="center">Send dispatch call about possible kindnapping</td></tr><tr><td><strong><code>911</code></strong></td><td align="center">Send Emergency message to Dispatch</td></tr><tr><td><strong><code>911a</code></strong></td><td align="center">Send Anonymous Emergency message to Dispatch</td></tr></tbody></table>

## Key Binds

Commands their discriptions can be change in `client/c_commands.lua`

<table><thead><tr><th width="169">Key</th><th align="center">Description</th></tr></thead><tbody><tr><td><strong><code>K</code></strong></td><td align="center">Opens a small dispatch UI</td></tr><tr><td><strong><code>G</code></strong></td><td align="center">Reaction to the last dispatch call</td></tr><tr><td><strong><code>Right/Left Arrows</code></strong></td><td align="center">Switching between dispatch calls</td></tr><tr><td><strong><code>J</code></strong></td><td align="center">Turn on and off Panic Button</td></tr></tbody></table>

## Call Exports

```
exports['akre_dispatch']:CarCrash()
exports['akre_dispatch']:Kidnapping()
exports['akre_dispatch']:CallBox()
exports['akre_dispatch']:FrontDesk()
exports['akre_dispatch']:DrugSell()
exports['akre_dispatch']:PanicButton()
exports['akre_dispatch']:PanicButtonB()
exports['akre_dispatch']:Location()
exports['akre_dispatch']:JewelryRobbery()
exports['akre_dispatch']:JewelryRobbery()
exports['akre_dispatch']:StoreRobbery()
exports['akre_dispatch']:PacificBankRobbery()
exports['akre_dispatch']:ATMRobbery()
exports['akre_dispatch']:HouseRobbery()
```

## All Automatic Dispatch Calls

<table><thead><tr><th width="551">Default Calls</th></tr></thead><tbody><tr><td><strong>Shooting｜Drive-by｜Shots Fired by PD｜Possible Shooting (Suppresed Weapons)</strong></td></tr><tr><td><strong>Vehicle Thieft</strong></td></tr><tr><td><strong>Speeding Vehicle｜Reckless Driving</strong></td></tr><tr><td><strong>Melee</strong></td></tr><tr><td><strong>Injured Person｜Officer Down｜Medic Down</strong></td></tr></tbody></table>

## All Manual Dispatch Calls

<table><thead><tr><th width="551">Default Calls</th></tr></thead><tbody><tr><td><strong>Front Desk</strong></td></tr><tr><td><strong>SOS BOX</strong></td></tr><tr><td><strong>Car Crash</strong></td></tr><tr><td><strong>Kidnapping</strong></td></tr><tr><td><strong>Panic Button</strong></td></tr><tr><td><strong>Panic Button B - Officer Car Crash</strong></td></tr><tr><td><strong>Offficer｜Medic Location</strong></td></tr><tr><td><strong>Emergency Calls｜Anonymous</strong> Emergency Calls</td></tr></tbody></table>

[^1]:


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://akre.gitbook.io/akre-docs/dispatch/information.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
