[How-to] add add-on car to your server Video

my freinds i made a video about adding new vehicles to fivem server
sorry for my bad english it is very easy

guys put every car in one separated folder for example if you want to add a lamborghini
pout it in a folder name it Huracan
then create a __resource.lua file
and put this code

__resource.lua

resource_manifest_version 'f15e72ec-3972-4fe4-9c7d-afc5394ae207'

files { 'vehicles.meta', 'carvariations.meta', 'carcols.meta', 
'handling.meta', 
'extratitleupdatedata.meta', 
'vehiclelayouts.meta'
}

data_file 'HANDLING_FILE' 'handling.meta'
data_file 'VEHICLE_METADATA_FILE' 'vehicles.meta'
data_file 'CARCOLS_FILE' 'carcols.meta'
data_file 'VEHICLE_VARIATION_FILE' 'carvariations.meta'
data_file 'VEHICLE_LAYOUTS_FILE' 'vehiclelayouts.META'

and create a folder name it stream
open the DLC.rpf of lamborghini and transfer files
vehicles.mtea
carcoles.meta if existe
handling.meta
caravantions.meta
in Huracan folder

and put yft + ytd files in stream folder

then you start your folder in your server

start Huracan

start your server and everything now is good
if you have installed es_extended plugin you can spawn your vehicles by
/car yourcarname
in chat

1 Like