Troubleshooting

  • Garage target doesn’t show: confirm qb-target is running and the resource is started; the script spawns a prop at each targetCoords.

  • “My Vehicles” list is empty: set Config.PlayerVehiclesOwnerColumn to match your player_vehicles schema (citizenid, license, owner, etc.).

  • Can’t add a vehicle to fleet:

    • With Config.GarageProvider = 'qb': the plate must exist in player_vehicles for your citizenid.

    • With Config.GarageProvider = 'cd': you must have keys per cd_garage.

  • Vehicle keys not working after spawn: make sure your keys resource listens for vehiclekeys:client:SetOwner.

Last updated