> For the complete documentation index, see [llms.txt](https://docs.codesign.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codesign.pro/paid-scripts/dispatch3d/troubleshooting-guide.md).

# Troubleshooting Guide

## Error Codes

{% hint style="info" %}

#### Info

If you encounter an error code not listed below, please open a support ticket in the [Codesign Discord](https://discord.gg/codesign) for assistance.
{% endhint %}

### Server

* <mark style="color:red;">**7132**</mark> - `"cd_dispatch:AddNotification"` was triggered from the server-side to-client-side, this was the old deprecated method of adding notifications from the server-side and will cause errors in this new dispatch. Find the resource triggering this event and refer to [Dispatch 3D](https://docs.codesign.pro/paid-scripts/dispatch3d#step-7-for-existing-cd_dispatch-users-only) to fix this.

### Client

*

***

## Common Issues

Please check out our [**Self Debugging Guide**](https://docs.codesign.pro/coding-information/self-debugging#troubleshooting) before contacting our support.

🔔 <mark style="color:red;">**Folder Name**</mark> Make sure the name of the folder is `cd_dispatch3d`.

🔔 <mark style="color:red;">**Encrypted Files**</mark> Do not edit the encrypted files in any way.

<details>

<summary><mark style="color:red;"><strong>Players are not receiving calls?</strong></mark></summary>

**Example:** If all of a sudden players are not longer receiving dispatch calls.

**Reason:** This most likely means 1 or more players have enabled dispatcher mode, so only the dispatchers are receiving new calls.

**Solution:** The dispatchers either need to do their job and assign calls or disable dispatcher mode.

</details>

<details>

<summary><mark style="color:red;"><strong>I'm shooting my gun but not getting alerts?</strong></mark></summary>

**Example:** If you are shooting your weapon but not getting dispatch alerts.

**Reason:** By default the police job is whitelisted from triggering all default alerts such as gun shots.

**Solution:** Enable Config.Debug in the config of cd\_dispatch to test this yourself.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.codesign.pro/paid-scripts/dispatch3d/troubleshooting-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
