Error Parsing script and attempt to index a nil value

So ive Developing a serve with a few people and we havent figured out how to fix these two errors.

Error parsing script @esx_ambulancejob/config.lua in resource esx_ambulancejob: @esx_ambulancejob/config.lua:140: ‘}’ expected (to close ‘{’ at line 138) near ‘{’
and
Error loading script server/main.lua in resource esx_ambulancejob: @es_extended/locale.lua:5: attempt to index a nil value (global ‘Config’)

This is an ESX question. Be careful where you post next time.

It’s telling you that you’ve broken the config table in config.lua. You’re looking for something you’ve done that accidentally removed a quote, bracket, comma, etc. that shouldn’t have been removed.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.