Skip to content

Troubleshooting Guide

Error Codes

Info


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

Server

  • 5111 - This warning appears when Config.UseExploitProtection is disabled. It likely means the model variable in the vehicle/mods column is missing for a player's vehicle. This could be caused by a faulty vehicle shop or, less commonly, a player using a cheat engine. To fix it, delete the vehicle or manually add the plate in the JSON file.
ESX
sql
SELECT * FROM owned_vehicles WHERE JSON_EXTRACT(vehicle, '$.model') IS NULL;
QBCore / QBox
sql
SELECT * FROM owned_vehicles WHERE JSON_EXTRACT(vehicle, '$.model') IS NULL;

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_garage.

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

Screen Flickering?

Example: If your screen is flickering while using cd_easytime.

Reason: This is due to you having multiple time/weather sync scripts running at the same time fighting each other eg., vSync or vMenu.

Solution: Stop the other time/weather script that is causing this or stop cd_easytime and remove it from the dependencies in the fxmanifest.lua of cd_garage.

RGB Colours Not Saving Correctly?

Example: If your vehicles RGB colours are not saving when you store a vehicle or not applying when spawning a vehicle in the garage.

Reason: This is because you have not made the changes to your frameworks GetVehicleProperties() and SetVehicleProperties() functions that your mechanic/customs resource requires you to do.

Solution: Make required changes to GetVehicleProperties() and SetVehicleProperties() according to your mechanic/customs resource.

Item(s) Not Found In Inventory Database/Table:

Example: If you get an error when the script or server start with the name of an item, such as fakeplate.

Reason: You have enabled Config.FakePlates but the fake plate item has not been added to your servers items.

Solution: The error message tells you the name of the item that is missing, add it to your servers items.

Hello!