Hello This could be a really really simple fix that I don’t know of but FiveM gives me the this
Error: VWEdispatch failed to load: could not parse resource metadata file D:/fxserver/txData/CFXDefault_FCE4DD.base/resources//[cars]/VWEdispatch/fxmanifest.lua: VWEdispatch/fxmanifest.lua:109: ‘}’ expected (to close ‘{’ at line 8) near ’ ’ audio/jmsahp_game.dat151.rel ’ ’
Pastebin: FiveM Error Script - Pastebin.com
You are missing a comma at the end of line 108
thanks that should of been obvious
'audio/jmnoose_game.dat151.rel'
'audio/jmsahp_game.dat151.rel', <-- missed ','
'audio/jmsahp_sounds.dat54.rel',
'audio/jmulsa_game.dat151.rel',
'audio/jmusms_game.dat151.rel',
The line you pointed out is 109 and is completely fine, the issue is with the one above it lol
I seem to have missed.