Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.47 KB | None | 0 0
  1. TEAM_SWATO = DarkRP.createJob("S.W.A.T Officer", {
  2. color = Color(0, 0, 255, 255),
  3. model = {"models/player/combine_soldier.mdl"},
  4. description = [[Group of Federal Operations. Tactic team operative.]],
  5. weapons = {"fas2_mp5a5","fas2_deagle","battering_ram"},
  6. command = "swato",
  7. max = 6,
  8. salary = 200,
  9. admin = 0,
  10. vote = true,
  11. hasLicense = true,
  12. type = "police",
  13. requireunlock = TEAM_POLICE,
  14. unlockCost = 10000
  15. })
  16. TEAM_SWATL = DarkRP.createJob("S.W.A.T Leader", {
  17. color = Color(0, 0, 255, 255),
  18. model = {"models/player/combine_super_soldier.mdl"},
  19. description = [[Group of Federal Operations. Tactic team leader.]],
  20. weapons = {"riotshield","fas2_mp5a5","fas2_deagle","battering_ram"},
  21. command = "swatl",
  22. max = 1,
  23. salary = 250,
  24. admin = 0,
  25. vote = true,
  26. hasLicense = true,
  27. type = "police",
  28. requireunlock = TEAM_SWATO,
  29. unlockCost = 50000
  30. })
  31. TEAM_POLICE = DarkRP.createJob("Police Officer", {
  32. color = Color(0, 0, 255, 255),
  33. model = {
  34. "models/player/uk_police/uk_police_01.mdl",
  35. "models/player/uk_police/uk_police_02.mdl",
  36. "models/player/uk_police/uk_police_03.mdl",
  37. "models/player/uk_police/uk_police_04.mdl",
  38. "models/player/uk_police/uk_police_05.mdl",
  39. "models/player/uk_police/uk_police_06.mdl",
  40. "models/player/uk_police/uk_police_09.mdl"
  41. },
  42. description = [[A Police Officer. Your job is to enforce the laws and protect the Citizens.]],
  43. weapons = {"fas2_glock20"},
  44. command = "police",
  45. max = 4,
  46. salary = 125,
  47. admin = 0,
  48. vote = true,
  49. hasLicense = true,
  50. type = "police",
  51. unlockCost = 5000
  52. })
  53. TEAM_TAXI = DarkRP.createJob("Taxi Driver", {
  54. color = Color(255, 255, 0, 255),
  55. model = {"models/player/barney.mdl"},
  56. description = [[Drive people around in your Taxi.]],
  57. weapons = {""},
  58. command = "taxi",
  59. max = 2,
  60. salary = 25,
  61. admin = 0,
  62. vote = false,
  63. hasLicense = false,
  64. type = "commerce",
  65. unlockCost = 10000
  66. })
  67. TEAM_DELIVERY = DarkRP.createJob("Centri Shipping Co.", {
  68. color = Color(255, 0, 0, 255),
  69. model = {"models/player/Group01/Male_02.mdl"},
  70. description = [[Your job is to deliver goods to their owners.]],
  71. weapons = {""},
  72. command = "delivery",
  73. max = 4,
  74. salary = 50,
  75. admin = 0,
  76. vote = false,
  77. hasLicense = false,
  78. type = "shipping"
  79. })
  80. TEAM_JUDGE = DarkRP.createJob("Judge", {
  81. color = Color(65, 194, 48, 255),
  82. model = {"models/taggart/gallahan.mdl"},
  83. description = [[You are a Judge. You deal with people who come with their lawyer's about Murdering their friend, Being on trial for selling drugs or are in a investigation, random arresting and much more. You are meant to decide the outcum of these situations]],
  84. weapons = {""},
  85. command = "judge",
  86. max = 1,
  87. salary = 100,
  88. admin = 0,
  89. vote = true,
  90. hasLicense = false,
  91. NeedToChangeFrom = TEAM_LAWYER,
  92. type = "police",
  93. unlockCost = 500000
  94. })
  95. TEAM_LAWYER = DarkRP.createJob("Lawyer", {
  96. color = Color(65, 194, 48, 255),
  97. model = {"models/humans/suitfem/female_02.mdl"},
  98. description = [[You are a Lawyer. You help people sue or send people to prison who Murder their friend, Being on trial for selling drugs or are in a investigation, random arresting and much more.]],
  99. weapons = {""},
  100. command = "lawyer",
  101. max = 4,
  102. salary = 75,
  103. admin = 0,
  104. vote = false,
  105. hasLicense = false,
  106. type = "police",
  107. unlockCost = 50000
  108. })
  109. TEAM_BANKER = DarkRP.createJob("Banker", {
  110. color = Color(65, 55, 48, 255),
  111. model = {"models/gman_high.mdl"},
  112. description = [[You keep peoples money printers and money in the bank or anything else they want to store and you can give out loans charge intrest and if they dont pay them get it back by any means possible]],
  113. weapons = {""},
  114. command = "banker",
  115. max = 1,
  116. salary = 150,
  117. admin = 0,
  118. vote = false,
  119. hasLicense = false,
  120. type = "commerce",
  121. unlockCost = 100000
  122. })
  123. TEAM_BANKERGUARD = DarkRP.createJob("Banker Guard", {
  124. color = Color(0, 0, 0, 255),
  125. model = {"models/Combine_Soldier.mdl"},
  126. description = [[You guard the bank]],
  127. weapons = {"weapon_G36C"},
  128. command = "bankguard",
  129. max = 4,
  130. salary = 100,
  131. admin = 0,
  132. vote = false,
  133. hasLicense = true,
  134. type = "commerce",
  135. unlockCost = 10000
  136. })
  137. TEAM_HOTEL = DarkRP.createJob("Hotel Manager", {
  138. color = Color(35, 0, 0, 255),
  139. model = {"models/Characters/hostage_03.mdl"},
  140. description = [[Buy a whole building and sell its rooms to the people you may charge them for the amount of time they live there and you may protect the place]],
  141. weapons = {""},
  142. command = "hotelmanager",
  143. max = 2,
  144. salary = 50,
  145. admin = 0,
  146. vote = false,
  147. hasLicense = false,
  148. type = "commerce",
  149. unlockCost = 10000
  150. })
  151. TEAM_REBEL = DarkRP.createJob("Rebel", {
  152. color = Color(75, 65, 0, 255),
  153. model = {"models/player/guerilla.mdl"},
  154. description = [[THERE MUST BE A REASON TO BE THIS JOB (a law that you have protested against and havent liked, the goverment being unjust etc) you try to kill the mayor and once he is dead the rebels have triumphed and may either rule the goverment or have an election]],
  155. weapons = {"weapon_ak47"},
  156. command = "rebel",
  157. max = 5,
  158. salary = 0,
  159. admin = 0,
  160. vote = false,
  161. hasLicense = false,
  162. type = "rebel"
  163. })
  164. TEAM_REBEL = DarkRP.createJob("Rebel Leader", {
  165. color = Color(5, 95, 75, 255),
  166. model = {"models/player/phoenix.mdl"},
  167. description = [[You lead the rebellion. Must have a reason to be this job ( you dont like the goverment, you have protested against a law and it has been turned down etc) Once you are killed the rebellion ends.]],
  168. weapons = {"weapon_ak47"},
  169. command = "rebelleader",
  170. max = 1,
  171. salary = 45,
  172. admin = 0,
  173. vote = false,
  174. hasLicense = false,
  175. type = "rebel",
  176. requireunlock = TEAM_REBEL,
  177. unlockCost = 10000
  178. })
  179. TEAM_UNDERGROUND = DarkRP.createJob("Underground Gangster", {
  180. color = Color(0, 0, 0, 255),
  181. model = {"models/humans/Group03m/male_07.mdl"},
  182. description = [[You are a gangster but mostly do everything underground. You even need to base underground.]],
  183. weapons = {""},
  184. command = "undergroundgangster",
  185. max = 10,
  186. salary = 45,
  187. admin = 0,
  188. vote = false,
  189. hasLicense = false,
  190. type = "crime",
  191. unlockCost = 1000
  192. })
  193. TEAM_RIOTPOLICE = DarkRP.createJob("Riot Police", {
  194. color = Color(90, 97, 54, 255),
  195. model = {"models/player/ct_gign.mdl"},
  196. description = [[Stop riots from happening and when protests get out of hand get involved]],
  197. weapons = {"weapon_RiotShield","weapon_Handcuffs","weapon_mp5a5"},
  198. command = "riotpolice",
  199. max = 5,
  200. salary = 50,
  201. admin = 0,
  202. vote = true,
  203. hasLicense = true,
  204. type = "police",
  205. requireunlock = TEAM_POLICE,
  206. unlockCost = 1000
  207. })
  208. TEAM_RADIOHOST = DarkRP.createJob("Radio Host", {
  209. color = Color(90, 97, 54, 255),
  210. model = {"models/Characters/hostage_02.mdl"},
  211. description = [[Run a local radio station]],
  212. weapons = {""},
  213. command = "radiohost",
  214. max = 1,
  215. salary = 100,
  216. admin = 0,
  217. vote = false,
  218. hasLicense = false,
  219. type = "commerce",
  220. unlockCost = 1000
  221. })
  222. TEAM_REALESTATE = DarkRP.createJob("Real estate agent", {
  223. color = Color(0, 0, 0, 255),
  224. model = {"models/player/Group02/male_08.mdl"},
  225. description = [[You buy and sell property to the people and can charge rent. you do not sell individual rooms usually so try to sell only full houses]],
  226. weapons = {""},
  227. command = "realestate",
  228. max = 3,
  229. salary = 100,
  230. admin = 0,
  231. vote = false,
  232. hasLicense = false,
  233. type = "commerce"
  234. })
  235. TEAM_TAX = DarkRP.createJob("Tax Collector", {
  236. color = Color(0, 0, 255, 255),
  237. model = {"models/player/mossman_arctic.mdl"},
  238. description = [[Collect tax from people. If they refuse to pay than you may take them to court/put a warrant on them/make them wanted]],
  239. weapons = {""},
  240. command = "taxcollector",
  241. max = 3,
  242. salary = 150,
  243. admin = 0,
  244. vote = false,
  245. hasLicense = false,
  246. type = "police"
  247. })
  248. TEAM_ATTACH = DarkRP.createJob("Attachments Dealer", {
  249. color = Color(0, 255, 0, 255),
  250. model = {"models/player/eli.mdl"},
  251. description = [[sell attachments to people for their guns]],
  252. weapons = {""},
  253. command = "attach",
  254. max = 2,
  255. salary = 50,
  256. admin = 0,
  257. vote = false,
  258. hasLicense = false,
  259. type = "commerce"
  260. })
  261. TEAM_SPETZNAZ = DarkRP.createJob("Spetznaz Operative", {
  262. color = Color(0, 0, 100, 255),
  263. model = {"models/player/group01/male_01.mdl"},
  264. description = [[You are a spetznaz operative you fight for russia]],
  265. weapons = {"weapon_fas2_sr25","weapon_fas2_ak12","weapon_fas2_m67","weapon_lordi_sledgehammer"},
  266. command = "spetznaz",
  267. max = 5,
  268. salary = 100,
  269. admin = 0,
  270. vote = false,
  271. hasLicense = false,
  272. type = "spetznaz"
  273. unlockCost = 1000000
  274. })
  275. TEAM_SEALS = DarkRP.createJob("Seals", {
  276. color = Color(0, 0, 0, 255),
  277. model = {"models/player/pmc_4/pmc__04.mdl"},
  278. description = [[you are a navy seal you are an elite fighting force to take down terrorists and make the place safe by any means necessaery]],
  279. weapons = {"weapon_fas2_m4a1"},
  280. command = "seal",
  281. max = 5,
  282. salary = 100,
  283. admin = 0,
  284. vote = false,
  285. hasLicense = false,
  286. type = "seal"
  287. unlockCost = 100000
  288.  
  289. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement