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-greenscreener

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

  • Get a Premium sub from https://www.vecteezy.com/ (is like $5 USD)

  • Search any vehicle you need a thumbnail (example a corvette) and download it:

Make sure to search in the PNG category
  • Make sure to resize the image and change it format to webp so it can load fast (I use Photoshop).

  • Host the image in Fivemerr or Fivemanage.

  • Link the vehicle image to your vehicle using the admin panel.

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:

https://files.fivemerr.com/images/ab1a931c-03b5-4c92-81db-45607a7231fc.webp

Last updated