For the complete documentation index, see llms.txt. This page is also available as Markdown.

Troubleshooting

Use these fixes when rcore_dealership does not work as expected.

The dealership has no vehicles to buy.

Cause: Vehicles are not assigned to the dealership.

Fix: Run /dealershipadmin and see Vehicles Assignment tab. Assign any vehicle to the dealership.

The admin tablet opens, but there are no dealerships.

Cause: No dealerships have been created yet.

Fix: Place a dealership in /dealershipadmin, or load a map preset from the server console.

Vehicle preview photos are missing or not generating.

Cause: The FiveManage API key is empty.

Fix: Set your own key in configs/config.photos.lua, then run photo mode again from the /dealershipadmin. See the Photos config.

The admin command does not work for my admin.

Cause: The player is not recognized as a framework admin.

Fix: Check Config.FrameworkAdminGroups and your framework's admin groups.

Interactions (open dealership, business laptop) do not appear.

Cause: The target resource was not detected, or the interaction points are misconfigured.

Fix: Check Config.Target, or rely on the marker/NPC fallback. Verify the points in the Dealership config.

Discord logs are not arriving.

Cause: No webhook URL is set for the log type.

Fix: Add a webhook URL for each log type in configs/config.logs.lua. See the Logs config.

Something is wrong, but there is no clear error.

Fix: Enable debug in config.lua, reproduce the issue, then check F8 and the server console.

Last updated