Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.97 KB | None | 0 0
  1. TEAM_CIVILIAN = DarkRP.createJob("Civilian", {
  2. color = Color(0, 153, 0),
  3. model = {"models/player/Group01/Male_01.mdl", "models/player/Group01/Male_02.mdl", "models/player/Group01/Male_03.mdl", "models/player/Group01/Male_04.mdl", "models/player/Group01/Male_05.mdl", "models/player/Group01/Male_06.mdl", "models/player/Group01/Male_07.mdl", "models/player/Group01/Male_08.mdl", "models/player/Group01/Male_09.mdl", "models/player/Group01/Female_01.mdl", "models/player/Group01/Female_02.mdl", "models/player/Group01/Female_03.mdl", "models/player/Group01/Female_04.mdl", "models/player/Group01/Female_05.mdl", "models/player/Group01/Female_06.mdl"},
  4. description = [[You are a simple civilian.]],
  5. weapons = {},
  6. command = "civilian",
  7. max = 0,
  8. salary = 10,
  9. admin = 0,
  10. category = "Civilians"
  11. })
  12.  
  13. -- United States
  14.  
  15. -- US High Command
  16.  
  17. TEAM_GENERAL = DarkRP.createJob("US High Command: General of the Army", {
  18. color = Color(65, 105, 225),
  19. model = {"models/mfc_new.mdl"},
  20. description = [[You are the General of the Army.]],
  21. weapons = {"cw_g4p_m16a4", "cw_m1911", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade"},
  22. command = "general",
  23. max = 1,
  24. salary = 140,
  25. admin = 0,
  26. sortOrder = 1,
  27. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  28. ply:SetArmor(40)
  29. end,
  30. category = "United States High Command"
  31. })
  32. TEAM_GOC = DarkRP.createJob("US High Command: Ground Operations Commander", {
  33. color = Color(65, 105, 225),
  34. model = {"models/mfc_new.mdl"},
  35. description = [[You are the Ground Operations Commander.]],
  36. weapons = {"cw_g4p_m16a4", "cw_m1911", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade"},
  37. command = "goc",
  38. max = 1,
  39. salary = 120,
  40. admin = 0,
  41. sortOrder = 2,
  42. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  43. ply:SetArmor(40)
  44. end,
  45. category = "United States High Command"
  46. })
  47.  
  48. -- US Army
  49.  
  50. TEAM_USACO = DarkRP.createJob("US Army: Commander", {
  51. color = Color(95, 158, 160),
  52. model = {"models/player/pmc_2/pmc__01.mdl"},
  53. description = [[You are the Commander of the United States Army.]],
  54. weapons = {"cw_g4p_m16a4", "cw_m1911", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade"},
  55. command = "usaco",
  56. max = 1,
  57. salary = 100,
  58. admin = 0,
  59. sortOrder = 1,
  60. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  61. ply:SetArmor(40)
  62. end,
  63. category = "United States Army"
  64. })
  65. TEAM_USAO = DarkRP.createJob("US Army: Officer", {
  66. color = Color(95, 158, 160),
  67. model = {"models/player/pmc_2/pmc__03.mdl"},
  68. description = [[You are an Officer in the United States Army.]],
  69. weapons = {"cw_g4p_m16a4", "cw_m1911", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade"},
  70. command = "usao",
  71. max = 15,
  72. salary = 70,
  73. admin = 0,
  74. sortOrder = 2,
  75. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  76. ply:SetArmor(35)
  77. end,
  78. category = "United States Army"
  79. })
  80. TEAM_USAG = DarkRP.createJob("US Army: Grenadier", {
  81. color = Color(95, 158, 160),
  82. model = {"models/player/pmc_2/pmc__07.mdl"},
  83. description = [[You are a Grenadier in the United States Army.]],
  84. weapons = {"cw_g4p_m16a4", "cw_m1911", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade"},
  85. command = "usag",
  86. max = 20,
  87. salary = 50,
  88. admin = 0,
  89. sortOrder = 3,
  90. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  91. ply:SetArmor(30)
  92. end,
  93. category = "United States Army"
  94. })
  95. TEAM_USAFM = DarkRP.createJob("US Army: Field Medic", {
  96. color = Color(95, 158, 160),
  97. model = {"models/player/pmc_2/pmc__10.mdl"},
  98. description = [[You are a Field Medic in the United States Army.]],
  99. weapons = {"cw_g4p_m16a4", "cw_m1911", "med_kit"},
  100. command = "usafm",
  101. max = 20,
  102. salary = 50,
  103. admin = 0,
  104. sortOrder = 4,
  105. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  106. ply:SetArmor(20)
  107. end,
  108. category = "United States Army"
  109. })
  110. TEAM_USAMG = DarkRP.createJob("US Army: Machine Gunner", {
  111. color = Color(95, 158, 160),
  112. model = {"models/player/pmc_2/pmc__13.mdl"},
  113. description = [[You are a Machine Gunner in the United States Army.]],
  114. weapons = {"cw_weapon_sf2_mg4", "cw_m1911"},
  115. command = "usamg",
  116. max = 20,
  117. salary = 50,
  118. admin = 0,
  119. sortOrder = 5,
  120. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  121. ply:SetArmor(60)
  122. ply:SetWalkSpeed(144)
  123. ply:SetRunSpeed(216)
  124. end,
  125. category = "United States Army"
  126. })
  127. TEAM_USAHAVO = DarkRP.createJob("US Army: Heavy Armored Vehicle Operator", {
  128. color = Color(95, 158, 160),
  129. model = {"models/player/pmc_2/pmc__02.mdl"},
  130. description = [[You are a Heavy Armored Vehicle Operator in the United States Army.]],
  131. weapons = {"cw_mp5", "cw_m1911"},
  132. command = "usahavo",
  133. max = 5,
  134. salary = 50,
  135. admin = 0,
  136. sortOrder = 6,
  137. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  138. ply:SetArmor(20)
  139. end,
  140. category = "United States Army"
  141. })
  142. TEAM_USALAVO = DarkRP.createJob("US Army: Light Armored Vehicle Operator", {
  143. color = Color(95, 158, 160),
  144. model = {"models/player/pmc_2/pmc__11.mdl"},
  145. description = [[You are a Light Armored Vehicle Operator in the United States Army.]],
  146. weapons = {"cw_g4p_m16a4", "cw_m1911"},
  147. command = "usalavo",
  148. max = 10,
  149. salary = 50,
  150. admin = 0,
  151. sortOrder = 7,
  152. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  153. ply:SetArmor(20)
  154. end,
  155. category = "United States Army"
  156. })
  157. TEAM_USARM = DarkRP.createJob("US Army: Ranger Marksman", {
  158. color = Color(95, 158, 160),
  159. model = {"models/player/pmc_2/pmc__08.mdl"},
  160. description = [[You are a Ranger Marksman in the United States Army.]],
  161. weapons = {"cw_m14", "khr_m92fs", "cw_smoke_grenade"},
  162. command = "usarm",
  163. max = 20,
  164. salary = 50,
  165. admin = 0,
  166. sortOrder = 8,
  167. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  168. ply:SetArmor(20)
  169. end,
  170. category = "United States Army"
  171. })
  172. TEAM_USARR = DarkRP.createJob("US Army: Ranger Recon", {
  173. color = Color(95, 158, 160),
  174. model = {"models/player/pmc_2/pmc__09.mdl"},
  175. description = [[You are a Ranger Recon in the United States Army.]],
  176. weapons = {"khr_t5000", "khr_m92fs", "cw_smoke_grenade"},
  177. command = "usarr",
  178. max = 20,
  179. salary = 50,
  180. admin = 0,
  181. sortOrder = 9,
  182. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  183. ply:SetArmor(15)
  184. end,
  185. category = "United States Army"
  186. })
  187. TEAM_USARRI = DarkRP.createJob("US Army: Ranger Rifleman", {
  188. color = Color(95, 158, 160),
  189. model = {"models/player/pmc_2/pmc__05.mdl"},
  190. description = [[You are a Ranger Rifleman in the United States Army.]],
  191. weapons = {"cw_g4p_m4a1", "khr_m92fs", "cw_smoke_grenade"},
  192. command = "usarri",
  193. max = 20,
  194. salary = 5,
  195. admin = 0,
  196. sortOrder = 10,
  197. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  198. ply:SetArmor(20)
  199. end,
  200. category = "United States Army"
  201. })
  202. TEAM_USAS = DarkRP.createJob("US Army: Soldier", {
  203. color = Color(95, 158, 160),
  204. model = {"models/player/pmc_2/pmc__06.mdl"},
  205. description = [[You are a Soldier in the United States Army.]],
  206. weapons = {"cw_g4p_m16a4", "cw_m1911"},
  207. command = "usas",
  208. max = 50,
  209. salary = 40,
  210. admin = 0,
  211. sortOrder = 11,
  212. category = "United States Army"
  213. })
  214. TEAM_USARCT = DarkRP.createJob("US Army: Recruit", {
  215. color = Color(95, 158, 160),
  216. model = {"models/player/pmc_1/pmc__02.mdl"},
  217. description = [[You are a Recruit in the United States Army.]],
  218. weapons = {},
  219. command = "usarct",
  220. max = 0,
  221. salary = 0,
  222. admin = 0,
  223. sortOrder = 12,
  224. category = "United States Army"
  225. })
  226.  
  227. -- US Marine Corps
  228.  
  229. TEAM_USMCCO = DarkRP.createJob("US Marine Corps: Commander", {
  230. color = Color(210, 180, 140),
  231. model = {"models/player/pmc_3/pmc__01.mdl"},
  232. description = [[You are the Commander of the United States Marine Corps.]],
  233. weapons = {"cw_g4p_m16a4", "cw_g4p_glock17", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade"},
  234. command = "usmcco",
  235. max = 1,
  236. salary = 100,
  237. admin = 0,
  238. sortOrder = 1,
  239. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  240. ply:SetArmor(40)
  241. end,
  242. category = "United States Marine Corps"
  243. })
  244. TEAM_USMCO = DarkRP.createJob("US Marine Corps: Officer", {
  245. color = Color(210, 180, 140),
  246. model = {"models/player/pmc_3/pmc__03.mdl"},
  247. description = [[You are an Officer in the United States Marine Corps.]],
  248. weapons = {"cw_g4p_m16a4", "cw_g4p_glock17", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade"},
  249. command = "usmco",
  250. max = 15,
  251. salary = 70,
  252. admin = 0,
  253. sortOrder = 2,
  254. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  255. ply:SetArmor(35)
  256. end,
  257. category = "United States Marine Corps"
  258. })
  259. TEAM_USMCG = DarkRP.createJob("US Marine Corps: Grenadier", {
  260. color = Color(210, 180, 140),
  261. model = {"models/player/pmc_3/pmc__07.mdl"},
  262. description = [[You are a Grenadier in the United States Marine Corps.]],
  263. weapons = {"cw_g4p_m16a4", "cw_g4p_glock17", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade"},
  264. command = "usmcg",
  265. max = 20,
  266. salary = 50,
  267. admin = 0,
  268. sortOrder = 3,
  269. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  270. ply:SetArmor(30)
  271. end,
  272. category = "United States Marine Corps"
  273. })
  274. TEAM_USMCEE = DarkRP.createJob("US Marine Corps: Explosives Expert", {
  275. color = Color(210, 180, 140),
  276. model = {"models/player/pmc_3/pmc__14.mdl"},
  277. description = [[You are an Explosives Expert in the United States Marine Corps.]],
  278. weapons = {"cw_g4p_m16a4", "cw_g4p_glock17", "ins2_atow_rpg7"},
  279. command = "usmcee",
  280. max = 5,
  281. salary = 50,
  282. admin = 0,
  283. sortOrder = 4,
  284. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  285. ply:SetArmor(30)
  286. end,
  287. category = "United States Marine Corps"
  288. })
  289. TEAM_USMCR = DarkRP.createJob("US Marine Corps: Rifleman", {
  290. color = Color(210, 180, 140),
  291. model = {"models/player/pmc_3/pmc__05.mdl"},
  292. description = [[You are a Rifleman in the United States Marine Corps.]],
  293. weapons = {"cw_g4p_m4a1", "cw_g4p_glock17"},
  294. command = "usmcr",
  295. max = 5,
  296. salary = 50,
  297. admin = 0,
  298. sortOrder = 5,
  299. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  300. ply:SetArmor(20)
  301. end,
  302. category = "United States Marine Corps"
  303. })
  304. TEAM_USMCFS = DarkRP.createJob("US Marine Corps: FORECON Sniper", {
  305. color = Color(210, 180, 140),
  306. model = {"models/player/pmc_3/pmc__02.mdl"},
  307. description = [[You are a FORECON Sniper in the United States Marine Corps.]],
  308. weapons = {"khr_m95", "cw_g4p_glock17", "cw_smoke_grenade"},
  309. command = "usmcfs",
  310. max = 10,
  311. salary = 50,
  312. admin = 0,
  313. sortOrder = 6,
  314. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  315. ply:SetArmor(15)
  316. end,
  317. category = "United States Marine Corps"
  318. })
  319. TEAM_USMCFSP = DarkRP.createJob("US Marine Corps: FORECON Spotter", {
  320. color = Color(210, 180, 140),
  321. model = {"models/player/pmc_3/pmc__08.mdl"},
  322. description = [[You are a FORECON Spotter in the United States Marine Corps.]],
  323. weapons = {"cw_g4p_m16a4", "cw_g4p_glock17", "weapon_rpw_binoculars", "cw_smoke_grenade"},
  324. command = "usmcfsp",
  325. max = 10,
  326. salary = 50,
  327. admin = 0,
  328. sortOrder = 7,
  329. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  330. ply:SetArmor(25)
  331. end,
  332. category = "United States Marine Corps"
  333. })
  334. TEAM_USMCS = DarkRP.createJob("US Marine Corps: Soldier", {
  335. color = Color(210, 180, 140),
  336. model = {"models/player/pmc_3/pmc__06.mdl"},
  337. description = [[You are a Soldier in the United States Marine Corps.]],
  338. weapons = {"cw_g4p_m16a4", "cw_g4p_glock17"},
  339. command = "usmcs",
  340. max = 50,
  341. salary = 40,
  342. admin = 0,
  343. sortOrder = 8,
  344. category = "United States Marine Corps"
  345. })
  346.  
  347. -- US Airforce
  348.  
  349. TEAM_USAFCO = DarkRP.createJob("US Airforce: Commander", {
  350. color = Color(250, 128, 114),
  351. model = {"models/player/pmc_6/pmc__01.mdl"},
  352. description = [[You are the Commander of the United States Airforce.]],
  353. weapons = {"cw_g4p_m16a4", "khr_m92fs", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade"},
  354. command = "usafco",
  355. max = 1,
  356. salary = 100,
  357. admin = 0,
  358. sortOrder = 1,
  359. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  360. ply:SetArmor(40)
  361. end,
  362. category = "United States Airforce"
  363. })
  364. TEAM_USAFO = DarkRP.createJob("US Airforce: Officer", {
  365. color = Color(250, 128, 114),
  366. model = {"models/player/pmc_6/pmc__03.mdl"},
  367. description = [[You are an Officer of the United States Airforce.]],
  368. weapons = {"cw_g4p_m16a4", "khr_m92fs", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade"},
  369. command = "usafo",
  370. max = 15,
  371. salary = 70,
  372. admin = 0,
  373. sortOrder = 2,
  374. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  375. ply:SetArmor(35)
  376. end,
  377. category = "United States Airforce"
  378. })
  379. TEAM_USAFG = DarkRP.createJob("US Airforce: Grenadier", {
  380. color = Color(250, 128, 114),
  381. model = {"models/player/pmc_6/pmc__07.mdl"},
  382. description = [[You are a Grenadier of the United States Airforce.]],
  383. weapons = {"cw_g4p_m16a4", "khr_m92fs", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade"},
  384. command = "usafg",
  385. max = 20,
  386. salary = 50,
  387. admin = 0,
  388. sortOrder = 3,
  389. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  390. ply:SetArmor(30)
  391. end,
  392. category = "United States Airforce"
  393. })
  394. TEAM_USAFAP = DarkRP.createJob("US Airforce: Assault Pilot", {
  395. color = Color(250, 128, 114),
  396. model = {"models/dauge/perpgamer/mw3_pilot.mdl"},
  397. description = [[You are an Assault Pilot of the United States Airforce.]],
  398. weapons = {"cw_ump45", "khr_m92fs"},
  399. command = "usafap",
  400. max = 20,
  401. salary = 50,
  402. admin = 0,
  403. sortOrder = 4,
  404. category = "United States Airforce"
  405. })
  406. TEAM_USAFTP = DarkRP.createJob("US Airforce: Transport Pilot", {
  407. color = Color(250, 128, 114),
  408. model = {"models/dauge/perpgamer/mw3_pilot.mdl"},
  409. description = [[You are a Transport Pilot of the United States Airforce.]],
  410. weapons = {"cw_ump45", "khr_m92fs"},
  411. command = "usaftp",
  412. max = 20,
  413. salary = 50,
  414. admin = 0,
  415. sortOrder = 5,
  416. category = "United States Airforce"
  417. })
  418. TEAM_USAFS = DarkRP.createJob("US Airforce: Scout", {
  419. color = Color(250, 128, 114),
  420. model = {"models/player/pmc_6/pmc__12.mdl"},
  421. description = [[You are a Scout of the United States Airforce.]],
  422. weapons = {"khr_sks", "khr_m92fs", "cw_smoke_grenade"},
  423. command = "usafs",
  424. max = 20,
  425. salary = 50,
  426. admin = 0,
  427. sortOrder = 6,
  428. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  429. ply:SetArmor(20)
  430. end,
  431. category = "United States Airforce"
  432. })
  433. TEAM_USAFCE = DarkRP.createJob("US Airforce: Combat Engineer", {
  434. color = Color(250, 128, 114),
  435. model = {"models/player/pmc_6/pmc__07.mdl"},
  436. description = [[You are a Combat Engineer of the United States Airforce.]],
  437. weapons = {"cw_g4p_m16a4", "khr_m92fs", "alydus_fortificationbuildertablet"},
  438. command = "usafce",
  439. max = 20,
  440. salary = 50,
  441. admin = 0,
  442. sortOrder = 7,
  443. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  444. ply:SetArmor(30)
  445. end,
  446. category = "United States Airforce"
  447. })
  448. TEAM_USAFSO = DarkRP.createJob("US Airforce: Soldier", {
  449. color = Color(250, 128, 114),
  450. model = {"models/player/pmc_6/pmc__06.mdl"},
  451. description = [[You are a Soldier of the United States Airforce.]],
  452. weapons = {"cw_g4p_m16a4", "khr_m92fs"},
  453. command = "usafso",
  454. max = 20,
  455. salary = 50,
  456. admin = 0,
  457. sortOrder = 8,
  458. category = "United States Airforce"
  459. })
  460.  
  461. -- US Military Police Corps
  462.  
  463. TEAM_USMPCO = DarkRP.createJob("US Military Police: Commander", {
  464. color = Color(75, 0, 130),
  465. model = {"models/player/pmc_5/pmc__01.mdl"},
  466. description = [[You are the Commander of the United States Military Police Corps.]],
  467. weapons = {"cw_g4p_m16a4", "cw_m1911", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade", "stungun", "weapon_cuff_handcuffs", "weapon_policeshield"},
  468. command = "usmpco",
  469. max = 1,
  470. salary = 100,
  471. admin = 0,
  472. sortOrder = 1,
  473. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  474. ply:SetArmor(40)
  475. end,
  476. category = "United States Military Police Corps"
  477. })
  478. TEAM_USMPO = DarkRP.createJob("US Military Police: Officer", {
  479. color = Color(75, 0, 130),
  480. model = {"models/player/pmc_5/pmc__03.mdl"},
  481. description = [[You are an Officer in the United States Military Police Corps.]],
  482. weapons = {"cw_g4p_m16a4", "cw_m1911", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade", "stungun", "weapon_cuff_handcuffs", "weapon_policeshield"},
  483. command = "usmpo",
  484. max = 15,
  485. salary = 70,
  486. admin = 0,
  487. sortOrder = 2,
  488. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  489. ply:SetArmor(35)
  490. end,
  491. category = "United States Military Police Corps"
  492. })
  493. TEAM_USMPRCU = DarkRP.createJob("US Military Police: Riot Control Unit", {
  494. color = Color(75, 0, 130),
  495. model = {"models/player/pmc_5/pmc__13.mdl"},
  496. description = [[You are a Riot Control Unit in the United States Military Police Corps.]],
  497. weapons = {"cw_g4p_m16a4", "cw_m3super90", "cw_m1911", "stungun", "weapon_cuff_handcuffs", "weapon_policeshield"},
  498. command = "usmprcu",
  499. max = 20,
  500. salary = 50,
  501. admin = 0,
  502. sortOrder = 3,
  503. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  504. ply:SetArmor(50)
  505. end,
  506. category = "United States Military Police Corps"
  507. })
  508. TEAM_USMPSRTHRU = DarkRP.createJob("US Military Police: SRT Heavy Response Unit", {
  509. color = Color(75, 0, 130),
  510. model = {"models/player/pmc_5/pmc__12.mdl"},
  511. description = [[You are an SRT Heavy Response Unit in the United States Military Police Corps.]],
  512. weapons = {"cw_g4p_m16a4", "cw_m3super90", "cw_m1911", "cw_flash_grenade", "weapon_cuff_handcuffs", "weapon_policeshield"},
  513. command = "usmpsrthru",
  514. max = 3,
  515. salary = 50,
  516. admin = 0,
  517. sortOrder = 4,
  518. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  519. ply:SetArmor(50)
  520. end,
  521. category = "United States Military Police Corps"
  522. })
  523. TEAM_USMPSRTD = DarkRP.createJob("US Military Police: SRT Demolitionist", {
  524. color = Color(75, 0, 130),
  525. model = {"models/player/pmc_5/pmc__14.mdl"},
  526. description = [[You are an SRT Demolitionist in the United States Military Police Corps.]],
  527. weapons = {"cw_g4p_m16a4", "m9k_suicide_bomb", "cw_m1911", "cw_flash_grenade", "weapon_cuff_handcuffs", "weapon_policeshield"},
  528. command = "usmpsrtd",
  529. max = 2,
  530. salary = 50,
  531. admin = 0,
  532. sortOrder = 5,
  533. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  534. ply:SetArmor(40)
  535. end,
  536. category = "United States Military Police Corps"
  537. })
  538. TEAM_USMPSRTM = DarkRP.createJob("US Military Police: SRT Marksman", {
  539. color = Color(75, 0, 130),
  540. model = {"models/player/pmc_5/pmc__10.mdl"},
  541. description = [[You are an SRT Marksman in the United States Military Police Corps.]],
  542. weapons = {"cw_m14", "cw_m1911", "cw_flash_grenade", "weapon_cuff_handcuffs", "weapon_policeshield"},
  543. command = "usmpsrtm",
  544. max = 5,
  545. salary = 50,
  546. admin = 0,
  547. sortOrder = 6,
  548. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  549. ply:SetArmor(20)
  550. end,
  551. category = "United States Military Police Corps"
  552. })
  553. TEAM_USMPSRTO = DarkRP.createJob("US Military Police: SRT Operative", {
  554. color = Color(75, 0, 130),
  555. model = {"models/player/pmc_5/pmc__11.mdl"},
  556. description = [[You are an SRT Operative in the United States Military Police Corps.]],
  557. weapons = {"cw_g4p_m16a4", "cw_m1911", "cw_flash_grenade", "weapon_cuff_handcuffs", "weapon_policeshield"},
  558. command = "usmpsrto",
  559. max = 10,
  560. salary = 50,
  561. admin = 0,
  562. sortOrder = 7,
  563. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  564. ply:SetArmor(20)
  565. end,
  566. category = "United States Military Police Corps"
  567. })
  568. TEAM_USMPS = DarkRP.createJob("US Military Police: Soldier", {
  569. color = Color(75, 0, 130),
  570. model = {"models/player/pmc_5/pmc__06.mdl"},
  571. description = [[You are a Soldier in the United States Military Police Corps.]],
  572. weapons = {"cw_g4p_m16a4", "cw_m1911", "stungun", "weapon_cuff_handcuffs", "weapon_policeshield"},
  573. command = "usmps",
  574. max = 50,
  575. salary = 40,
  576. admin = 0,
  577. sortOrder = 8,
  578. category = "United States Military Police Corps"
  579. })
  580.  
  581. -- US Navy SEALs
  582.  
  583. TEAM_USNSCPT = DarkRP.createJob("US Navy SEALs: Captain", {
  584. color = Color(0, 0, 128),
  585. model = {"models/player/pmc_4/pmc__01.mdl"},
  586. description = [[You are the Captain of the United States Navy SEALs.]],
  587. weapons = {"cw_kk_hk416", "cw_fiveseven", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade"},
  588. command = "usnscpt",
  589. max = 1,
  590. salary = 100,
  591. admin = 0,
  592. sortOrder = 1,
  593. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  594. ply:SetArmor(40)
  595. end,
  596. category = "United States Navy SEALs"
  597. })
  598. TEAM_USNSO = DarkRP.createJob("US Navy SEALs: Officer", {
  599. color = Color(0, 0, 128),
  600. model = {"models/player/pmc_4/pmc__03.mdl"},
  601. description = [[You are an Officer in the United States Navy SEALs.]],
  602. weapons = {"cw_kk_hk416", "cw_fiveseven", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade"},
  603. command = "usnso",
  604. max = 15,
  605. salary = 70,
  606. admin = 0,
  607. sortOrder = 2,
  608. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  609. ply:SetArmor(35)
  610. end,
  611. category = "United States Navy SEALs"
  612. })
  613. TEAM_USNSST6MG = DarkRP.createJob("US Navy SEALs: ST6 Machine Gunner", {
  614. color = Color(0, 0, 128),
  615. model = {"models/player/pmc_4/pmc__05.mdl"},
  616. description = [[You are an SEAL Team 6 Machine Gunner in the United States Navy SEALs.]],
  617. weapons = {"cw_weapon_sf2_mg4", "cw_fiveseven", "cw_smoke_grenade", "cw_flash_grenade"},
  618. command = "usnsst6mg",
  619. max = 5,
  620. salary = 50,
  621. admin = 0,
  622. sortOrder = 3,
  623. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  624. ply:SetArmor(50)
  625. ply:SetWalkSpeed(144)
  626. ply:SetRunSpeed(216)
  627. end,
  628. category = "United States Navy SEALs"
  629. })
  630. TEAM_USNSST6CDU = DarkRP.createJob("US Navy SEALs: ST6 Combat Demolitions Unit", {
  631. color = Color(0, 0, 128),
  632. model = {"models/player/pmc_4/pmc__14.mdl"},
  633. description = [[You are an SEAL Team 6 Combat Demolitions Unit in the United States Navy SEALs.]],
  634. weapons = {"cw_kk_hk416", "cw_fiveseven", "cw_smoke_grenade", "cw_flash_grenade", "m9k_suicide_bomb"},
  635. command = "usnsst6cdu",
  636. max = 5,
  637. salary = 50,
  638. admin = 0,
  639. sortOrder = 4,
  640. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  641. ply:SetArmor(35)
  642. end,
  643. category = "United States Navy SEALs"
  644. })
  645. TEAM_USNSST6O = DarkRP.createJob("US Navy SEALs: ST6 Operative", {
  646. color = Color(0, 0, 128),
  647. model = {"models/player/pmc_4/pmc__06.mdl"},
  648. description = [[You are an SEAL Team 6 Combat Demolitions Unit in the United States Navy SEALs.]],
  649. weapons = {"cw_kk_hk416", "cw_fiveseven", "cw_smoke_grenade", "cw_flash_grenade"},
  650. command = "usnsst6o",
  651. max = 5,
  652. salary = 50,
  653. admin = 0,
  654. sortOrder = 5,
  655. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  656. ply:SetArmor(15)
  657. end,
  658. category = "United States Navy SEALs"
  659. })
  660. TEAM_USNSST3M = DarkRP.createJob("US Navy SEALs: ST3 Marksman", {
  661. color = Color(0, 0, 128),
  662. model = {"models/player/pmc_4/pmc__12.mdl"},
  663. description = [[You are an SEAL Team 3 Marksman in the United States Navy SEALs.]],
  664. weapons = {"khr_sr338", "cw_fiveseven", "cw_smoke_grenade", "cw_flash_grenade"},
  665. command = "usnsst3m",
  666. max = 5,
  667. salary = 50,
  668. admin = 0,
  669. sortOrder = 6,
  670. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  671. ply:SetArmor(20)
  672. end,
  673. category = "United States Navy SEALs"
  674. })
  675. TEAM_USNSST3HRU = DarkRP.createJob("US Navy SEALs: ST3 Heavy Response Unit", {
  676. color = Color(0, 0, 128),
  677. model = {"models/player/pmc_4/pmc__13.mdl"},
  678. description = [[You are an SEAL Team 3 Heavy Response Unit in the United States Navy SEALs.]],
  679. weapons = {"cw_kk_hk416", "cw_m3super90", "cw_fiveseven", "cw_smoke_grenade", "cw_flash_grenade"},
  680. command = "usnsst3hru",
  681. max = 5,
  682. salary = 50,
  683. admin = 0,
  684. sortOrder = 7,
  685. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  686. ply:SetArmor(40)
  687. end,
  688. category = "United States Navy SEALs"
  689. })
  690. TEAM_USNSST3O = DarkRP.createJob("US Navy SEALs: ST3 Operative", {
  691. color = Color(0, 0, 128),
  692. model = {"models/player/pmc_4/pmc__02.mdl"},
  693. description = [[You are an SEAL Team 3 Operative in the United States Navy SEALs.]],
  694. weapons = {"cw_kk_hk416", "cw_fiveseven", "cw_smoke_grenade", "cw_flash_grenade"},
  695. command = "usnsst3o",
  696. max = 5,
  697. salary = 50,
  698. admin = 0,
  699. sortOrder = 8,
  700. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  701. ply:SetArmor(15)
  702. end,
  703. category = "United States Navy SEALs"
  704. })
  705.  
  706. -- Taliban
  707.  
  708. -- Taliban High Command
  709.  
  710. TEAM_EMIR = DarkRP.createJob("Taliban High Command: Emir", {
  711. color = Color(237, 201, 175),
  712. model = {"models/code_gs/osama/osamaplayer.mdl"},
  713. description = [[You are the Emir of the Taliban.]],
  714. weapons = {"khr_aek971", "khr_makarov", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade"},
  715. command = "emir",
  716. max = 1,
  717. salary = 140,
  718. admin = 0,
  719. sortOrder = 1,
  720. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  721. ply:SetArmor(40)
  722. end,
  723. category = "Taliban High Command"
  724. })
  725. TEAM_SUPREME = DarkRP.createJob("Taliban High Command: Supreme Commander", {
  726. color = Color(237, 201, 175),
  727. model = {"models/csgoleet4pm.mdl"},
  728. description = [[You are the Supreme Commander of the Taliban.]],
  729. weapons = {"khr_aek971", "khr_makarov", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade"},
  730. command = "supreme",
  731. max = 1,
  732. salary = 120,
  733. admin = 0,
  734. sortOrder = 2,
  735. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  736. ply:SetArmor(40)
  737. end,
  738. category = "Taliban High Command"
  739. })
  740.  
  741. -- Taliban Liberation Army
  742.  
  743. TEAM_TLAA = DarkRP.createJob("Taliban Liberation Army: Alqayid", {
  744. color = Color(222, 184, 135),
  745. model = {"models/csgoleet1pm.mdl"},
  746. description = [[You are the Alqayid of the Taliban Liberation Army.]],
  747. weapons = {"cw_ak74", "khr_makarov", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade"},
  748. command = "tlaa",
  749. max = 1,
  750. salary = 100,
  751. admin = 0,
  752. sortOrder = 1,
  753. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  754. ply:SetArmor(40)
  755. end,
  756. category = "Taliban Liberation Army"
  757. })
  758. TEAM_TLAO = DarkRP.createJob("Taliban Liberation Army: Officer", {
  759. color = Color(222, 184, 135),
  760. model = {"models/csgoseparatist2pm.mdl"},
  761. description = [[You are an Officer in the Taliban Liberation Army.]],
  762. weapons = {"cw_ak74", "khr_makarov", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade"},
  763. command = "tlao",
  764. max = 15,
  765. salary = 70,
  766. admin = 0,
  767. sortOrder = 2,
  768. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  769. ply:SetArmor(35)
  770. end,
  771. category = "Taliban Liberation Army"
  772. })
  773. TEAM_TLAG = DarkRP.createJob("Taliban Liberation Army: Grenadier", {
  774. color = Color(222, 184, 135),
  775. model = {"models/csgopirate1pm.mdl"},
  776. description = [[You are a Grenadier in the Taliban Liberation Army.]],
  777. weapons = {"cw_ak74", "khr_makarov", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade"},
  778. command = "tlag",
  779. max = 20,
  780. salary = 50,
  781. admin = 0,
  782. sortOrder = 3,
  783. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  784. ply:SetArmor(30)
  785. end,
  786. category = "Taliban Liberation Army"
  787. })
  788. TEAM_TLAM = DarkRP.createJob("Taliban Liberation Army: Medic", {
  789. color = Color(222, 184, 135),
  790. model = {"models/csgoanarchist3pm.mdl"},
  791. description = [[You are a Medic in the Taliban Liberation Army.]],
  792. weapons = {"cw_ak74", "khr_makarov", "med_kit"},
  793. command = "tlam",
  794. max = 20,
  795. salary = 50,
  796. admin = 0,
  797. sortOrder = 4,
  798. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  799. ply:SetArmor(20)
  800. end,
  801. category = "Taliban Liberation Army"
  802. })
  803. TEAM_TLAMG = DarkRP.createJob("Taliban Liberation Army: Machine Gunner", {
  804. color = Color(222, 184, 135),
  805. model = {"models/csgopirate3pm.mdl"},
  806. description = [[You are a Medic in the Taliban Liberation Army.]],
  807. weapons = {"khr_m60", "khr_makarov"},
  808. command = "tlamg",
  809. max = 20,
  810. salary = 50,
  811. admin = 0,
  812. sortOrder = 5,
  813. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  814. ply:SetArmor(60)
  815. ply:SetWalkSpeed(144)
  816. ply:SetRunSpeed(216)
  817. end,
  818. category = "Taliban Liberation Army"
  819. })
  820. TEAM_TLAHAVO = DarkRP.createJob("Taliban Liberation Army: Heavy Armored Vehicle Operator", {
  821. color = Color(222, 184, 135),
  822. model = {"models/csgoprofessional3pm.mdl"},
  823. description = [[You are a Heavy Armored Vehicle Operator in the Taliban Liberation Army.]],
  824. weapons = {"khr_veresk", "khr_makarov"},
  825. command = "tlahavo",
  826. max = 5,
  827. salary = 50,
  828. admin = 0,
  829. sortOrder = 6,
  830. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  831. ply:SetArmor(20)
  832. end,
  833. category = "Taliban Liberation Army"
  834. })
  835. TEAM_TLALAVO = DarkRP.createJob("Taliban Liberation Army: Light Armored Vehicle Operator", {
  836. color = Color(222, 184, 135),
  837. model = {"models/csgobalkan4pm.mdl"},
  838. description = [[You are a Light Armored Vehicle Operator in the Taliban Liberation Army.]],
  839. weapons = {"khr_veresk", "khr_makarov"},
  840. command = "tlalavo",
  841. max = 10,
  842. salary = 50,
  843. admin = 0,
  844. sortOrder = 7,
  845. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  846. ply:SetArmor(20)
  847. end,
  848. category = "Taliban Liberation Army"
  849. })
  850. TEAM_TLAMM = DarkRP.createJob("Taliban Liberation Army: Marksman", {
  851. color = Color(222, 184, 135),
  852. model = {"models/csgopheonix4pm.mdl"},
  853. description = [[You are a Marksman in the Taliban Liberation Army.]],
  854. weapons = {"khr_simsks", "khr_makarov"},
  855. command = "tlamm",
  856. max = 20,
  857. salary = 50,
  858. admin = 0,
  859. sortOrder = 8,
  860. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  861. ply:SetArmor(20)
  862. end,
  863. category = "Taliban Liberation Army"
  864. })
  865. TEAM_TLAS = DarkRP.createJob("Taliban Liberation Army: Scout", {
  866. color = Color(222, 184, 135),
  867. model = {"models/csgoleet3pm.mdl"},
  868. description = [[You are a Scout in the Taliban Liberation Army.]],
  869. weapons = {"khr_mosin", "khr_makarov"},
  870. command = "tlas",
  871. max = 20,
  872. salary = 50,
  873. admin = 0,
  874. sortOrder = 9,
  875. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  876. ply:SetArmor(15)
  877. end,
  878. category = "Taliban Liberation Army"
  879. })
  880. TEAM_TLAF = DarkRP.createJob("Taliban Liberation Army: Fighter", {
  881. color = Color(222, 184, 135),
  882. model = {"models/csgoleet2pm.mdl"},
  883. description = [[You are a Fighter in the Taliban Liberation Army.]],
  884. weapons = {"khr_mosin", "khr_makarov"},
  885. command = "tlaf",
  886. max = 50,
  887. salary = 40,
  888. admin = 0,
  889. sortOrder = 10,
  890. category = "Taliban Liberation Army"
  891. })
  892. TEAM_TLARCT = DarkRP.createJob("Taliban Liberation Army: Recruit", {
  893. color = Color(222, 184, 135),
  894. model = {"models/csgobalkan3pm.mdl"},
  895. description = [[You are a Recruit in the Taliban Liberation Army.]],
  896. weapons = {},
  897. command = "tlarct",
  898. max = 0,
  899. salary = 0,
  900. admin = 0,
  901. sortOrder = 11,
  902. category = "Taliban Liberation Army"
  903. })
  904.  
  905. -- Al Qaeda
  906.  
  907. TEAM_AQA = DarkRP.createJob("Al Qaeda: Alqayid", {
  908. color = Color(205, 133, 63),
  909. model = {"models/player/kuma/alqaeda_commando.mdl"},
  910. description = [[You are the Alqayid of Al Qaeda.]],
  911. weapons = {"khr_ak103", "khr_makarov", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade"},
  912. command = "aqa",
  913. max = 1,
  914. salary = 100,
  915. admin = 0,
  916. sortOrder = 1,
  917. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  918. ply:SetArmor(40)
  919. end,
  920. category = "Al Qaeda"
  921. })
  922. TEAM_AQO = DarkRP.createJob("Al Qaeda: Officer", {
  923. color = Color(205, 133, 63),
  924. model = {"models/csgoprofessional4pm.mdl"},
  925. description = [[You are an Officer in Al Qaeda.]],
  926. weapons = {"khr_ak103", "khr_makarov", "cw_frag_grenade", "cw_smoke_grenade", "cw_flash_grenade"},
  927. command = "aqo",
  928. max = 15,
  929. salary = 70,
  930. admin = 0,
  931. sortOrder = 2,
  932. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  933. ply:SetArmor(35)
  934. end,
  935. category = "Al Qaeda"
  936. })
  937. TEAM_AQS = DarkRP.createJob("Al Qaeda: Sniper", {
  938. color = Color(205, 133, 63),
  939. model = {"models/csgoanarchist4pm.mdl"},
  940. description = [[You are a Sniper in Al Qaeda.]],
  941. weapons = {"khr_m95", "khr_makarov", "cw_smoke_grenade"},
  942. command = "aqs",
  943. max = 20,
  944. salary = 50,
  945. admin = 0,
  946. sortOrder = 3,
  947. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  948. ply:SetArmor(25)
  949. end,
  950. category = "Al Qaeda"
  951. })
  952. TEAM_AQHF = DarkRP.createJob("Al Qaeda: Heavy Fighter", {
  953. color = Color(205, 133, 63),
  954. model = {"models/csgoseparatist3pm.mdl"},
  955. description = [[You are a Heavy Fighter in Al Qaeda.]],
  956. weapons = {"khr_ak103", "cw_shorty", "khr_makarov", "cw_flash_grenade"},
  957. command = "aqhf",
  958. max = 20,
  959. salary = 50,
  960. admin = 0,
  961. sortOrder = 4,
  962. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  963. ply:SetArmor(50)
  964. end,
  965. category = "Al Qaeda"
  966. })
  967. TEAM_AQMG = DarkRP.createJob("Al Qaeda: Machine Gunner", {
  968. color = Color(205, 133, 63),
  969. model = {"models/csgopirate4pm.mdl"},
  970. description = [[You are a Machine Gunner in Al Qaeda.]],
  971. weapons = {"khr_pkm", "khr_makarov", "cw_flash_grenade"},
  972. command = "aqmg",
  973. max = 20,
  974. salary = 50,
  975. admin = 0,
  976. sortOrder = 5,
  977. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  978. ply:SetArmor(70)
  979. ply:SetWalkSpeed(144)
  980. ply:SetRunSpeed(216)
  981. end,
  982. category = "Al Qaeda"
  983. })
  984. TEAM_AQEE = DarkRP.createJob("Al Qaeda: Explosives Expert", {
  985. color = Color(205, 133, 63),
  986. model = {"models/player/kuma/taliban_rpg.mdl"},
  987. description = [[You are an Explosives Expert in Al Qaeda.]],
  988. weapons = {"khr_ak103", "ins2_atow_rpg7", "khr_makarov"},
  989. command = "aqee",
  990. max = 10,
  991. salary = 50,
  992. admin = 0,
  993. sortOrder = 6,
  994. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  995. ply:SetArmor(60)
  996. end,
  997. category = "Al Qaeda"
  998. })
  999. TEAM_AQF = DarkRP.createJob("Al Qaeda: Fighter", {
  1000. color = Color(205, 133, 63),
  1001. model = {"models/player/kuma/taliban_grunt.mdl"},
  1002. description = [[You are a Fighter in Al Qaeda.]],
  1003. weapons = {"khr_ak103", "khr_makarov", "cw_flash_grenade"},
  1004. command = "aqf",
  1005. max = 50,
  1006. salary = 40,
  1007. admin = 0,
  1008. sortOrder = 7,
  1009. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1010. ply:SetArmor(20)
  1011. end,
  1012. category = "Al Qaeda"
  1013. })
  1014.  
  1015. GAMEMODE.DefaultTeam = TEAM_CIVILIAN
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement