Advertisement
Guest User

Untitled

a guest
May 21st, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.98 KB | None | 0 0
  1. TEAM_Citizen = DarkRP.createJob("Citizen", {
  2. color = Color(0, 255, 224),
  3. model = {"models/player/Group03/male_02.mdl"},
  4. description = [[Choose a Side]],
  5. weapons = {"weapon_rpw_binoculars_scout","salute"},
  6. command = "Citizen",
  7. max = 0,
  8. salary = 50,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. candemote = true,
  13. category = "Citizens",
  14. mayor = false,
  15. PlayerSpawn = function(ply)
  16. ply:SetMaxHealth(100)
  17. ply:SetHealth(100)
  18. ply:SetArmor(25)
  19. end
  20. })
  21.  
  22. TEAM_Navy1 = DarkRP.createJob("US Navy Recruit", {
  23. color = Color(0, 70, 255),
  24. model = {"models/player/summerarmy/male_06.mdl"},
  25. description = [[The United States Navy (USN) is the naval warfare service branch of the United States Armed Forces and one of the seven uniformed services of the United States.]],
  26. weapons = {"weapon_rpw_binoculars_scout","salute"},
  27. command = "USRCT",
  28. max = 0,
  29. salary = 50,
  30. admin = 0,
  31. vote = false,
  32. hasLicense = true,
  33. candemote = true,
  34. category = "Citizens",
  35. mayor = false,
  36. PlayerSpawn = function(ply)
  37. ply:SetMaxHealth(100)
  38. ply:SetHealth(100)
  39. ply:SetArmor(25)
  40. end
  41. })
  42.  
  43. TEAM_Navy2 = DarkRP.createJob("US Navy Crewman", {
  44. color = Color(0, 70, 255),
  45. model = {"models/mw2guy/bz/tfbzw02.mdl"},
  46. description = [[The United States Navy (USN) is the naval warfare service branch of the United States Armed Forces and one of the seven uniformed services of the United States.]],
  47. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_m16a4","cw_m911"},
  48. command = "NavyCRE",
  49. max = 15,
  50. salary = 200,
  51. admin = 0,
  52. vote = false,
  53. hasLicense = true,
  54. candemote = true,
  55. category = "United States Navy",
  56. mayor = false,
  57. PlayerSpawn = function(ply)
  58. ply:SetMaxHealth(100)
  59. ply:SetHealth(100)
  60. ply:SetArmor(25)
  61. end
  62. })
  63.  
  64. TEAM_Navy3 = DarkRP.createJob("US Navy Medic", {
  65. color = Color(0, 70, 255),
  66. model = {"models/mw2guy/bz/tfbz02.mdl"},
  67. description = [[The United States Navy (USN) is the naval warfare service branch of the United States Armed Forces and one of the seven uniformed services of the United States.]],
  68. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_m16a4","cw_m911","fas2_ifak"},
  69. command = "NavyMED",
  70. max = 8,
  71. salary = 150,
  72. admin = 0,
  73. vote = false,
  74. hasLicense = true,
  75. candemote = true,
  76. category = "United States Navy",
  77. mayor = false,
  78. PlayerSpawn = function(ply)
  79. ply:SetMaxHealth(100)
  80. ply:SetHealth(100)
  81. ply:SetArmor(25)
  82. end
  83. })
  84.  
  85. TEAM_Navy4 = DarkRP.createJob("US Navy RDC", {
  86. color = Color(0, 70, 255),
  87. model = {"models/mw2guy/bz/tfbzw01.mdl"},
  88. description = [[The United States Navy (USN) is the naval warfare service branch of the United States Armed Forces and one of the seven uniformed services of the United States.]],
  89. weapons = {"weapon_rpw_binoculars_scout","salute","cw_m911"},
  90. command = "NavyRDC",
  91. max = 2,
  92. salary = 250,
  93. admin = 0,
  94. vote = false,
  95. hasLicense = true,
  96. candemote = true,
  97. category = "United States Navy",
  98. mayor = false,
  99. PlayerSpawn = function(ply)
  100. ply:SetMaxHealth(100)
  101. ply:SetHealth(100)
  102. ply:SetArmor(25)
  103. end
  104. })
  105.  
  106. TEAM_Navy5 = DarkRP.createJob("US Navy Specialist", {
  107. color = Color(0, 70, 255),
  108. model = {"models/mw2/skin_12/mw2_soldier_01.mdl"},
  109. description = [[The United States Navy (USN) is the naval warfare service branch of the United States Armed Forces and one of the seven uniformed services of the United States.]],
  110. weapons = {"weapon_rpw_binoculars_scout","cw_smoke_grenade","cw_m911","cw_g4p_m16a4","cw_flash_grenade"},
  111. command = "NavySPE",
  112. max = 4,
  113. salary = 250,
  114. admin = 0,
  115. vote = false,
  116. hasLicense = true,
  117. candemote = true,
  118. category = "United States Navy",
  119. mayor = false,
  120. PlayerSpawn = function(ply)
  121. ply:SetMaxHealth(100)
  122. ply:SetHealth(100)
  123. ply:SetArmor(25)
  124. end
  125. })
  126.  
  127. TEAM_Navy6 = DarkRP.createJob("US Navy Pilot", {
  128. color = Color(0, 70, 255),
  129. model = {"models/player/sanic/marineap.mdl"},
  130. description = [[The United States Navy (USN) is the naval warfare service branch of the United States Armed Forces and one of the seven uniformed services of the United States.]],
  131. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_m16a4","cw_m911","cw_flash_grenade"},
  132. command = "NavyPIL",
  133. max = 4,
  134. salary = 400,
  135. admin = 0,
  136. vote = false,
  137. hasLicense = true,
  138. candemote = true,
  139. category = "United States Navy",
  140. mayor = false,
  141. PlayerSpawn = function(ply)
  142. ply:SetMaxHealth(100)
  143. ply:SetHealth(100)
  144. ply:SetArmor(25)
  145. end
  146. })
  147.  
  148. TEAM_Navy7 = DarkRP.createJob("US Navy Advanced Pilot", {
  149. color = Color(0, 70, 255),
  150. model = {"models/player/sanic/marineap.mdl"},
  151. description = [[The United States Navy (USN) is the naval warfare service branch of the United States Armed Forces and one of the seven uniformed services of the United States.]],
  152. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_m16a4","cw_m911","cw_flash_grenade"},
  153. command = "NavyADV",
  154. max = 2,
  155. salary = 500,
  156. admin = 0,
  157. vote = false,
  158. hasLicense = true,
  159. candemote = true,
  160. category = "United States Navy",
  161. mayor = false,
  162. PlayerSpawn = function(ply)
  163. ply:SetMaxHealth(100)
  164. ply:SetHealth(100)
  165. ply:SetArmor(25)
  166. end
  167. })
  168.  
  169. TEAM_Navy8 = DarkRP.createJob("US Navy Officer", {
  170. color = Color(0, 70, 255),
  171. model = {"models/mw2/skin_12/mw2_soldier_05.mdl"},
  172. description = [[The United States Navy (USN) is the naval warfare service branch of the United States Armed Forces and one of the seven uniformed services of the United States.]],
  173. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_m16a4","cw_g4p_mp412_rex","cw_flash_grenade","fas2_ifak","weapon_leash_rope"},
  174. command = "NavyOFF",
  175. max = 5,
  176. salary = 300,
  177. admin = 0,
  178. vote = false,
  179. hasLicense = true,
  180. candemote = true,
  181. category = "United States Navy",
  182. mayor = false,
  183. PlayerSpawn = function(ply)
  184. ply:SetMaxHealth(100)
  185. ply:SetHealth(100)
  186. ply:SetArmor(25)
  187. end
  188. })
  189.  
  190. TEAM_Navy9 = DarkRP.createJob("US Navy MAA", {
  191. color = Color(0, 70, 255),
  192. model = {"models/kaesar/navy/navy.mdl"},
  193. description = [[The United States Navy (USN) is the naval warfare service branch of the United States Armed Forces and one of the seven uniformed services of the United States.]],
  194. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_ump45","cw_shorty","cw_g4p_fiveseven","arrest_stick","unarrest_stick","stunstick","weapon_leash_rope"},
  195. command = "NavyMAA",
  196. max = 5,
  197. salary = 250,
  198. admin = 0,
  199. vote = false,
  200. hasLicense = true,
  201. candemote = true,
  202. category = "United States Navy",
  203. mayor = false,
  204. PlayerSpawn = function(ply)
  205. ply:SetMaxHealth(100)
  206. ply:SetHealth(100)
  207. ply:SetArmor(25)
  208. end
  209. })
  210.  
  211. TEAM_Navy10 = DarkRP.createJob("US Navy Admiral", {
  212. color = Color(0, 70, 255),
  213. model = {"models/bloocobalt/science/jnavy_09.mdl"},
  214. description = [[The United States Navy (USN) is the naval warfare service branch of the United States Armed Forces and one of the seven uniformed services of the United States.]],
  215. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_mp412_rex","fas2_ifak"},
  216. command = "NavyADM",
  217. max = 4,
  218. salary = 450,
  219. admin = 0,
  220. vote = false,
  221. hasLicense = true,
  222. candemote = true,
  223. category = "United States Navy",
  224. mayor = false,
  225. PlayerSpawn = function(ply)
  226. ply:SetMaxHealth(100)
  227. ply:SetHealth(100)
  228. ply:SetArmor(25)
  229. end
  230. })
  231.  
  232. TEAM_Navy11 = DarkRP.createJob("US Navy Fleet Admiral", {
  233. color = Color(0, 70, 255),
  234. model = {"models/bloocobalt/science/jnavy_09.mdl"},
  235. description = [[The United States Navy (USN) is the naval warfare service branch of the United States Armed Forces and one of the seven uniformed services of the United States.]],
  236. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_mp412_rex","fas2_ifak","cw_flash_grenade"},
  237. command = "NavyFLE",
  238. max = 1,
  239. salary = 600,
  240. admin = 0,
  241. vote = false,
  242. hasLicense = true,
  243. candemote = true,
  244. category = "United States Navy",
  245. mayor = false,
  246. PlayerSpawn = function(ply)
  247. ply:SetMaxHealth(100)
  248. ply:SetHealth(100)
  249. ply:SetArmor(25)
  250. end
  251. })
  252.  
  253. TEAM_Marine1 = DarkRP.createJob("US Marine Infantry", {
  254. color = Color(255, 0, 0),
  255. model = {"models/player/sanic/marinedv2p.mdl"},
  256. description = [[The United States Marine Corps (USMC), also referred to as the United States Marines or U.S. Marines, is a branch of the United States Armed Forces responsible for conducting expeditionary and amphibious operations with the United States Navy as well as the Army and Air Force.]],
  257. weapons = {"cw_g4p_m4a1","cw_m1911","cw_frag_grenade","weapon_rpw_binoculars_scout","salute"},
  258. command = "USMCINF",
  259. max = 10,
  260. salary = 100,
  261. admin = 0,
  262. vote = false,
  263. hasLicense = true,
  264. candemote = true,
  265. category = "United States Marine Corps",
  266. mayor = false,
  267. PlayerSpawn = function(ply)
  268. ply:SetMaxHealth(100)
  269. ply:SetHealth(100)
  270. ply:SetArmor(25)
  271. end
  272. })
  273.  
  274. TEAM_Marine2 = DarkRP.createJob("US Marine Corpsman", {
  275. color = Color(255, 0, 0),
  276. model = {"models/player/sanic/marinedvbfp.mdl"},
  277. description = [[The United States Marine Corps (USMC), also referred to as the United States Marines or U.S. Marines, is a branch of the United States Armed Forces responsible for conducting expeditionary and amphibious operations with the United States Navy as well as the Army and Air Force.]],
  278. weapons = {"cw_g4p_m4a1","cw_m1911","fas2_ifak","weapon_rpw_binoculars_scout","salute"},
  279. command = "USMCCOR",
  280. max = 4,
  281. salary = 150,
  282. admin = 0,
  283. vote = false,
  284. hasLicense = true,
  285. candemote = true,
  286. category = "United States Marine Corps",
  287. mayor = false,
  288. PlayerSpawn = function(ply)
  289. ply:SetMaxHealth(100)
  290. ply:SetHealth(100)
  291. ply:SetArmor(25)
  292. end
  293. })
  294.  
  295. TEAM_Marine3 = DarkRP.createJob("US Marine Light Gunner", {
  296. color = Color(255, 0, 0),
  297. model = {"models/player/sanic/marinedv2p.mdl"},
  298. description = [[The United States Marine Corps (USMC), also referred to as the United States Marines or U.S. Marines, is a branch of the United States Armed Forces responsible for conducting expeditionary and amphibious operations with the United States Navy as well as the Army and Air Force.]],
  299. weapons = {"cw_m249_official","cw_m1911","cw_frag_grenade","weapon_rpw_binoculars_scout","salute"},
  300. command = "USMCGUN",
  301. max = 2,
  302. salary = 250,
  303. admin = 0,
  304. vote = false,
  305. hasLicense = true,
  306. candemote = true,
  307. category = "United States Marine Corps",
  308. mayor = false,
  309. PlayerSpawn = function(ply)
  310. ply:SetMaxHealth(100)
  311. ply:SetHealth(100)
  312. ply:SetArmor(25)
  313. end
  314. })
  315.  
  316. TEAM_Marine4 = DarkRP.createJob("US Marine Breacher", {
  317. color = Color(255, 0, 0),
  318. model = {"models/player/sanic/marinedvp.mdl"},
  319. description = [[The United States Marine Corps (USMC), also referred to as the United States Marines or U.S. Marines, is a branch of the United States Armed Forces responsible for conducting expeditionary and amphibious operations with the United States Navy as well as the Army and Air Force.]],
  320. weapons = {"riot_shield","cw_shorty","cw_m1911","cw_flash_grenade","cw_smoke_grenade","weapon_rpw_binoculars_scout","salute"},
  321. command = "USMCBRE",
  322. max = 2,
  323. salary = 350,
  324. admin = 0,
  325. vote = false,
  326. hasLicense = true,
  327. candemote = true,
  328. category = "United States Marine Corps",
  329. mayor = false,
  330. PlayerSpawn = function(ply)
  331. ply:SetMaxHealth(100)
  332. ply:SetHealth(100)
  333. ply:SetArmor(25)
  334. end
  335. })
  336.  
  337. TEAM_Marine5 = DarkRP.createJob("US Marine Officer", {
  338. color = Color(255, 0, 0),
  339. model = {"models/player/sanic/marinedp.mdl"},
  340. description = [[The United States Marine Corps (USMC), also referred to as the United States Marines or U.S. Marines, is a branch of the United States Armed Forces responsible for conducting expeditionary and amphibious operations with the United States Navy as well as the Army and Air Force.]],
  341. weapons = {"cw_g4p_m4a1","cw_m1911","cw_shorty","fas2_ifak","cw_flash_grenade","weapon_rpw_binoculars_scout","salute","weapon_leash_rope"},
  342. command = "USMCOFF",
  343. max = 4,
  344. salary = 350,
  345. admin = 0,
  346. vote = false,
  347. hasLicense = true,
  348. candemote = true,
  349. category = "United States Marine Corps",
  350. mayor = false,
  351. PlayerSpawn = function(ply)
  352. ply:SetMaxHealth(100)
  353. ply:SetHealth(100)
  354. ply:SetArmor(25)
  355. end
  356. })
  357.  
  358. TEAM_Marine6 = DarkRP.createJob("US Marine Commandant", {
  359. color = Color(255, 0, 0),
  360. model = {"models/bloocobalt/science/jarmy_08.mdl"},
  361. description = [[The United States Marine Corps (USMC), also referred to as the United States Marines or U.S. Marines, is a branch of the United States Armed Forces responsible for conducting expeditionary and amphibious operations with the United States Navy as well as the Army and Air Force.]],
  362. weapons = {"cw_g4p_m4a1","cw_deagle","cw_flash_grenade","weapon_rpw_binoculars_scout","salute"},
  363. command = "USMCCOM",
  364. max = 1,
  365. salary = 500,
  366. admin = 0,
  367. vote = false,
  368. hasLicense = true,
  369. candemote = true,
  370. category = "United States Marine Corps",
  371. mayor = false,
  372. PlayerSpawn = function(ply)
  373. ply:SetMaxHealth(100)
  374. ply:SetHealth(100)
  375. ply:SetArmor(25)
  376. end
  377. })
  378.  
  379. TEAM_SEAL1 = DarkRP.createJob("US Navy SEAL", {
  380. color = Color(0, 0, 44),
  381. model = {"models/jwk987/cod/ghost/keegan2.mdl"},
  382. description = [[The United States Navy Sea, Air, and Land Teams, commonly abbreviated as Navy SEALs, are the U.S. Navy's primary special operations force and a component of the Naval Special Warfare Command.]],
  383. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_magpul_masada","cw_g4p_glock17","cw_misc_aps","cw_frag_grenade"},
  384. command = "SEALSEA",
  385. max = 4,
  386. salary = 250,
  387. admin = 0,
  388. vote = false,
  389. hasLicense = true,
  390. candemote = true,
  391. category = "US Navy SEALs",
  392. mayor = false,
  393. PlayerSpawn = function(ply)
  394. ply:SetMaxHealth(100)
  395. ply:SetHealth(100)
  396. ply:SetArmor(25)
  397. end
  398. })
  399.  
  400. TEAM_SEAL2 = DarkRP.createJob("US Navy SEAL Medic", {
  401. color = Color(0, 0, 44),
  402. model = {"models/jwk987/cod/ghost/merrick.mdl"},
  403. description = [[The United States Navy Sea, Air, and Land Teams, commonly abbreviated as Navy SEALs, are the U.S. Navy's primary special operations force and a component of the Naval Special Warfare Command.]],
  404. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_magpul_masada","cw_g4p_glock17","fas2_ifak","cw_flash_grenade"},
  405. command = "SEALMED",
  406. max = 3,
  407. salary = 300,
  408. admin = 0,
  409. vote = false,
  410. hasLicense = true,
  411. candemote = true,
  412. category = "US Navy SEALs",
  413. mayor = false,
  414. PlayerSpawn = function(ply)
  415. ply:SetMaxHealth(100)
  416. ply:SetHealth(100)
  417. ply:SetArmor(25)
  418. end
  419. })
  420.  
  421. TEAM_SEAL3 = DarkRP.createJob("US Navy SEAL Light Gunner", {
  422. color = Color(0, 0, 44),
  423. model = {"models/jwk987/cod/ghost/keegan.mdl"},
  424. description = [[The United States Navy Sea, Air, and Land Teams, commonly abbreviated as Navy SEALs, are the U.S. Navy's primary special operations force and a component of the Naval Special Warfare Command.]],
  425. weapons = {"cw_m249_official","weapon_rpw_binoculars_scout","salute","cw_g4p_glock17","cw_flash_grenade"},
  426. command = "SEALGUN",
  427. max = 2,
  428. salary = 300,
  429. admin = 0,
  430. vote = false,
  431. hasLicense = true,
  432. candemote = true,
  433. category = "US Navy SEALs",
  434. mayor = false,
  435. PlayerSpawn = function(ply)
  436. ply:SetMaxHealth(100)
  437. ply:SetHealth(100)
  438. ply:SetArmor(25)
  439. end
  440. })
  441.  
  442. TEAM_SEAL4 = DarkRP.createJob("US Navy SEAL Officer", {
  443. color = Color(0, 0, 44),
  444. model = {"models/jwk987/cod/ghost/logan.mdl"},
  445. description = [[The United States Navy Sea, Air, and Land Teams, commonly abbreviated as Navy SEALs, are the U.S. Navy's primary special operations force and a component of the Naval Special Warfare Command.]],
  446. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_magpul_masada","cw_misc_aps","cw_deagle","cw_frag_grenade","cw_flash_grenade","fas2_ifak","weapon_leash_rope"},
  447. command = "SEALOFF",
  448. max = 3,
  449. salary = 450,
  450. admin = 0,
  451. vote = false,
  452. hasLicense = true,
  453. candemote = true,
  454. category = "US Navy SEALs",
  455. mayor = false,
  456. PlayerSpawn = function(ply)
  457. ply:SetMaxHealth(100)
  458. ply:SetHealth(100)
  459. ply:SetArmor(25)
  460. end
  461. })
  462.  
  463. TEAM_DEVGRU1 = DarkRP.createJob("US DEVGRU Operator", {
  464. color = Color(0, 0, 0),
  465. model = {"models/codmw2/t_codmw2h.mdl"},
  466. description = [[The United States Naval Special Warfare Development Group (NSWDG), commonly known as DEVGRU or SEAL Team Six, is the U.S. Navy component of the Joint Special Operations Command JSOC.]],
  467. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_fn_fal","cw_shorty","cw_g4p_glock17","cw_flash_grenade"},
  468. command = "DEVGRUOPE",
  469. max = 4,
  470. salary = 300,
  471. admin = 0,
  472. vote = false,
  473. hasLicense = true,
  474. candemote = true,
  475. category = "US DEVGRU",
  476. mayor = false,
  477. PlayerSpawn = function(ply)
  478. ply:SetMaxHealth(100)
  479. ply:SetHealth(100)
  480. ply:SetArmor(25)
  481. end
  482. })
  483.  
  484. TEAM_DEVGRU2 = DarkRP.createJob("US DEVGRU Medic", {
  485. color = Color(0, 0, 0),
  486. model = {"models/codmw2/t_codm.mdl"},
  487. description = [[The United States Naval Special Warfare Development Group (NSWDG), commonly known as DEVGRU or SEAL Team Six, is the U.S. Navy component of the Joint Special Operations Command JSOC.]],
  488. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_fn_fal","cw_shorty"," cw_g4p_glock17","fas2_ifak","cw_flash_grenade"},
  489. command = "DEVGRUMED",
  490. max = 2,
  491. salary = 350,
  492. admin = 0,
  493. vote = false,
  494. hasLicense = true,
  495. candemote = true,
  496. category = "US DEVGRU",
  497. mayor = false,
  498. PlayerSpawn = function(ply)
  499. ply:SetMaxHealth(100)
  500. ply:SetHealth(100)
  501. ply:SetArmor(25)
  502. end
  503. })
  504.  
  505. TEAM_DEVGRU3 = DarkRP.createJob("US DEVGRU Marksman", {
  506. color = Color(0, 0, 0),
  507. model = {"models/codmw2/t_codmw2.mdl"},
  508. description = [[The United States Naval Special Warfare Development Group (NSWDG), commonly known as DEVGRU or SEAL Team Six, is the U.S. Navy component of the Joint Special Operations Command JSOC.]],
  509. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_awm","cw_g4p_glock17","cw_g4p_ump45","cw_smoke_grenade"},
  510. command = "DEVGRUMAR",
  511. max = 2,
  512. salary = 350,
  513. admin = 0,
  514. vote = false,
  515. hasLicense = true,
  516. candemote = true,
  517. category = "US DEVGRU",
  518. mayor = false,
  519. PlayerSpawn = function(ply)
  520. ply:SetMaxHealth(100)
  521. ply:SetHealth(100)
  522. ply:SetArmor(25)
  523. end
  524. })
  525.  
  526. TEAM_DEVGRU4 = DarkRP.createJob("US DEVGRU Officer", {
  527. color = Color(0, 0, 0),
  528. model = {"models/codmw2/codmw2hexe.mdl"},
  529. description = [[The United States Naval Special Warfare Development Group (NSWDG), commonly known as DEVGRU or SEAL Team Six, is the U.S. Navy component of the Joint Special Operations Command JSOC.]],
  530. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_fn_fal","cw_g4p_glock17","Awareness Grenade","cw_flash_grenade","cw_frag_grenade","cw_m3super90","weapon_leash_rope"},
  531. command = "DEVGRUOFF",
  532. max = 3,
  533. salary = 500,
  534. admin = 0,
  535. vote = false,
  536. hasLicense = true,
  537. candemote = true,
  538. category = "US DEVGRU",
  539. mayor = false,
  540. PlayerSpawn = function(ply)
  541. ply:SetMaxHealth(100)
  542. ply:SetHealth(100)
  543. ply:SetArmor(25)
  544. end
  545. })
  546.  
  547. TEAM_UKNAVY1 = DarkRP.createJob("UK Royal Navy Recruit", {
  548. color = Color(0, 70, 255),
  549. model = {"models/player/summerarmy/male_06.mdl"},
  550. description = [[The modern Royal Navy traces its origins to the early 16th century; the oldest of the UK's armed services, it is known as the Senior Service.]],
  551. weapons = {"weapon_rpw_binoculars_scout","salute"},
  552. command = "UKRNRCT",
  553. max = 0,
  554. salary = 50,
  555. admin = 0,
  556. vote = false,
  557. hasLicense = true,
  558. candemote = true,
  559. category = "Citizens",
  560. mayor = false,
  561. PlayerSpawn = function(ply)
  562. ply:SetMaxHealth(100)
  563. ply:SetHealth(100)
  564. ply:SetArmor(25)
  565. end
  566. })
  567.  
  568. TEAM_UKNAVY2 = DarkRP.createJob("UK Royal Navy Crewman", {
  569. color = Color(0, 70, 255),
  570. model = {"models/mw2guy/afgan/afgan_force1.mdl"},
  571. description = [[The modern Royal Navy traces its origins to the early 16th century; the oldest of the UK's armed services, it is known as the Senior Service.]],
  572. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_m16a4","cw_p99"},
  573. command = "UKRNCRE",
  574. max = 15,
  575. salary = 100,
  576. admin = 0,
  577. vote = false,
  578. hasLicense = true,
  579. candemote = true,
  580. category = "UK Royal Navy",
  581. mayor = false,
  582. PlayerSpawn = function(ply)
  583. ply:SetMaxHealth(100)
  584. ply:SetHealth(100)
  585. ply:SetArmor(25)
  586. end
  587. })
  588.  
  589. TEAM_UKNAVY3 = DarkRP.createJob("UK Royal Navy Medic", {
  590. color = Color(0, 70, 255),
  591. model = {"models/mw2guy/afgan/afgan_soldier3.mdl"},
  592. description = [[The modern Royal Navy traces its origins to the early 16th century; the oldest of the UK's armed services, it is known as the Senior Service.]],
  593. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_m16a4","cw_p99","fas2_ifak"},
  594. command = "UKRNMED",
  595. max = 8,
  596. salary = 150,
  597. admin = 0,
  598. vote = false,
  599. hasLicense = true,
  600. candemote = true,
  601. category = "UK Royal Navy",
  602. mayor = false,
  603. PlayerSpawn = function(ply)
  604. ply:SetMaxHealth(100)
  605. ply:SetHealth(100)
  606. ply:SetArmor(25)
  607. end
  608. })
  609.  
  610. TEAM_UKNAVY4 = DarkRP.createJob("UK Royal Navy RDC", {
  611. color = Color(0, 70, 255),
  612. model = {"models/mw2guy/afgan/afgan_soldier2.mdl"},
  613. description = [[The modern Royal Navy traces its origins to the early 16th century; the oldest of the UK's armed services, it is known as the Senior Service.]],
  614. weapons = {"weapon_rpw_binoculars_scout","salute","cw_p99"},
  615. command = "UKRNRDC",
  616. max = 2,
  617. salary = 250,
  618. admin = 0,
  619. vote = false,
  620. hasLicense = true,
  621. candemote = true,
  622. category = "UK Royal Navy",
  623. mayor = false,
  624. PlayerSpawn = function(ply)
  625. ply:SetMaxHealth(100)
  626. ply:SetHealth(100)
  627. ply:SetArmor(25)
  628. end
  629. })
  630.  
  631. TEAM_UKNAVY5 = DarkRP.createJob("UK Royal Navy Specialist", {
  632. color = Color(0, 70, 255),
  633. model = {"models/mw2/skin_04/mw2_soldier_01.mdl"},
  634. description = [[The modern Royal Navy traces its origins to the early 16th century; the oldest of the UK's armed services, it is known as the Senior Service.]],
  635. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_m16a4","cw_p99","cw_flash_grenade","cw_smoke_grenade"},
  636. command = "UKRNSPE",
  637. max = 4,
  638. salary = 250,
  639. admin = 0,
  640. vote = false,
  641. hasLicense = true,
  642. candemote = true,
  643. category = "UK Royal Navy",
  644. mayor = false,
  645. PlayerSpawn = function(ply)
  646. ply:SetMaxHealth(100)
  647. ply:SetHealth(100)
  648. ply:SetArmor(25)
  649. end
  650. })
  651.  
  652. TEAM_UKNAVY6 = DarkRP.createJob("UK Royal Navy Pilot", {
  653. color = Color(0, 70, 255),
  654. model = {"models/player/sanic/marineap.mdl"},
  655. description = [[The modern Royal Navy traces its origins to the early 16th century; the oldest of the UK's armed services, it is known as the Senior Service.]],
  656. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_m16a4","cw_p99","cw_flash_grenade"},
  657. command = "UKRNPIL",
  658. max = 4,
  659. salary = 400,
  660. admin = 0,
  661. vote = false,
  662. hasLicense = true,
  663. candemote = true,
  664. category = "UK Royal Navy",
  665. mayor = false,
  666. PlayerSpawn = function(ply)
  667. ply:SetMaxHealth(100)
  668. ply:SetHealth(100)
  669. ply:SetArmor(25)
  670. end
  671. })
  672.  
  673. TEAM_UKNAVY7 = DarkRP.createJob("UK Royal Navy Advanced Pilot", {
  674. color = Color(0, 70, 255),
  675. model = {"models/player/sanic/marineap.mdl"},
  676. description = [[The modern Royal Navy traces its origins to the early 16th century; the oldest of the UK's armed services, it is known as the Senior Service.]],
  677. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_m16a4","cw_p99","cw_flash_grenade"},
  678. command = "UKRNADV",
  679. max = 2,
  680. salary = 500,
  681. admin = 0,
  682. vote = false,
  683. hasLicense = true,
  684. candemote = true,
  685. category = "UK Royal Navy",
  686. mayor = false,
  687. PlayerSpawn = function(ply)
  688. ply:SetMaxHealth(100)
  689. ply:SetHealth(100)
  690. ply:SetArmor(25)
  691. end
  692. })
  693.  
  694. TEAM_UKNAVY8 = DarkRP.createJob("UK Royal Navy Officer", {
  695. color = Color(0, 70, 255),
  696. model = {"models/mw2guy/afgan/afgan_price.mdl"},
  697. description = [[The modern Royal Navy traces its origins to the early 16th century; the oldest of the UK's armed services, it is known as the Senior Service.]],
  698. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_m16a4","cw_mr96","fas2_ifak","cw_flash_grenade","weapon_leash_rope"},
  699. command = "UKRNOFF",
  700. max = 5,
  701. salary = 300,
  702. admin = 0,
  703. vote = false,
  704. hasLicense = true,
  705. candemote = true,
  706. category = "UK Royal Navy",
  707. mayor = false,
  708. PlayerSpawn = function(ply)
  709. ply:SetMaxHealth(100)
  710. ply:SetHealth(100)
  711. ply:SetArmor(25)
  712. end
  713. })
  714.  
  715. TEAM_UKNAVY9 = DarkRP.createJob("UK Royal Navy Police", {
  716. color = Color(0, 70, 255),
  717. model = {"models/mw2guy/bz/bzsoap.mdl"},
  718. description = [[The modern Royal Navy traces its origins to the early 16th century; the oldest of the UK's armed services, it is known as the Senior Service.]],
  719. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_ump45","cw_shorty"," cw_p99","arrest_stick","unarrest_stick","stunstick","weapon_leash_rope"},
  720. command = "UKRNPOL",
  721. max = 5,
  722. salary = 250,
  723. admin = 0,
  724. vote = false,
  725. hasLicense = true,
  726. candemote = true,
  727. category = "UK Royal Navy",
  728. mayor = false,
  729. PlayerSpawn = function(ply)
  730. ply:SetMaxHealth(100)
  731. ply:SetHealth(100)
  732. ply:SetArmor(25)
  733. end
  734. })
  735.  
  736. TEAM_UKNAVY10 = DarkRP.createJob("UK Royal Navy Admiral", {
  737. color = Color(0, 70, 255),
  738. model = {"models/bloocobalt/science/jusaf_06.mdl"},
  739. description = [[The modern Royal Navy traces its origins to the early 16th century; the oldest of the UK's armed services, it is known as the Senior Service.]],
  740. weapons = {"weapon_rpw_binoculars_scout","salute","cw_mr96","fas2_ifak"},
  741. command = "UKRNADM",
  742. max = 4,
  743. salary = 450,
  744. admin = 0,
  745. vote = false,
  746. hasLicense = true,
  747. candemote = true,
  748. category = "UK Royal Navy",
  749. mayor = false,
  750. PlayerSpawn = function(ply)
  751. ply:SetMaxHealth(100)
  752. ply:SetHealth(100)
  753. ply:SetArmor(25)
  754. end
  755. })
  756.  
  757. TEAM_UKNAVY11 = DarkRP.createJob("UK Royal Navy Admiral Of The Fleet", {
  758. color = Color(0, 70, 255),
  759. model = {"models/bloocobalt/science/jusaf_06.mdl"},
  760. description = [[The modern Royal Navy traces its origins to the early 16th century; the oldest of the UK's armed services, it is known as the Senior Service.]],
  761. weapons = {"weapon_rpw_binoculars_scout","salute","cw_mr96","fas2_ifak","cw_flash_grenade"},
  762. command = "rgawed2",
  763. max = 1,
  764. salary = 600,
  765. admin = 0,
  766. vote = false,
  767. hasLicense = true,
  768. candemote = true,
  769. category = "UK Royal Navy",
  770. mayor = false,
  771. PlayerSpawn = function(ply)
  772. ply:SetMaxHealth(100)
  773. ply:SetHealth(100)
  774. ply:SetArmor(25)
  775. end
  776. })
  777.  
  778. TEAM_UKMarine1 = DarkRP.createJob("UKRM Infantry", {
  779. color = Color(255, 0, 0),
  780. model = {"models/player/sanic/marinewv2p.mdl"},
  781. description = [[The Corps of Royal Marines (RM) is the amphibious light infantry and one of the five fighting arms of the Royal Navy.]],
  782. weapons = {"cw_l85a2","weapon_rpw_binoculars_scout","salute","cw_g4p_fiveseven","cw_frag_grenade"},
  783. command = "UKRMINF",
  784. max = 10,
  785. salary = 100,
  786. admin = 0,
  787. vote = false,
  788. hasLicense = true,
  789. candemote = true,
  790. category = "UK Royal Marines",
  791. mayor = false,
  792. PlayerSpawn = function(ply)
  793. ply:SetMaxHealth(100)
  794. ply:SetHealth(100)
  795. ply:SetArmor(25)
  796. end
  797. })
  798.  
  799. TEAM_UKMarine2 = DarkRP.createJob("UKRM Medical Assistant", {
  800. color = Color(255, 0, 0),
  801. model = {"models/player/sanic/marinewvbfp.mdl"},
  802. description = [[The Corps of Royal Marines (RM) is the amphibious light infantry and one of the five fighting arms of the Royal Navy.]],
  803. weapons = {"cw_l85a2","weapon_rpw_binoculars_scout","salute","cw_g4p_fiveseven","fas2_ifak"},
  804. command = "UKRMMED",
  805. max = 4,
  806. salary = 150,
  807. admin = 0,
  808. vote = false,
  809. hasLicense = true,
  810. candemote = true,
  811. category = "UK Royal Marines",
  812. mayor = false,
  813. PlayerSpawn = function(ply)
  814. ply:SetMaxHealth(100)
  815. ply:SetHealth(100)
  816. ply:SetArmor(25)
  817. end
  818. })
  819.  
  820. TEAM_UKMarine3 = DarkRP.createJob("UKRM Light Gunner", {
  821. color = Color(255, 0, 0),
  822. model = {"models/player/sanic/marinewvp.mdl"},
  823. description = [[The Corps of Royal Marines (RM) is the amphibious light infantry and one of the five fighting arms of the Royal Navy.]],
  824. weapons = {"weapon_rpw_binoculars_scout","salute","cw_m249_official","cw_g4p_fiveseven","cw_frag_grenade"},
  825. command = "UKRMLIG",
  826. max = 2,
  827. salary = 250,
  828. admin = 0,
  829. vote = false,
  830. hasLicense = true,
  831. candemote = true,
  832. category = "UK Royal Marines",
  833. mayor = false,
  834. PlayerSpawn = function(ply)
  835. ply:SetMaxHealth(100)
  836. ply:SetHealth(100)
  837. ply:SetArmor(25)
  838. end
  839. })
  840.  
  841. TEAM_UKMarine4 = DarkRP.createJob("UKRM Breacher", {
  842. color = Color(255, 0, 0),
  843. model = {"models/player/sanic/marinewvp.mdl"},
  844. description = [[The Corps of Royal Marines (RM) is the amphibious light infantry and one of the five fighting arms of the Royal Navy.]],
  845. weapons = {"riot_shield","cw_shorty","cw_deagle","cw_flash_grenade","cw_smoke_grenade","weapon_rpw_binoculars_scout","salute"},
  846. command = "UKRMBRE",
  847. max = 2,
  848. salary = 350,
  849. admin = 0,
  850. vote = false,
  851. hasLicense = true,
  852. candemote = true,
  853. category = "UK Royal Marines",
  854. mayor = false,
  855. PlayerSpawn = function(ply)
  856. ply:SetMaxHealth(100)
  857. ply:SetHealth(100)
  858. ply:SetArmor(25)
  859. end
  860. })
  861.  
  862. TEAM_UKMarine5 = DarkRP.createJob("UKRM Officer", {
  863. color = Color(255, 0, 0),
  864. model = {"models/player/sanic/marinewp.mdl"},
  865. description = [[The Corps of Royal Marines (RM) is the amphibious light infantry and one of the five fighting arms of the Royal Navy.]],
  866. weapons = {"cw_l85a2","weapon_rpw_binoculars_scout","salute","cw_g4p_fiveseven","cw_shorty","fas2_ifak","cw_flash_grenade","weapon_leash_rope"},
  867. command = "UKRMOFF",
  868. max = 4,
  869. salary = 350,
  870. admin = 0,
  871. vote = false,
  872. hasLicense = true,
  873. candemote = true,
  874. category = "UK Royal Marines",
  875. mayor = false,
  876. PlayerSpawn = function(ply)
  877. ply:SetMaxHealth(100)
  878. ply:SetHealth(100)
  879. ply:SetArmor(25)
  880. end
  881. })
  882.  
  883. TEAM_UKMarine6 = DarkRP.createJob("Commandant General Royal Marines", {
  884. color = Color(255, 0, 0),
  885. model = {"models/bloocobalt/science/jusmc_07.mdl"},
  886. description = [[The Corps of Royal Marines (RM) is the amphibious light infantry and one of the five fighting arms of the Royal Navy.]],
  887. weapons = {"cw_l85a2","weapon_rpw_binoculars_scout","salute","cw_deagle","cw_flash_grenade"},
  888. command = "UKRMCOM",
  889. max = 1,
  890. salary = 500,
  891. admin = 0,
  892. vote = false,
  893. hasLicense = true,
  894. candemote = true,
  895. category = "UK Royal Marines",
  896. mayor = false,
  897. PlayerSpawn = function(ply)
  898. ply:SetMaxHealth(100)
  899. ply:SetHealth(100)
  900. ply:SetArmor(25)
  901. end
  902. })
  903.  
  904. TEAM_SBS1 = DarkRP.createJob("UK SBS Operator", {
  905. color = Color(0, 0, 44),
  906. model = {"models/mw2guy/diver/diver_01.mdl"},
  907. description = [[The Special Boat Service (SBS) is the special forces unit of the United Kingdom's Royal Navy.]],
  908. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_masada_acr","cw_g4p_glock17","cw_misc_aps","cw_frag_grenade"},
  909. command = "SBSOPE",
  910. max = 4,
  911. salary = 250,
  912. admin = 0,
  913. vote = false,
  914. hasLicense = true,
  915. candemote = true,
  916. category = "UK Special Boat Service",
  917. mayor = false,
  918. PlayerSpawn = function(ply)
  919. ply:SetMaxHealth(100)
  920. ply:SetHealth(100)
  921. ply:SetArmor(25)
  922. end
  923. })
  924.  
  925. TEAM_SBS2 = DarkRP.createJob("UK SBS Medic", {
  926. color = Color(0, 0, 44),
  927. model = {"models/mw2guy/diver/diver_03.mdl"},
  928. description = [[The Special Boat Service (SBS) is the special forces unit of the United Kingdom's Royal Navy.]],
  929. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_masada_acr","cw_g4p_glock17","fas2_ifak","cw_flash_grenade"},
  930. command = "SBSMED",
  931. max = 3,
  932. salary = 300,
  933. admin = 0,
  934. vote = false,
  935. hasLicense = true,
  936. candemote = true,
  937. category = "UK Special Boat Service",
  938. mayor = false,
  939. PlayerSpawn = function(ply)
  940. ply:SetMaxHealth(100)
  941. ply:SetHealth(100)
  942. ply:SetArmor(25)
  943. end
  944. })
  945.  
  946. TEAM_SBS3 = DarkRP.createJob("UK SBS Light Gunner", {
  947. color = Color(0, 0, 44),
  948. model = {"models/mw2guy/diver/diver_02.mdl"},
  949. description = [[The Special Boat Service (SBS) is the special forces unit of the United Kingdom's Royal Navy.]],
  950. weapons = {"cw_m249_official","weapon_rpw_binoculars_scout","salute","cw_g4p_glock17","cw_flash_grenade"},
  951. command = "SBSLIG",
  952. max = 2,
  953. salary = 300,
  954. admin = 0,
  955. vote = false,
  956. hasLicense = true,
  957. candemote = true,
  958. category = "UK Special Boat Service",
  959. mayor = false,
  960. PlayerSpawn = function(ply)
  961. ply:SetMaxHealth(100)
  962. ply:SetHealth(100)
  963. ply:SetArmor(25)
  964. end
  965. })
  966.  
  967. TEAM_SBS4 = DarkRP.createJob("UK SBS Officer", {
  968. color = Color(0, 0, 44),
  969. model = {"models/mw2guy/diver/m_soap.mdl"},
  970. description = [[The Special Boat Service (SBS) is the special forces unit of the United Kingdom's Royal Navy.]],
  971. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_masada_acr","cw_misc_aps"," cw_deagle","cw_frag_grenade","cw_flash_grenade","fas2_ifak","weapon_leash_rope"},
  972. command = "SBSOFF",
  973. max = 3,
  974. salary = 450,
  975. admin = 0,
  976. vote = false,
  977. hasLicense = true,
  978. candemote = true,
  979. category = "UK Special Boat Service",
  980. mayor = false,
  981. PlayerSpawn = function(ply)
  982. ply:SetMaxHealth(100)
  983. ply:SetHealth(100)
  984. ply:SetArmor(25)
  985. end
  986. })
  987.  
  988. TEAM_SAS1 = DarkRP.createJob("UK SAS Operator", {
  989. color = Color(0, 0, 0),
  990. model = {"models/player/ctsas3player.mdl"},
  991. description = [[The Special Air Service (SAS) is a special forces unit of the British Army. The SAS was founded in 1941.]],
  992. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_fn_fal","cw_misc_aps","cw_g4p_glock17","cw_frag_grenade","cw_smoke_grenade"},
  993. command = "SASOPE",
  994. max = 4,
  995. salary = 300,
  996. admin = 0,
  997. vote = false,
  998. hasLicense = true,
  999. candemote = true,
  1000. category = "UK Special Air Service",
  1001. mayor = false,
  1002. PlayerSpawn = function(ply)
  1003. ply:SetMaxHealth(100)
  1004. ply:SetHealth(100)
  1005. ply:SetArmor(25)
  1006. end
  1007. })
  1008.  
  1009. TEAM_SAS2 = DarkRP.createJob("UK SAS Medic", {
  1010. color = Color(0, 0, 0),
  1011. model = {"models/player/sas1player.mdl"},
  1012. description = [[The Special Air Service (SAS) is a special forces unit of the British Army. The SAS was founded in 1941.]],
  1013. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_fn_fal","cw_shorty","cw_g4p_glock17","fas2_ifak","cw_flash_grenade"},
  1014. command = "SASMED",
  1015. max = 2,
  1016. salary = 350,
  1017. admin = 0,
  1018. vote = false,
  1019. hasLicense = true,
  1020. candemote = true,
  1021. category = "UK Special Air Service",
  1022. mayor = false,
  1023. PlayerSpawn = function(ply)
  1024. ply:SetMaxHealth(100)
  1025. ply:SetHealth(100)
  1026. ply:SetArmor(25)
  1027. end
  1028. })
  1029.  
  1030. TEAM_SAS3 = DarkRP.createJob("UK SAS Marksman", {
  1031. color = Color(0, 0, 0),
  1032. model = {"models/player/ctsas4player.mdl"},
  1033. description = [[The Special Air Service (SAS) is a special forces unit of the British Army. The SAS was founded in 1941.]],
  1034. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_awm","cw_g4p_glock17","cw_g4p_ump45","cw_smoke_grenade"},
  1035. command = "SASMAR",
  1036. max = 2,
  1037. salary = 350,
  1038. admin = 0,
  1039. vote = false,
  1040. hasLicense = true,
  1041. candemote = true,
  1042. category = "UK Special Air Service",
  1043. mayor = false,
  1044. PlayerSpawn = function(ply)
  1045. ply:SetMaxHealth(100)
  1046. ply:SetHealth(100)
  1047. ply:SetArmor(25)
  1048. end
  1049. })
  1050.  
  1051. TEAM_SAS4 = DarkRP.createJob("UK SAS Officer", {
  1052. color = Color(0, 0, 0),
  1053. model = {"models/player/ctsas2player.mdl"},
  1054. description = [[The Special Air Service (SAS) is a special forces unit of the British Army. The SAS was founded in 1941.]],
  1055. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_fn_fal","cw_g4p_glock17","cw_flash_grenade","cw_frag_grenade","cw_m3super90","fas2_ifak","weapon_leash_rope"},
  1056. command = "SASOFF",
  1057. max = 3,
  1058. salary = 500,
  1059. admin = 0,
  1060. vote = false,
  1061. hasLicense = true,
  1062. candemote = true,
  1063. category = "UK Special Air Service",
  1064. mayor = false,
  1065. PlayerSpawn = function(ply)
  1066. ply:SetMaxHealth(100)
  1067. ply:SetHealth(100)
  1068. ply:SetArmor(25)
  1069. end
  1070. })
  1071.  
  1072. TEAM_USTAC1 = DarkRP.createJob("US Navy Tactition", {
  1073. color = Color(218, 165, 32),
  1074. model = {"models/mw2guy/riot/riot_us.mdl"},
  1075. description = [[Grenades, flashbangs, machine guns, you got it all...]],
  1076. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_g36c","cw_g4p_glock17","cw_frag_grenade","cw_smoke_grenade","cw_flash_grenade"},
  1077. command = "USTAC",
  1078. max = 2,
  1079. salary = 350,
  1080. admin = 0,
  1081. vote = false,
  1082. hasLicense = true,
  1083. candemote = true,
  1084. category = "VIP",
  1085. mayor = false,
  1086. PlayerSpawn = function(ply)
  1087. ply:SetMaxHealth(100)
  1088. ply:SetHealth(100)
  1089. ply:SetArmor(25)
  1090. end
  1091. })
  1092.  
  1093. TEAM_UKTAC1 = DarkRP.createJob("UK Navy Tactition", {
  1094. color = Color(218, 165, 32),
  1095. model = {"models/mw2guy/riot/riot_ru.mdl"},
  1096. description = [[Grenades, flashbangs, machine guns, you got it all...]],
  1097. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_g36c","cw_g4p_glock17","cw_frag_grenade","cw_smoke_grenade","cw_flash_grenade"},
  1098. command = "UKTAC",
  1099. max = 2,
  1100. salary = 350,
  1101. admin = 0,
  1102. vote = false,
  1103. hasLicense = true,
  1104. candemote = true,
  1105. category = "VIP",
  1106. mayor = false,
  1107. PlayerSpawn = function(ply)
  1108. ply:SetMaxHealth(100)
  1109. ply:SetHealth(100)
  1110. ply:SetArmor(25)
  1111. end
  1112. })
  1113.  
  1114. TEAM_MERC = DarkRP.createJob("Mercenary", {
  1115. color = Color(218, 165, 32),
  1116. model = {"models/cod_aw_hazmat_nutscript.mdl"},
  1117. description = [[You can be hired to fight in Raids, Wars, Personal Protection Etc. Minimum higher price is $5000, and you must go to the highest bidder.]],
  1118. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_fn_fal","cw_misc_aps","cw_shorty","cw_g4p_glock17","cw_frag_grenade","fas2_ifak"},
  1119. command = "MERC",
  1120. max = 2,
  1121. salary = 350,
  1122. admin = 0,
  1123. vote = false,
  1124. hasLicense = true,
  1125. candemote = true,
  1126. category = "VIP",
  1127. mayor = false,
  1128. PlayerSpawn = function(ply)
  1129. ply:SetMaxHealth(100)
  1130. ply:SetHealth(100)
  1131. ply:SetArmor(25)
  1132. end
  1133. })
  1134.  
  1135. TEAM_USMARK1 = DarkRP.createJob("US Navy Marksman", {
  1136. color = Color(218, 165, 32),
  1137. model = {"models/mw2/skin_12/mw2_soldier_06.mdl"},
  1138. description = [[You are a Marksman for the US Navy, serve your country well.]],
  1139. weapons = {"weapon_rpw_binoculars_scout","salute","cw_l115","cw_g4p_ump45","cw_g4p_glock17","cw_smoke_grenade","fas2_ifak"},
  1140. command = "USMARK",
  1141. max = 2,
  1142. salary = 300,
  1143. admin = 0,
  1144. vote = false,
  1145. hasLicense = true,
  1146. candemote = true,
  1147. category = "VIP",
  1148. mayor = false,
  1149. PlayerSpawn = function(ply)
  1150. ply:SetMaxHealth(100)
  1151. ply:SetHealth(100)
  1152. ply:SetArmor(25)
  1153. end
  1154. })
  1155.  
  1156. TEAM_UKMARK1 = DarkRP.createJob("UK Navy Marksman", {
  1157. color = Color(218, 165, 32),
  1158. model = {"models/mw2/skin_03/mw2_soldier_06.mdl"},
  1159. description = [[You are a Marksman for the US Navy, serve your country well.]],
  1160. weapons = {"weapon_rpw_binoculars_scout","salute","cw_l115","cw_g4p_ump45","cw_g4p_glock17","cw_smoke_grenade","fas2_ifak"},
  1161. command = "UKMARK",
  1162. max = 2,
  1163. salary = 300,
  1164. admin = 0,
  1165. vote = false,
  1166. hasLicense = true,
  1167. candemote = true,
  1168. category = "VIP",
  1169. mayor = false,
  1170. PlayerSpawn = function(ply)
  1171. ply:SetMaxHealth(100)
  1172. ply:SetHealth(100)
  1173. ply:SetArmor(25)
  1174. end
  1175. })
  1176.  
  1177. TEAM_Pirate1 = DarkRP.createJob("Somali Pirate", {
  1178. color = Color(218, 165, 32),
  1179. model = {"models/cod players/opfor4.mdl"},
  1180. description = [[Follow your Captain and do whatever he tells you to.]],
  1181. weapons = {"weapon_rpw_binoculars_scout","salute","cw_ak74","cw_m1911","cw_frag_grenade"},
  1182. command = "SOMPIR",
  1183. max = 6,
  1184. salary = 200,
  1185. admin = 0,
  1186. vote = false,
  1187. hasLicense = true,
  1188. candemote = true,
  1189. category = "VIP",
  1190. mayor = false,
  1191. PlayerSpawn = function(ply)
  1192. ply:SetMaxHealth(100)
  1193. ply:SetHealth(100)
  1194. ply:SetArmor(25)
  1195. end
  1196. })
  1197.  
  1198. TEAM_Pirate2 = DarkRP.createJob("Somali Pirate Captain", {
  1199. color = Color(218, 165, 32),
  1200. model = {"models/cod players/opfor3.mdl"},
  1201. description = [[Hey! Hey, look at me, I am the Captain now.]],
  1202. weapons = {"weapon_rpw_binoculars_scout","salute","cw_g4p_an94","cw_shorty","cw_m1911","cw_frag_grenade","weapon_leash_rope"},
  1203. command = "SOMCAP",
  1204. max = 1,
  1205. salary = 250,
  1206. admin = 0,
  1207. vote = false,
  1208. hasLicense = true,
  1209. candemote = true,
  1210. category = "VIP",
  1211. mayor = false,
  1212. PlayerSpawn = function(ply)
  1213. ply:SetMaxHealth(100)
  1214. ply:SetHealth(100)
  1215. ply:SetArmor(25)
  1216. end
  1217. })
  1218.  
  1219. TEAM_UKHEA = DarkRP.createJob("UK Navy LMG", {
  1220. color = Color(218, 165, 32),
  1221. model = {"models/mw2/skin_04/mw2_soldier_04.mdl"},
  1222. description = [[Light Gunner for the UK Navy]],
  1223. weapons = {"weapon_rpw_binoculars_scout","salute","cw_m249_official","cw_shorty","cw_m1911","cw_frag_grenade"."fas2_ifak"},
  1224. command = "UKHEA",
  1225. max = 2,
  1226. salary = 350,
  1227. admin = 0,
  1228. vote = false,
  1229. hasLicense = true,
  1230. candemote = true,
  1231. category = "VIP",
  1232. mayor = false,
  1233. PlayerSpawn = function(ply)
  1234. ply:SetMaxHealth(100)
  1235. ply:SetHealth(100)
  1236. ply:SetArmor(25)
  1237. end
  1238. })
  1239.  
  1240. TEAM_USHEA = DarkRP.createJob("US Navy LMG", {
  1241. color = Color(218, 165, 32),
  1242. model = {"models/mw2/skin_12/mw2_soldier_04.mdl"},
  1243. description = [[Light Gunner for the US Navy]],
  1244. weapons = {"weapon_rpw_binoculars_scout","salute","cw_m249_official","cw_shorty","cw_m1911","cw_frag_grenade","fas2_ifak"},
  1245. command = "USHEA",
  1246. max = 2,
  1247. salary = 350,
  1248. admin = 0,
  1249. vote = false,
  1250. hasLicense = true,
  1251. candemote = true,
  1252. category = "VIP",
  1253. mayor = false,
  1254. PlayerSpawn = function(ply)
  1255. ply:SetMaxHealth(100)
  1256. ply:SetHealth(100)
  1257. ply:SetArmor(25)
  1258. end
  1259. })
  1260.  
  1261. TEAM_Staff = DarkRP.createJob("Staff On Duty", {
  1262. color = Color(218, 165, 32),
  1263. model = {"models/player/pigeon/pigeon.mdl"},
  1264. description = [[Staff On Duty Class]],
  1265. weapons = {"weapon_physgunt","gmod_tool"},
  1266. command = "STAFF",
  1267. max = 8,
  1268. salary = 500,
  1269. admin = 0,
  1270. vote = false,
  1271. hasLicense = true,
  1272. candemote = true,
  1273. category = "Staff",
  1274. mayor = false,
  1275. PlayerSpawn = function(ply)
  1276. ply:SetMaxHealth(100)
  1277. ply:SetHealth(100)
  1278. ply:SetArmor(25)
  1279. end
  1280. })
  1281.  
  1282. TEAM_ZWF_WEEDGROWER = DarkRP.createJob("Weed Grower", {
  1283. color = Color(225, 75, 75, 255),
  1284. model = {"models/player/group03/male_04.mdl"},
  1285. description = [[You grow and sell dank weed.]],
  1286. weapons = {"zwf_shoptablet", "zwf_cable", "zwf_wateringcan"},
  1287. command = "zwf_weedgrower",
  1288. max = 2,
  1289. salary = 0,
  1290. admin = 0,
  1291. vote = false,
  1292. category = "VIP",
  1293. hasLicense = false,
  1294. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement