- Initiateur de la discussion
Dahim94
Geek
- Messages
- 223
- Score réaction
- 10
- Points
- 65
Bonjour je créé un serveur avec mon amis et il y a une erreur lua
[ERROR] Lua is unable to understand file "darkrp_customthings/jobs.lua" because its author made a mistake around line number 393.
The best help I can give you is this:
There is an opening '{' bracket at line 389, but this bracket is never closed or not closed in time. It was expected to be closed before the 'weapons' at line 393.
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: ({)}.
[ERROR] Lua is unable to understand file "darkrp_customthings/jobs.lua" because its author made a mistake around line number 393.
The best help I can give you is this:
There is an opening '{' bracket at line 389, but this bracket is never closed or not closed in time. It was expected to be closed before the 'weapons' at line 393.
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: ({)}.
Pièces jointes
- jobs.zip3.2 KB Vues: 54