Common Setup Errors - MrDaGree/ELS-FiveM GitHub Wiki
File is broken, please put in an online validator and fix it!
So you've gotten this error, go ahead and copy your VCF file into the following validator and fix it. This means adding a " most likely.
https://www.xmlvalidation.com/
http://prntscr.com/icwmub
Does your els start up look like this?If so run the xml in a xml parser. To know what XMl is broken look at the last loaded XML, the one right after that is the broken one. If it does not show that there is a xml loading before it then its the first one! https://www.xmlvalidation.com/
Help, my lights look like shit/just textures flashing
Install visual mods.
It just not working, setup is correct
Are you on a linux machine? Zap hosting is considered a linux host. If so follow the directions below.
Linux is weird and requires your files to be case-sensitive in your config.lua. Meaning if you have PoLiCE.xml in your 'vcf' folder then Linux requires you to have it the exact same in the config.lua Here is an example for if you have in your 'vcf' folder:
- POLicE.xml
- AmbULANCE.xml
- POLiceCARR53.xml
vcf_files = {
"PoLiCE.xml",
"AmbULANCE.xml",
"POLiceCARR53.xml"
}