I am continually getting this error on my live console, anyone able to help me?
[script:qb-smallresou] SCRIPT ERROR: @qb-smallresources/server/entities.lua:6: attempt to index a nil value (global ‘Config’)
[script:qb-smallresou] > handler (@qb-smallresources/server/entities.lua:6)
You’ve messed with blacklisted vehicles in the config and broken it. Make sure you have everything in config formatted correctly, not missing any commas, etc
This line of code directs to the “config.lua” file in the script.
Open “config/lua” and search for “Config.BlacklistedVehs”, this line should look like this…
Config.BlacklistedVehs = {}
(If you have some blacklisted vehicles still on this list, there is possibly a missing comma somewhere. I personally removed all the blacklisted vehicles, so the line of code should appear as above)