Kucluck Script
TebexDiscord
  • Introduction
  • Garage
    • KC Garage V1
      • ⚙️Installation
      • 🧰Functions
      • #️⃣Commands
      • ❓Common Issues
    • KC Garage V2
      • Installation
      • Functions
        • Jobs Impound
        • isParkingZone
        • getGarages
        • getImpounds
        • getGarageLabel
        • getImpoundLabel
        • getVehicleParkingFromPlate
      • Commands
      • Common Issues
  • Utils
    • KC Core Weapon
      • ⚙️Installation
      • ❓Common Issues
    • KC Logger
      • ⚙️Installation
      • 🧰Exports
      • 💡Tips
  • Side Jobs
    • KC Farming
      • ⚙️Installation
      • ❓Common Issues
Powered by GitBook
On this page
  • How To Fix NULL Vehicle Label
  • Vehicles not Unlocked
  • Adding Vehicles
  1. Garage
  2. KC Garage V2

Common Issues

How To Fix NULL Vehicle Label


To fix NULL in vehicle labels, you need to enter the vehicle name in vehicle_names.lua

local VehicleNames = {
  { 'jp12', 'BMW lol' },
}
  • value 1: string

    • Spawn code vehicle

  • value 2: string

    • Vehicle Label

Vehicles not Unlocked


If you experience this, you should remove qb-vehiclekeys

Adding Vehicles


Last updated 11 months ago