❔FAQ / Troubleshooting
- Q: The script says it can’t detect ESX/QBCore. A: Ensure your framework resource is started before this script. If you’re certain your server runs ESX but it’s not detected, set - Config.framework = "esx"to force ESX logic.
- Q: I can’t park or retrieve vehicles—keeps saying “not my car.” A: The script checks the database column ( - ownerin- owned_vehiclesfor ESX,- citizenidin- player_vehiclesfor QBCore). Make sure you’re using the correct DB structure and item fields.
- Q: My NPCs are missing / not visible. A: Double-check the - npcModelis valid and spelled correctly. Also confirm your coordinates (- npcCoord) aren’t underground or blocked.
- Q: The retrieval fee or time isn’t applying. A: Ensure - retrieveTimeand- retrievePricein the config are set to your desired values. Check the server console for errors if the timer logic (- retrieveCars) fails to update.
- Q: Vehicles spawn in weird locations or collide. A: Adjust or add more - spawnCoordsfor each garage to spread out the spawn points, reducing collisions.
- Q: My language setting doesn’t change the prompts. A: Confirm you spelled the language key (e.g., - german,- english) correctly and the script has that language block in the- Config.Localelogic.
Last updated
