FAQ / Troubleshooting
Common issues and solutions
Q: The script canβt detect ESX or QBCore. A: Confirm
es_extended
orqb-core
is started before this script. If auto-detection fails, setConfig.Framework
to"esx"
or"qb"
manually.Q: Markers/NPCs not spawning. A: Make sure you have correct ped models (
npcModel
), valid coordinates, anduseNPC = true
. Also ensure your job matches the shopβsjobs
.Q: Vehicle not saving to DB. A: If
SaveVehicleToDatabase=true
but the DB record doesnβt appear, check for MySQL or oxmysql errors in the console. Also ensure the correct DB table (owned_vehicles
orplayer_vehicles
) and columns exist.Q: βnotAllowedβ or βrankTooLowβ keeps appearing. A: The script checks
HasClientJobAccess
and grade. Confirm your job name matches the shopβsjobs
array. If using rank-based categories, ensure your job grade is withingradeRange
.Q: Test drive dimension not working. A: The script calls
SetPlayerRoutingBucket(src, dim)
. Confirm your server build supports dynamic routing buckets and you do not have dimension conflicts with other resources.Q: Plate generation issues. A: If you set
useCustomPlateText=true
, all purchased vehicles get the same plate. Otherwise, it usesprefix + random letters + random digits
. Adjust lengths inPlateOptions
.
Last updated