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 (
owner
inowned_vehicles
for ESX,citizenid
inplayer_vehicles
for QBCore). Make sure you’re using the correct DB structure and item fields.Q: My NPCs are missing / not visible. A: Double-check the
npcModel
is 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
retrieveTime
andretrievePrice
in 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
spawnCoords
for 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 theConfig.Locale
logic.
Last updated