Advanced Garages
Vehicle Labels
If you've added addon vehicles/imports to your server, you may see NULL or strange capitalised vehicle labels in the garage interface. ESX doesn't come with a built-in "shared" file to index all vehicle models like QBCore, so this is built into the script instead.
To add a pretty vehicle label to your addon/import vehicles, open config.lua and find the Config.VehicleLabels section at the bottom of the file. There are two example rows, which you can delete if you're not using those vehicles.
For example, if you've added an RS6 with the spawn code rs6 and want to add a label for it:
Config.VehicleLabels = {
["rs6"] = "Audi RS6"
}