Skip to content

Troubleshooting Guide

Error Codes

Note


If you encounter an error code not listed below, please open a support ticket in the Codesign Discord for assistance.

Server

  • 7132 - "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 to fix this.

Client

/

Common Issues

Please check out our Self Debugging Guide before contacting our support.

🔔 Folder Name Make sure the name of the folder is cd_dispatch3d.

🔔 Encrypted Files Do not edit the encrypted files in any way.

Players are not receiving calls?

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.

I'm shooting my gun but not getting alerts?

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.

Hello!