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