Lollyking

Untitled

Jun 19th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. TEAM_CITIZEN = DarkRP.createJob("Terrorist", {
  2. color = Color(0, 0, 0, 255),
  3. model = {""},
  4. description = [[Follow your Leader]],
  5. weapons = {m9k_machete,m9k_ak47},
  6. command = "/terrorist",
  7. max = 5,
  8. salary = 50,
  9. admin = 0,
  10. vote = true,
  11. hasLicense = false,
  12. candemote = true,
  13. -- CustomCheck
  14. medic = false,
  15. chief = false,
  16. mayor = false,
  17. hobo = false,
  18. cook = false,
  19. category = "Crime",
  20. })
Add Comment
Please, Sign In to add comment