Addon Vehicles

Vehicle Name

First thing first, your addon vehicles names... Fivem doesn't know how your addon vehicles are named so we need to register them.

  • Go to vehicleshop/client/editable/names.lua and add your addon vehicles in customNames table, make sure to put the correct spawn name (model).

Vehicle Thumbnail

This step is optional, to generate the vehicle thumbnail you have 2 options:

1) Use a greenscreen script that takes images, an option can be this one: https://github.com/Bentix-cs/fivem-greenscreenerarrow-up-right

circle-exclamation

2) Use images from Vecteezy (I use this option):

Make sure to search in the PNG category
triangle-exclamation

If you're not sure which dimensions to use, most dimensions will work, but make sure the file size is small and the vehicle fills the entire frame. Here's an example:

Last updated