Addon cars and visual names

Welcome to Addon cars and visual names

If your car has the name NULL in the game, read this section completely and we will help you solve it easily.

Starting with patch 3.4.5 you will have a debug in F8 that will tell you the specific vehicle model when entering a public garage, just check the recommendation added in F8 or you can consult it in the appropriate way in vehicles.meta.

We added this section because many users use Addon vehicles, which are personalized vehicles with brands external to FiveM.

In this case, many of these vehicles appear with the name NULL within the garage menu, and this is completely normal, due to the meta structure with which the vehicle was created. Continue reading to understand how to resolve the case of a car with the name NULL.

The problem here is not in the garage, but in the vehicles.meta of your personalized car. The solution is simple, the garage asks for the name of the model, which you find in vehicles.meta as gameName.

In the following example, you have a car named golfgti7, but its creator put gameName: Golf GTI.

So in the config/vehicles we must put it this way:

Config.AddonVehiclesLabelList = {
     ['Golf GTI'] = 'Volkswagen Golf 8 GTI',
}

We attach a screenshot of what the vehicles.meta of this specific car looks like:

Last updated