> For the complete documentation index, see [llms.txt](https://kucluck.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kucluck.gitbook.io/docs/garage/kc-garage-v2/common-issues.md).

# Common Issues

## How To Fix NULL Vehicle Label <a href="#f0-9f-9b-a0-ef-b8-8f-b-how-to-fix-null-vehicle-labelb" id="f0-9f-9b-a0-ef-b8-8f-b-how-to-fix-null-vehicle-labelb"></a>

***

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

```lua
local VehicleNames = {
  { 'jp12', 'BMW lol' },
}
```

* value 1: `string`
  * &#x20;Spawn code vehicle
* value 2: `string`
  * Vehicle Label

## Vehicles not Unlocked

***

If you experience this, you should remove qb-vehiclekeys

## Adding Vehicles

***
