Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. DarkRP.createCategory{
  2. name = "Recruits",
  3. categorises = "jobs",
  4. startExpanded = false,
  5. color = Color(138, 16, 16, 255),
  6. canSee = function(ply) return true end,
  7. sortOrder = 14
  8. }
  9.  
  10. TEAM_USRECRUIT = DarkRP.createJob("United States Recruit ", {
  11. color = Color(59, 13, 199, 255),
  12. model = {},
  13. description = [[]],
  14. weapons = {},
  15. command = "",
  16. max = ,
  17. salary = ,
  18. admin = ,
  19. vote = ,
  20. hasLicense = ,
  21. candemote = ,
  22. category = "recruits"
  23. })
  24.  
  25. TEAM_GRRECRUIT = DarkRP.createJob("German Recruit ", {
  26. color = Color(181, 0, 0, 255),
  27. model = {},
  28. description = [[]],
  29. weapons = {},
  30. command = "",
  31. max = ,
  32. salary = ,
  33. admin = ,
  34. vote = ,
  35. hasLicense = ,
  36. candemote = ,
  37. category = "recruits"
  38. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement