https://gyazo.com/15c1660c9f643bf30d86cb27b5a2dc08
So i get this error every time i edit something on my server. Any help?
https://gyazo.com/15c1660c9f643bf30d86cb27b5a2dc08
So i get this error every time i edit something on my server. Any help?
what does your __resource file, “where your Handling, Meta file is located.” look like?
(Update) I did have this issue on my Test server myself, I will Say I didn’t really understand how i fixed it
Depending on whatever your doing. Double check your Handling and Vehicles and carvariations and most inportantly your __resource . Heres an example of what the __resource should look like " files {
‘vehicles.meta’,
‘carvariations.meta’,
‘carcols.meta’,
‘handling.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’ "
its because you are trying to stream all the cars in the game maybe ??? take only the ones you replaced and stream only those make sure the meta is proper tho
i just deleted the file and edited the resources. Works fine for me now.