Advertisement
Guest User

Untitled

a guest
Feb 16th, 2018
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. Please check your console for more information!
  2. [ERROR] A runtime error has occurred in "lua/darkrp_customthings/jobs.lua" on line -1.
  3. The best help I can give you is this:
  4.  
  5. GAMEMODE.DefaultTeam is not set to an existing job.
  6.  
  7. Hints:
  8. - This may happen when you disable the default citizen job. Make sure you update GAMEMODE.DefaultTeam to the new default team.
  9. - GAMEMODE.DefaultTeam may be set to a job that does not exist anymore. Did you remove the job you had set to default?
  10. - The error being in jobs.lua is a guess. This is usually right, but the problem might lie somewhere else.
  11.  
  12. The responsibility for the error above lies with (the authors of) one (or more) of these files:
  13. jobs.lua, settings.lua, disabled_defaults.lua or any of your other custom files.
  14. ------- End of Simplerr error -------
  15.  
  16. [ERROR] A runtime error has occurred in "gamemodes/darkrp/gamemode/modules/base/sv_gamemode_functions.lua" on line 693.
  17. The best help I can give you is this:
  18.  
  19. DarkRP was unable to introduce player "Giovanni" to the game. Expect further errors and shit generally being fucked!
  20.  
  21. Hints:
  22. - This error most likely does not stand on its own, and previous serverside errors have a very good chance of telling you the cause.
  23. - Note that errors from another addon could cause this. Specifically when they're thrown during 'PlayerInitialSpawn'.
  24. - This error can also be caused by some other addon returning a value in 'PlayerInitialSpawn', though that is less likely.
  25. - Errors in your DarkRP configuration (jobs, shipments, etc.) could also cause this. Earlier errors should tell you when this is the case.
  26.  
  27. The responsibility for the error above lies with (the authors of) one (or more) of these files:
  28.  
  29. ------- End of Simplerr error -------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement