Troubleshooting Guide

Solutions for common issues and error messages.

Error Codes

Info

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?

eg., if all of a sudden players are not longer receiving dispatch calls.

✔️ This most likely means 1 or more players have enabled dispatcher mode, so only the dispatchers are receiving new calls. How dispatcher works.

Attempt to index a nil value (global 'lib')

eg., this server or client error will happen when the script is trying to send a ox_lib notification.

✔️ This is because our auto detect feature has detected ox_lib as the notification resource your server is using, but you must first uncomment the ox_lib line in the fxmanifest. Complete Step 2.

Last updated

Was this helpful?