Advertisement
Guest User

Untitled

a guest
May 4th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.74 KB | None | 0 0
  1.  
  2. TEAM_RepublicIntel = DarkRP.createJob("Director of Intel Armand Isard", {
  3. color = Color(255, 0, 0, 255),
  4. model = {"models/kriegsyntax/starwars/shadwscouttrooper_playermodel.mdl"},
  5. description = [[Armand Isard was a male Human who served the Galactic Republic as both the Director of the Senate Bureau of Intelligence
  6. and the Director of Republic Intelligence.]],
  7. weapons = {"weapon_752bf3_dl44","weapon_stungun","arrest_stick",weapon_cuff_police"},
  8. command = "/director",
  9. max = 1,
  10. salary = 250,
  11. admin = 0,
  12. vote = false,
  13. hasLicense = true,
  14. candemote = false,
  15. -- CustomCheck
  16. medic = false,
  17. chief = false,
  18. mayor = false,
  19. hobo = false,
  20. cook = false,
  21. category = "",
  22. })
  23.  
  24.  
  25. TEAM_RepublicIntel = DarkRP.createJob("Deputy Director", {
  26. color = Color(255, 0, 0, 255),
  27. model = {"models/player/bridgestaff/cgibridgestaff.mdl"},
  28. description = [[As the Deputy of Republic Inteligence you will be running the operations during the directors leave of absence. ]],
  29. weapons = {"weapon_752bf3_dl44","weapon_stungun","arrest_stick",weapon_cuff_police"},
  30. command = "/ddirector",
  31. max = 1,
  32. salary = 250,
  33. admin = 0,
  34. vote = false,
  35. hasLicense = true,
  36. candemote = false,
  37. -- CustomCheck
  38. medic = false,
  39. chief = false,
  40. mayor = false,
  41. hobo = false,
  42. cook = false,
  43. category = "",
  44. })
  45.  
  46.  
  47. TEAM_RepublicIntel = DarkRP.createJob("Republic Intel Keeper ", {
  48. color = Color(255, 0, 0, 255),
  49. model = {"models/player/bridgestaff/cgibridgestaff.mdl"},
  50. description = [[You are responsible for running the recruitment programme for the republic inteligence. You will be required to scope out potential recruits,
  51. And run trainning programmes. You will also be giving all operations members their field orders.]],
  52. weapons = {"weapon_752bf3_dl44","weapon_stungun","arrest_stick",weapon_cuff_police"},
  53. command = "/intelofficer",
  54. max = 2,
  55. salary = 250,
  56. admin = 0,
  57. vote = false,
  58. hasLicense = true,
  59. candemote = false,
  60. -- CustomCheck
  61. medic = false,
  62. chief = false,
  63. mayor = false,
  64. hobo = false,
  65. cook = false,
  66. category = "",
  67. })
  68.  
  69. TEAM_RepublicIntel = DarkRP.createJob("Republic Intel Officer ", {
  70. color = Color(255, 0, 0, 255),
  71. model = {"models/player/bridgestaff/cgibridgestaff.mdl"},
  72. description = [[You work directly in line with the keeper, You are to go out and bring potential recruits into the headquaters. When not recruiting you will be carrying out
  73. surveillance with drones. And assisting the Fleet when under attack. You will be in direct communication with field agents.]],
  74. weapons = {"weapon_752bf3_dl44","weapon_stungun","arrest_stick",weapon_cuff_police"},
  75. command = "/intelofficer",
  76. max = 6,
  77. salary = 250,
  78. admin = 0,
  79. vote = false,
  80. hasLicense = true,
  81. candemote = false,
  82. -- CustomCheck
  83. medic = false,
  84. chief = false,
  85. mayor = false,
  86. hobo = false,
  87. cook = false,
  88. category = "",
  89. })
  90.  
  91. TEAM_RepublicIntel = DarkRP.createJob("Battlesuited Officer", {
  92. color = Color(255, 0, 0, 255),
  93. model = {"models/player/sgg/starwars/clone_commando_mp_d.mdl"},
  94. description = [[When forced into the Field Officers will don combat ready Republic Inteligence body armour.]],
  95. weapons = {"weapon_752bf3_dl44","weapon_stungun","weapon_752bf3_rt97c",weapon_cuff_police","weapon_camo"},
  96. command = "/battlesuited",
  97. max = 10,
  98. salary = 250,
  99. admin = 0,
  100. vote = false,
  101. hasLicense = true,
  102. candemote = false,
  103. -- CustomCheck
  104. medic = false,
  105. chief = false,
  106. mayor = false,
  107. hobo = false,
  108. cook = false,
  109. category = "",
  110. })
  111.  
  112.  
  113. TEAM_RepublicIntel = DarkRP.createJob("Cipher Agent", {
  114. color = Color(255, 0, 0, 255),
  115. model = {"models/gamingbro/characters/reptroopexalted/reptroopexalted.mdl"},
  116. description = [[A Cipher agent is the higest possible rank obtained in the operations department. You have been equipped with the highest quality of Republic Inteligence
  117. weaponary and technoligy.]],
  118. weapons = {"assassin_blade","weapon_rope_knife","climb_swep2","weapon_arfsniper","weapon_camo"},
  119. command = "/CipherAgent",
  120. max = 2,
  121. salary = 250,
  122. admin = 0,
  123. vote = false,
  124. hasLicense = true,
  125. candemote = false,
  126. -- CustomCheck
  127. medic = false,
  128. chief = false,
  129. mayor = false,
  130. hobo = false,
  131. cook = false,
  132. category = "",
  133. })
  134.  
  135. TEAM_RepublicIntel = DarkRP.createJob("Senior Agent", {
  136. color = Color(255, 0, 0, 255),
  137. model = {"models/gamingbro/characters/reptroopexalted/reptroopexalted.mdl"},
  138. description = [[As a senior memeber of the operations team you've been granted access to the latest development in stelthing technology.]],
  139. weapons = {"weapon_rope_knife","climb_swep2","weapon_arfsniper","weapon_camo"},
  140. command = "/SeniorAgent",
  141. max = 2,
  142. salary = 250,
  143. admin = 0,
  144. vote = false,
  145. hasLicense = true,
  146. candemote = false,
  147. -- CustomCheck
  148. medic = false,
  149. chief = false,
  150. mayor = false,
  151. hobo = false,
  152. cook = false,
  153. category = "",
  154. })
  155.  
  156. TEAM_RepublicIntel = DarkRP.createJob("Agent", {
  157. color = Color(255, 0, 0, 255),
  158. model = {"models/gamingbro/characters/reptroopexalted/reptroopexalted.mdl"},
  159. description = [[You've passed your probation, You're in. As a Republic Inteligence agent you're job is to take out an objective before it becomes a problem. You will be
  160. reporting to Keeper agents for your field orders.]],
  161. weapons = {"weapon_rope_knife","climb_swep2","weapon_arfsniper"},
  162. command = "/Agent",
  163. max = 8,
  164. salary = 250,
  165. admin = 0,
  166. vote = false,
  167. hasLicense = true,
  168. candemote = false,
  169. -- CustomCheck
  170. medic = false,
  171. chief = false,
  172. mayor = false,
  173. hobo = false,
  174. cook = false,
  175. category = "",
  176. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement