Lollyking

Untitled

Jun 19th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. TEAM_CITIZEN = DarkRP.createJob("Jedi", {
  2. color = Color(0, 10, 255, 255),
  3. model = {""},
  4. description = [[You Are Are Jedi Protect The City From Crime]],
  5. weapons = {weapon_lightsaber},
  6. command = "/jedi",
  7. max = 3,
  8. salary = 160,
  9. admin = 0,
  10. vote = true,
  11. hasLicense = true,
  12. candemote = true,
  13. -- CustomCheck
  14. medic = false,
  15. chief = false,
  16. mayor = false,
  17. hobo = false,
  18. cook = false,
  19. category = "Police",
  20. })
Add Comment
Please, Sign In to add comment