Advertisement
Guest User

Untitled

a guest
May 27th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. TEAM_C019LARU = DarkRP.createJob("(VIP) C019 Light Armed Response Unit", {
  2. color = Color(0, 244, 112, 255),
  3. model = {"models/dpfilms/metropolice/pm_rtb_police.mdl"},
  4. description = [[One of the lighter units of the C019 force, your role is to uphold the law and eliminate any armed threats the Police may encounter. Your role is not to patrol, but stay at hand around the PD defending a checkpoint or holding the building.]],
  5. weapons = {bb_usp_alt, css_smoke_alt },
  6. command = "laru",
  7. max = 4,
  8. salary = 500,
  9. admin = 0,
  10. vote = true,
  11. hasLicense = true,
  12. candemote = false,
  13. -- CustomCheck
  14. medic = false,
  15. chief = false,
  16. mayor = false,
  17. hobo = false,
  18. cook = false,
  19. category = "Governmental Donator Jobs",
  20. })
  21.  
  22. TEAM_C019HARU = DarkRP.createJob("(VIP) C019 Heavy Armed Response Unit", {
  23. color = Color(0, 244, 112, 255),
  24. model = {"models/dpfilms/metropolice/pm_rtb_police.mdl"},
  25. description = [[One of England's strongest forces other than the military, they are able to handle the strongest of enemies. They must defend checkpoints or the PD unless deployed]],
  26. weapons = {"bb_fiveseven_alt", "css_smoke_alt", "bb_m4a1_alt" },
  27. command = "haru",
  28. max = 2,
  29. salary = 600,
  30. admin = 0,
  31. vote = true,
  32. hasLicense = true,
  33. candemote = false,
  34. -- CustomCheck
  35. medic = false,
  36. chief = false,
  37. mayor = false,
  38. hobo = false,
  39. cook = false,
  40. category = "Governmental Donator Jobs",
  41. })
  42.  
  43. TEAM_C019HARU = DarkRP.createJob("Checkpoint Control", {
  44. color = Color(0, 244, 112, 255),
  45. model = {""},
  46. description = [[Build a checkpoint and man it. ]],
  47. weapons = {"weaponchecker", "bb_fiveseven_alt" },
  48. command = "cc",
  49. max = 4,
  50. salary = 350,
  51. admin = 0,
  52. vote = true,
  53. hasLicense = true,
  54. candemote = false,
  55. -- CustomCheck
  56. medic = false,
  57. chief = false,
  58. mayor = false,
  59. hobo = false,
  60. cook = false,
  61. category = "Law Enforcement",
  62. })
  63.  
  64. TEAM_C019HARU = DarkRP.createJob("(VIP) C019 Commander", {
  65. color = Color(0, 244, 112, 255),
  66. model = {"models/dpfilms/metropolice/pm_rtb_police.mdl"},
  67. description = [[One of England's strongest forces other than the military, they are able to handle the strongest of enemies. They must defend checkpoints or the PD unless deployed]],
  68. weapons = {"bb_fiveseven_alt", "css_smoke_alt", "bb_famas_alt" },
  69. command = "haru",
  70. max = 2,
  71. salary = 600,
  72. admin = 0,
  73. vote = true,
  74. hasLicense = true,
  75. candemote = false,
  76. -- CustomCheck
  77. medic = false,
  78. chief = false,
  79. mayor = false,
  80. hobo = false,
  81. cook = false,
  82. category = "Governmental Donator Jobs",
  83. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement