First of all I’m new but I have done some research. I’m trying to add a car and the server loads it but I can’t spawn it. I just get model not found. I did add it in the server.cfg.
_resource.lua File:
resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'
files {
'carvariations.meta',
'carcols.meta',
'dlctext.meta',
'handling.meta',
'vehicles.meta'
}
data_file 'VEHICLE_VARIATION_FILE' 'carvariations.meta'
data_file 'CARCOLS_FILE' 'carcols.meta'
data_file 'DLCTEXT_FILE' 'dlctext.meta'
data_file 'HANDLING_FILE' 'handling.meta'
data_file 'VEHICLES_FILE' 'vehicles.meta'
This is the car I’m trying to add: https://www.gta5-mods.com/vehicles/2015-bmw-i8
My understanding is I need to use the name “i8” to spawn it in. I’m using vMenu to attempt to spawn it in. What am I doing wrong?