Custom Car Packs

Hey is anyone willing to help me install custom car addons like I know how to do it all but like I would appreciate it if someone could help me :stuck_out_tongue:

BUMP!
Will add u to loadingsceen to so the ty

Whats there to help with ?? get the resources you want Pack it into the following

Folder ( name it whaterver in your resources folder) Inside that folder place a stream and data Folder
Inside the Stream Folder Place the Actual Vehicle model in it, Inside the data place Vehicle handing Carcols vehicle name carvaritations etc (make sure it is a .meta file)

In side the Car folder With Data and stream Create something called A lua file called
__resource.lua Inside of it Edit it It As to what is in your data Folder Example

resource_manifest_version ‘77731fab-63ca-442c-a67b-abc70f28dfa5’

files {
‘data/vehicles.meta’,
‘data/carvariations.meta’,
}

data_file ‘VEHICLE_METADATA_FILE’ ‘data/vehicles.meta’
data_file ‘VEHICLE_VARIATION_FILE’ ‘data/carvariations.meta’

(only use that format if you only have Vehicles.meta and Carvariations.)

Just giving you an example

Next step is to start the Car folder inside of your Server.cfg folder and Your good to go.