πŸ†˜Troubleshooting

You lack the required entitlement to use d-vehicleshop

Problem

After starting the d-phone resource in your live console this error messages is visible in your server or client console.

Solution 1

Simple try restarting your server :)

Solution 2

Your FiveM server license key is not from the same account on which you have the purchased the vehicleshop.

Your server license key and the vehicleshop must be on the same cfx account. So go on keymaster.fivem.net and check if one of youre server license keys is in your server.cfg. If not you have 2 options:

  1. set the one of your own license keys in your server.cfg

  2. Get the asset on the acocunt of the owner of the cfx key

Attempt to index a nil value field Log

Common problems could be

  • Services arent loading

  • Stopping calls doenst work

Fix

Simply install d-logging and name d-logging ( dont rename it ) https://github.com/DeunService/d-logging

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

Problem

If theres an ESX Error Message like this

SCRIPT ERROR: [string "ESX = nil..."]:102: attempt to index a nil value (global 'ESX')

Solution

Start the vehicleshop ( in your server.cfg ) after / under all of your ESX scripts.

Your vehicles arent saved in your garage

Make sure to check your owned_vehicles database and set the length of the owner column to at least 50

You cant unlock / lock your purchased vehicle

Make sure to check your owned_vehicles database and set the length of the owner column to at least 50

Last updated