Advertisement
Guest User

Lua problme

a guest
Oct 28th, 2017
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. [ERROR] Lua is unable to understand file "darkrp_customthings/jobs.lua" because its author made a mistake around line number 94.
  3. The best help I can give you is this:
  4.  
  5. There is an opening '{' bracket at line 79, but this bracket is never closed or not closed in time. It was expected to be closed before the 'category' at line 94.
  6.  
  7. Hints:
  8.         - Did you forget a comma?
  9.         - All open brackets ({, (, [) must have a matching closing bracket. Are you sure it's there?
  10.        - Brackets must be opened and closed in the right order. This will work: ({}), but this won't: ({)}.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement