- Initiateur de la discussion
U
Ugho
Bambi
- Messages
- 22
- Score réaction
- 0
- Points
- 35
[ERROR] Lua is unable to understand file "darkrp_customthings/jobs.lua" because its author made a mistake around line number 509.
The best help I can give you is this:
There is an opening '{' bracket at line 504, but this bracket is never closed or not closed in time. It was expected to be closed before the 'command' at line 509.
Hints:
- Did you forget a comma?
- All open brackets ({, (, [) must have a matching closing bracket. Are you sure it's there?
- Brackets must be opened and closed in the right order. This will work: ({}), but this won't: ({)}.
The best help I can give you is this:
There is an opening '{' bracket at line 504, but this bracket is never closed or not closed in time. It was expected to be closed before the 'command' at line 509.
Hints:
- Did you forget a comma?
- All open brackets ({, (, [) must have a matching closing bracket. Are you sure it's there?
- Brackets must be opened and closed in the right order. This will work: ({}), but this won't: ({)}.