[Question/Help] vehicle_names.lua but for vehicleMakeName

So, I have created a pack of addon vehicles in which I also used vehicle_names.Lua. However, I noticed that in-game, only the vehicleMakeName’s from stock GTA would be displayed. So I wanted to know if anyone had any knowledge of a function similar to AddTextEntry (AddTextEntry - Natives @ Cfx.re Docs) but for the vehicle make. Maybe I´m also being dumb, but I´d really like to know how.

Just use
AddTextEntry(“HERE THE MAKE NAME IN CAPITAL”, “NEW MAKE NAME”)
Have a nice day :smiley:

Thanks, worked

1 Like