Advertisement
Huntercam

Untitled

Jul 31st, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.51 KB | None | 0 0
  1. DarkRP.createShipment("FG 42", {
  2. model = "models/weapons/w_snip_g3sg1.mdl",
  3. entity = "m9k_fg42",
  4. price = 3750,
  5. amount = 10,
  6. separate = false,
  7. pricesep = nil,
  8. noship = false,
  9. allowed = {TEAM_BLACK},
  10. category = "Snipers",
  11. })
  12.  
  13. DarkRP.createShipment("M60", {
  14. model = "models/weapons/w_snip_g3sg1.mdl",
  15. entity = "m9k_m60",
  16. price = 3750,
  17. amount = 10,
  18. separate = false,
  19. pricesep = nil,
  20. noship = false,
  21. allowed = {TEAM_BLACK},
  22. category = "LMG's",
  23. })
  24.  
  25. DarkRP.createShipment("FG 42", {
  26. model = "models/weapons/w_snip_g3sg1.mdl",
  27. entity = "m9k_fg42",
  28. price = 10000,
  29. amount = 10,
  30. separate = false,
  31. pricesep = nil,
  32. noship = false,
  33. allowed = {TEAM_BLACK},
  34. category = "Snipers",
  35. })
  36.  
  37. DarkRP.createShipment("M60", {
  38. model = "models/weapons/w_snip_g3sg1.mdl",
  39. entity = "m9k_m60",
  40. price = 20000,
  41. amount = 10,
  42. separate = false,
  43. pricesep = nil,
  44. noship = false,
  45. allowed = {TEAM_BLACK},
  46. category = "LMG's",
  47. })
  48.  
  49. DarkRP.createShipment("AN-94 ", {
  50. model = "models/weapons/w_snip_g3sg1.mdl",
  51. entity = "m9k_an94",
  52. price = 7500,
  53. amount = 10,
  54. separate = false,
  55. pricesep = nil,
  56. noship = false,
  57. allowed = {TEAM_BLACK},
  58. category = "Assault Rifles",
  59. })
  60.  
  61. DarkRP.createShipment("Winchester Carbine", {
  62. model = "models/weapons/w_snip_g3sg1.mdl",
  63. entity = "m9k_winchester73",
  64. price = 7500,
  65. amount = 10,
  66. separate = false,
  67. pricesep = nil,
  68. noship = false,
  69. allowed = {TEAM_BLACK},
  70. category = "Assault Rifles",
  71. })
  72.  
  73. DarkRP.createShipment("Winchester 87", {
  74. model = "models/weapons/w_snip_g3sg1.mdl",
  75. entity = "m9k_1887winchester",
  76. price = 10000,
  77. amount = 10,
  78. separate = false,
  79. pricesep = nil,
  80. noship = false,
  81. allowed = {TEAM_BLACK},
  82. category = "Shotguns",
  83. })
  84.  
  85. DarkRP.createShipment("Striker 12", {
  86. model = "models/weapons/w_snip_g3sg1.mdl",
  87. entity = "m9k_striker12",
  88. price = 12000,
  89. amount = 10,
  90. separate = false,
  91. pricesep = nil,
  92. noship = false,
  93. allowed = {TEAM_BLACK},
  94. category = "Shotguns",
  95. })
  96.  
  97. DarkRP.createShipment("MP 40", {
  98. model = "models/weapons/w_snip_g3sg1.mdl",
  99. entity = "m9k_mp40",
  100. price = 5000,
  101. amount = 10,
  102. separate = false,
  103. pricesep = nil,
  104. noship = false,
  105. allowed = {TEAM_BLACK},
  106. category = "SMG's",
  107. })
  108.  
  109. DarkRP.createShipment("Thomson", {
  110. model = "models/weapons/w_snip_g3sg1.mdl",
  111. entity = "m9k_thompson",
  112. price = 7000,
  113. amount = 10,
  114. separate = false,
  115. pricesep = nil,
  116. noship = false,
  117. allowed = {TEAM_BLACK},
  118. category = "SMG's",
  119. })
  120.  
  121. DarkRP.createShipment("Honey Badger", {
  122. model = "models/weapons/w_snip_g3sg1.mdl",
  123. entity = "m9k_honeybadger",
  124. price = 7000,
  125. amount = 10,
  126. separate = false,
  127. pricesep = nil,
  128. noship = false,
  129. allowed = {TEAM_BLACK},
  130. category = "SMG's",
  131. })
  132.  
  133. TEAM_POLICE = DarkRP.createJob("FBI Agent", {
  134. color = Color(0, 102, 255, 255),
  135. model = {"models/humans/mafia/male_02.mdl"},
  136. description = [[You are a secret agent. You secretly work for the police and arrest criminals. ]],
  137. weapons = {"arrest_stick", "unarrest_stick", "m9k_glock", "stunstick", "door_ram", "weaponchecker", "m9k_mp5sd"},
  138. command = "FBI",
  139. max = 3,
  140. salary = GAMEMODE.Config.normalsalary,
  141. admin = 0,
  142. vote = false,
  143. candemote = false,
  144. category = "Government",
  145. ammo = {
  146. ["pistol"] = 60,
  147. },
  148. })
  149.  
  150. TEAM_KIDNAP = DarkRP.createJob("Kidnapper", {
  151. color = Color(0, 102, 255, 255),
  152. model = {"models/jessev92/player/l4d/m9-hunter.mdl"},
  153. description = [[You Kidnap People and torture them ]],
  154. weapons = {"arrest_stick", "unarrest_stick", "m9k_glock", "stunstick", "door_ram", "weaponchecker", "m9k_mp5sd"},
  155. command = "Jugg",
  156. max = 3,
  157. salary = GAMEMODE.Config.normalsalary,
  158. admin = 0,
  159. vote = false,
  160. candemote = false,
  161. category = "Criminals",
  162. ammo = {
  163. ["pistol"] = 60,
  164. },
  165. })
  166.  
  167. TEAM_POLICE = DarkRP.createJob("Juggernaut", {
  168. color = Color(0, 102, 255, 255),
  169. model = {"models/stalkertnb/exo_skat_mccrae.mdl"},
  170. description = [[You are a Juggernaut. You come when really needed ]],
  171. weapons = {"arrest_stick", "unarrest_stick", "m9k_glock", "stunstick", "door_ram", "weaponchecker", "m9k_mp5sd"},
  172. command = "Jugg",
  173. max = 3,
  174. salary = GAMEMODE.Config.normalsalary,
  175. admin = 0,
  176. vote = false,
  177. candemote = false,
  178. category = "Government",
  179. ammo = {
  180. ["pistol"] = 60,
  181. },
  182. })
  183.  
  184. TEAM_MMILITARY = DarkRP.createJob("Military Soldier", {
  185. color = Color(0, 102, 255, 255),
  186. model = {"models/stalkertnb/cs3_nss.mdl"},
  187. description = [[You are a Military Soldier. You come when a terrorist attack happens ]],
  188. weapons = {"arrest_stick", "unarrest_stick", "m9k_glock", "stunstick", "door_ram", "weaponchecker", "m9k_m4a1"},
  189. command = "MilitaryS",
  190. max = 3,
  191. salary = GAMEMODE.Config.normalsalary,
  192. admin = 0,
  193. vote = false,
  194. candemote = false,
  195. category = "Military",
  196. ammo = {
  197. ["pistol"] = 60,
  198. },
  199. })
  200.  
  201. TEAM_MILITARY = DarkRP.createJob("Military Sniper", {
  202. color = Color(0, 102, 255, 255),
  203. model = {"models/stalkertnb/io7a_das.mdl"},
  204. description = [[You are a Juggernaut. You come when terrorist attack happens ]],
  205. weapons = {"arrest_stick", "unarrest_stick", "m9k_glock", "stunstick", "door_ram", "weaponchecker", "m9k_intervention"},
  206. command = "MilitarySni",
  207. max = 3,
  208. salary = GAMEMODE.Config.normalsalary,
  209. admin = 0,
  210. vote = false,
  211. candemote = false,
  212. category = "Military",
  213. ammo = {
  214. ["pistol"] = 60,
  215. },
  216. })
  217.  
  218. TEAM_MILITARY = DarkRP.createJob("Military Commander", {
  219. color = Color(0, 102, 255, 255),
  220. model = {"models/stalkertnb/sunrise_shisno.mdl"},
  221. description = [[You are a Juggernaut. You come when a terrorist attck happens. Command your troops well to save the city ]],
  222. weapons = {"arrest_stick", "unarrest_stick", "m9k_glock", "stunstick", "door_ram", "weaponchecker", "m9k_m4a1"},
  223. command = "MilitaryC",
  224. max = 3,
  225. salary = GAMEMODE.Config.normalsalary,
  226. admin = 0,
  227. vote = false,
  228. candemote = false,
  229. category = "Military",
  230. ammo = {
  231. ["pistol"] = 60,
  232. },
  233. })
  234.  
  235. TEAM_TERRORIST = DarkRP.createJob("Terrorist Soldier", {
  236. color = Color(0, 102, 255, 255),
  237. model = {"models/stalkertnb/cs3_reich.mdl"},
  238. description = [[You are a Juggernaut. You come when a terrorist attck happens. Command your troops well to save the city ]],
  239. weapons = {"m9k_ak74", "m9k_ragingbull", ""},
  240. command = "Terrorist",
  241. max = 3,
  242. salary = GAMEMODE.Config.normalsalary,
  243. admin = 0,
  244. vote = false,
  245. candemote = false,
  246. category = "Military",
  247. ammo = {
  248. ["pistol"] = 60,
  249. },
  250. })
  251.  
  252. TEAM_TERRORIST = DarkRP.createJob("Terrorist Bomber", {
  253. color = Color(0, 102, 255, 255),
  254. model = {"models/stalkertnb/io7a_jihad.mdl"},
  255. description = [[You are a Juggernaut. You come when a terrorist attck happens. Command your troops well to save the city ]],
  256. weapons = {"m9k_ak74", "m9k_ragingbull", ""},
  257. command = "TerroristB",
  258. max = 3,
  259. salary = GAMEMODE.Config.normalsalary,
  260. admin = 0,
  261. vote = false,
  262. candemote = false,
  263. category = "Military",
  264. ammo = {
  265. ["pistol"] = 60,
  266. },
  267. })
  268.  
  269.  
  270. TEAM_TERRORIST = DarkRP.createJob("Terrorist Leader", {
  271. color = Color(0, 102, 255, 255),
  272. model = {"models/stalkertnb/cs3_reich.mdl"},
  273. description = [[You are a Juggernaut. You come when a terrorist attck happens. Command your troops well to save the city ]],
  274. weapons = {"m9k_ak74", "m9k_ragingbull", ""},
  275. command = "TerrosristL",
  276. max = 3,
  277. salary = GAMEMODE.Config.normalsalary,
  278. admin = 0,
  279. vote = false,
  280. candemote = false,
  281. category = "Military",
  282. ammo = {
  283. ["pistol"] = 60,
  284. },
  285. })
  286.  
  287. TEAM_BLACK = DarkRP.createJob("Black Market Dealer", {
  288. color = Color(0, 102, 255, 255),
  289. model = {"models/player/aiden_pearce.mdl"},
  290. description = [[You sell illegal guns. Don't get cought selling]],
  291. weapons = {},
  292. command = "BMarket",
  293. max = 2,
  294. salary = GAMEMODE.Config.normalsalary,
  295. admin = 0,
  296. vote = false,
  297. candemote = false,
  298. category = "Civilians",
  299. ammo = {
  300. ["pistol"] = 60,
  301. },
  302. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement