Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.20 KB | None | 0 0
  1. --[[---------------------------------------------------------------------------
  2. DarkRP custom jobs
  3. ---------------------------------------------------------------------------
  4. This file contains your custom jobs.
  5. This file should also contain jobs from DarkRP that you edited.
  6.  
  7. Note: If you want to edit a default DarkRP job, first disable it in darkrp_config/disabled_defaults.lua
  8. Once you've done that, copy and paste the job to this file and edit it.
  9.  
  10. The default jobs can be found here:
  11. https://github.com/FPtje/DarkRP/blob/master/gamemode/config/jobrelated.lua
  12.  
  13. For examples and explanation please visit this wiki page:
  14. http://wiki.darkrp.com/index.php/DarkRP:CustomJobFields
  15.  
  16. Add your custom jobs under the following line:
  17. ---------------------------------------------------------------------------]]
  18.  
  19. TEAM_UNDEFINED = DarkRP.createJob("Undefined", {
  20. color = Color(51, 255, 0, 255),
  21. model = {"models/player/Group01/male_02.mdl"},
  22. description = [[Press f4 and choose either TA or NATO Trainee.]],
  23. weapons = {},
  24. command = "undefined",
  25. max = 0,
  26. salary = 0,
  27. admin = 0,
  28. vote = false,
  29. hasLicense = false,
  30. candemote = false,
  31. category = "Trainees"
  32. })
  33.  
  34.  
  35. TEAM_NATOTRAINEE = DarkRP.createJob("NATO Trainee", {
  36. color = Color(51, 255, 0, 255),
  37. model = {"models/player/camouflage_rebels/army_02.mdl"},
  38. description = [[You are a trainee for NATO.]],
  39. weapons = {},
  40. command = "natotrainee",
  41. max = 0,
  42. salary = 0,
  43. admin = 0,
  44. vote = false,
  45. hasLicense = false,
  46. candemote = false,
  47. category = "Trainees"
  48. })
  49.  
  50. TEAM_TATRAINEE = DarkRP.createJob("TA Trainee", {
  51. color = Color(51, 255, 0, 255),
  52. model = {"models/player/camouflage_rebels/army_03.mdl"},
  53. description = [[You are a trainee for TA..]],
  54. weapons = {},
  55. command = "tatrainee",
  56. max = 0,
  57. salary = 0,
  58. admin = 0,
  59. vote = false,
  60. hasLicense = false,
  61. candemote = false,
  62. category = "Trainees"
  63. })
  64.  
  65. TEAM_ACADET = DarkRP.createJob("Army Cadet", {
  66. color = Color(51, 255, 0, 255),
  67. model = {"models/mw2guy/bz/tfbzca01.mdl"},
  68. description = [[You are a Cadet in the Military, You do not belong to any specific Regiment.]],
  69. weapons = {"khr_p226", "khr_mp5a5"},
  70. command = "acadet",
  71. max = 0,
  72. salary = 0,
  73. admin = 0,
  74. vote = false,
  75. hasLicense = false,
  76. candemote = false,
  77. category = "Trainees"
  78. })
  79.  
  80. TEAM_MPTRP = DarkRP.createJob("Military Police Trooper", {
  81. color = Color(235, 0, 255, 255),
  82. model = {"models/sentry/mp02.mdl"},
  83. description = [[You are a trooper in the Ground Control regiment. In this regiment you will be the command fo the base. Your basic tasks will be to deny/allow people PTL/PTE.]],
  84. weapons = {"cw_ar15", "weapon_cuff_elastic", "khr_p345", "weapon_rpw_binoculars", "weapon_stungun", "weapon_policeshield", "weaponchecker"},
  85. command = "mptrp",
  86. max = 0,
  87. salary = 200,
  88. admin = 0,
  89. vote = false,
  90. hasLicense = false,
  91. candemote = false,
  92. category = "Military Police"
  93. })
  94.  
  95. TEAM_MPMED = DarkRP.createJob("Military Police Medic", {
  96. color = Color(235, 0, 255, 255),
  97. model = {"models/sentry/mp02.mdl"},
  98. description = [[You are a medic in the Ground Control regiment. In this regiment you will be the command fo the base. Your basic tasks will be to deny/allow people PTL/PTE.]],
  99. weapons = {"weapon_defibrillator","fas2_ifak""cw_ar15", "weapon_cuff_elastic", "khr_p345", "weapon_rpw_binoculars", "weapon_stungun", "weapon_policeshield", "weaponchecker"},
  100. command = "mpmed",
  101. max = 0,
  102. salary = 200,
  103. admin = 0,
  104. vote = false,
  105. hasLicense = false,
  106. candemote = false,
  107. category = "Military Police"
  108. })
  109.  
  110. TEAM_MPSGT = DarkRP.createJob("Military Police Sergeant", {
  111. color = Color(255, 0, 255, 255),
  112. model = {"models/sentry/mp06.mdl"},
  113. description = [[You are the Sergeant class in the Ground Control regiment. With this class you are in charge of all the Troopers of the regiment and do what they would do in addition.]],
  114. weapons = {"cw_ar15", "weapon_cuff_elastic", "khr_microdeagle", "cw_flash_grenade", "weapon_stungun", "weapon_policeshield", "weapon_rpw_binoculars", "weaponchecker", "vc_spikestrip_wep"},
  115. command = "mpsgt",
  116. max = 0,
  117. salary = 250,
  118. admin = 0,
  119. vote = false,
  120. hasLicense = false,
  121. candemote = false,
  122. category = "Military Police"
  123. })
  124.  
  125. TEAM_MPCPD = DarkRP.createJob("Military Police Close Protection Detail", {
  126. color = Color(255, 0, 255, 255),
  127. model = {"models/sentry/mp03.mdl"},
  128. description = [[You are the CPD class in the Royal Military Police regiment. With this class you are charged with Protecting Higher Officers of any regiment and do what they would do in addition.]],
  129. weapons = {"weapon_cuff_elastic", "weapon_rpw_binoculars", "cw_ar15", "cw_m3super90", "khr_microdeagle", "weapon_stungun", "weapon_policeshield", "weaponchecker", "vc_spikestrip_wep"},
  130. command = "mpcpd",
  131. max = 0,
  132. salary = 250,
  133. admin = 0,
  134. vote = false,
  135. hasLicense = false,
  136. candemote = false,
  137. category = "Military Police"
  138. })
  139.  
  140. TEAM_MPOFFICER = DarkRP.createJob("Military Police Officer", {
  141. color = Color(255, 0, 255, 255),
  142. model = {"models/sentry/mp09.mdl"},
  143. description = [[You are the Officer class in the Ground Control regiment. With this class you are in charge of all the Sergeants and Troopers of the regiment and do what they would do in addition.]],
  144. weapons = {"cw_frag_grenade", "weapon_cuff_elastic", "cw_flash_grenade", "weapon_rpw_binoculars", "cw_scarh", "cw_m3super90", "khr_microdeagle", "weapon_stungun", "weapon_policeshield", "weaponchecker", "vc_spikestrip_wep"},
  145. command = "mpofficer",
  146. max = 0,
  147. salary = 250,
  148. admin = 0,
  149. vote = false,
  150. hasLicense = false,
  151. candemote = false,
  152. category = "Military Police"
  153. })
  154.  
  155. TEAM_MPCOMMANDERS = DarkRP.createJob("Military Police Commander", {
  156. color = Color(255, 0, 255, 255),
  157. model = {"models/sentry/mp07.mdl"},
  158. description = [[You are the Commander class in the Ground Control regiment. With this class you are in charge of all the Officers, Sergeants and Troopers of the regiment and do what they would do in addition.]],
  159. weapons = {"cw_frag_grenade", "weapon_cuff_elastic", "cw_flash_grenade", "weapon_rpw_binoculars", "cw_scarh", "cw_m3super90", "khr_microdeagle", "weapon_stungun", "weapon_policeshield", "realistic_hook", "weaponchecker", "vc_spikestrip_wep"},
  160. command = "mpcmdr",
  161. max = 0,
  162. salary = 300,
  163. admin = 0,
  164. vote = false,
  165. hasLicense = false,
  166. candemote = false,
  167. category = "Military Police"
  168. })
  169.  
  170.  
  171. TEAM_BRTRP = DarkRP.createJob("British Rifles Trooper", {
  172. color = Color(55, 143, 26, 255),
  173. model = {"models/player/pmc_6/pmc__12.mdl"},
  174. description = [[You are the British Rifles, the frontline of the war. You are the Trooper class of the British Armed Forces, you take orders and listen to higher ups.]],
  175. weapons = {"cw_frag_grenade", "weapon_rpw_binoculars", "cw_l85a2", "khr_p345"},
  176. command = "bafpvt",
  177. max = 0,
  178. salary = 75,
  179. admin = 0,
  180. vote = false,
  181. hasLicense = false,
  182. candemote = false,
  183. category = "British Armed Forces"
  184. })
  185.  
  186. TEAM_BRSGT = DarkRP.createJob("British Rifles Sergeant", {
  187. color = Color(55, 143, 26, 255),
  188. model = {"models/player/pmc_6/pmc__13.mdl"},
  189. description = [[You are the British Armed Forces, the frontline of the war. You are the Trooper class of the British Armed Forces, you take orders and listen to higher ups.]],
  190. weapons = {"cw_frag_grenade", "weapon_rpw_binoculars", "khr_p345", "cw_l85a2", "cw_smoke_grenade", "cw_flash_grenade"},
  191. command = "bafsgt",
  192. max = 0,
  193. salary = 125,
  194. admin = 0,
  195. vote = false,
  196. hasLicense = false,
  197. candemote = false,
  198. category = "British Armed Forces"
  199. })
  200.  
  201. TEAM_BRHG = DarkRP.createJob("British Rifles Heavy Gunner", {
  202. color = Color(55, 143, 26, 255),
  203. model = {"models/player/pmc_6/pmc__13.mdl"},
  204. description = [[You are the British Armed Forces, the frontline of the war. You are the Trooper class of the British Armed Forces, you take orders and listen to higher ups.]],
  205. weapons = {"cw_frag_grenade", "weapon_rpw_binoculars", "khr_p345", "khr_pkm", "cw_smoke_grenade", "cw_flash_grenade"},
  206. command = "bafhg",
  207. max = 0,
  208. salary = 125,
  209. admin = 0,
  210. vote = false,
  211. hasLicense = false,
  212. candemote = false,
  213. category = "British Armed Forces"
  214. })
  215.  
  216. TEAM_BRMARK = DarkRP.createJob("British Rifles Marksman", {
  217. color = Color(55, 143, 26, 255),
  218. model = {"models/mw2/skin_12/mw2_soldier_06.mdl"},
  219. description = [[You are the British Armed Forces, the frontline of the war. You are the Marksman class of the British Armed Forces, you Snipe your way to victory.]],
  220. weapons = {"khr_t5000", "khr_ots33", "khr_veresk", "cw_smoke_grenade", "cw_flash_grenade", "realistic_hook", "weapon_rpw_binoculars", "cw_frag_grenade"},
  221. command = "bafmark",
  222. max = 0,
  223. salary = 250,
  224. admin = 0,
  225. vote = false,
  226. hasLicense = true,
  227. candemote = false,
  228. category = "British Armed Forces",
  229. PlayerSpawn = function(ply)
  230. ply:SetMaxHealth(100)
  231. ply:SetHealth(100)
  232. end
  233. })
  234.  
  235. TEAM_BROFFICER = DarkRP.createJob("British Rifles Officer", {
  236. color = Color(55, 143, 26, 255),
  237. model = {"models/player/pmc_6/pmc__07.mdl"},
  238. description = [[You are the British Armed Forces, the frontline of the war. You are the Officer class of the British Armed Forces, you command the Sergeants and Troopers.]],
  239. weapons = {"cw_frag_grenade", "weapon_rpw_binoculars", "khr_p345", "cw_scarh", "cw_smoke_grenade", "cw_flash_grenade", "realistic_hook"},
  240. command = "bafofficer",
  241. max = 0,
  242. salary = 175,
  243. admin = 0,
  244. vote = false,
  245. hasLicense = false,
  246. candemote = false,
  247. category = "British Armed Forces"
  248. })
  249.  
  250. TEAM_BRMEDIC = DarkRP.createJob("British Rifles Medic", {
  251. color = Color(55, 143, 26, 255),
  252. model = {"models/player/pmc_6/pmc__03.mdl"},
  253. description = [[You are the British Armed Forces Medic, the frontline of the war. You are the Officer class of the British Armed Forces, you heal the troops.]],
  254. weapons = {"cw_frag_grenade", "khr_microdeagle", "cw_l85a2", "fas2_ifak", "weapon_defibrillator"},
  255. command = "bafmedic",
  256. max = 0,
  257. salary = 175,
  258. admin = 0,
  259. vote = false,
  260. hasLicense = true,
  261. candemote = false,
  262. category = "British Armed Forces",
  263. PlayerSpawn = function(ply)
  264. ply:SetMaxHealth(100)
  265. ply:SetHealth(100)
  266. end
  267. })
  268.  
  269. TEAM_BRSGT = DarkRP.createJob("British Rifles Commander", {
  270. color = Color(55, 143, 26, 255),
  271. model = {"models/player/pmc_6/pmc__01.mdl"},
  272. description = [[You are the British Armed Forces, the frontline of the war. You are the Commander class of the British Armed Forces, you command the whole of the British Armed Forces.]],
  273. weapons = {"cw_frag_grenade", "weapon_cuff_elastic", "weapon_rpw_binoculars", "khr_p345", "cw_scarh", "cw_smoke_grenade", "cw_flash_grenade", "realistic_hook"},
  274. command = "bafcmdr",
  275. max = 0,
  276. salary = 225,
  277. admin = 0,
  278. vote = false,
  279. hasLicense = false,
  280. candemote = false,
  281. category = "British Armed Forces"
  282. })
  283.  
  284. TEAM_DSGT = DarkRP.createJob("Drill Sergeant", {
  285. color = Color(0, 255, 73, 255),
  286. model = {"models/sru_sergeant/sru_sergeant.mdl"},
  287. description = [[You are NATO's Drill Sergeant, Enforce and Apply Rules and Regulations to regiments. Train them and improve them]],
  288. weapons = {"cw_frag_grenade", "khr_deagle", "cw_ar15", "weapon_cuff_elastic", "realistic_hook"},
  289. command = "dsgt",
  290. max = 2,
  291. salary = 300,
  292. admin = 0,
  293. vote = false,
  294. hasLicense = false,
  295. candemote = false,
  296. category = "British Armed Forces"
  297. })
  298.  
  299. TEAM_SFODDOPERATOR = DarkRP.createJob("Delta Force Operator", {
  300. color = Color(110, 38, 38, 255),
  301. model = {"models/steinman/bf4/us_01.mdl"},
  302. description = [[You are the enlisted class of Delta Force, the Elite USA Regiment. You command the Troopers and listen to your higher ups.]],
  303. weapons = {"breachingcharge", "cw_ar15", "vweapon_rpw_binoculars", "cw_frag_grenade", "cw_flash_grenade", "cw_smoke_grenade", "khr_p226", "realistic_hook"},
  304. command = "dfsgt",
  305. max = 0,
  306. salary = 125,
  307. admin = 0,
  308. vote = false,
  309. hasLicense = false,
  310. candemote = false,
  311. category = "Delta Force"
  312. })
  313.  
  314. TEAM_SFODDOFFICER = DarkRP.createJob("Delta Force Officer", {
  315. color = Color(110, 38, 38, 255),
  316. model = {"models/steinman/bf4/us_04.mdl"},
  317. description = [[You are the enlisted class of Delta Force, the Elite USA Regiment. You command the Troopers and Sergeant and listen to your higher ups.]],
  318. weapons = {"breachingcharge", "cw_ar15", "vweapon_rpw_binoculars", "cw_frag_grenade", "cw_flash_grenade", "cw_g36c", "khr_p226", "realistic_hook", "cw_smoke_grenade"},
  319. command = "dfofficer",
  320. max = 0,
  321. salary = 175,
  322. admin = 0,
  323. vote = false,
  324. hasLicense = false,
  325. candemote = false,
  326. category = "Delta Force"
  327. })
  328.  
  329. TEAM_SFOODMARK = DarkRP.createJob("Delta Force Marksman", {
  330. color = Color(110, 38, 38, 255),
  331. model = {"models/mw2/skin_05/mw2_soldier_06.mdl"},
  332. description = [[You are the enlisted medic class of Delta Force, the Elite USA Regiment. You heal the Troopers and Sergeant and listen to your higher ups.]],
  333. weapons = {"breachingcharge", "khr_t5000", "khr_ots33", "cw_smoke_grenade", "cw_flash_grenade", "realistic_hook", "weapon_rpw_binoculars", "cw_frag_grenade", "cw_ar15", "realistic_hook"},
  334. command = "dfmark",
  335. max = 0,
  336. salary = 250,
  337. admin = 0,
  338. vote = false,
  339. hasLicense = true,
  340. candemote = false,
  341. category = "Delta Force",
  342. PlayerSpawn = function(ply)
  343. ply:SetMaxHealth(100)
  344. ply:SetHealth(100)
  345. end
  346. })
  347.  
  348. TEAM_SFOODMEDIC = DarkRP.createJob("Delta Force Medic", {
  349. color = Color(110, 38, 38, 255),
  350. model = {"models/steinman/bf4/ru_02.mdl"},
  351. description = [[You are the enlisted medic class of Delta Force, the Elite USA Regiment. You heal the Troopers and Sergeant and listen to your higher ups.]],
  352. weapons = {"breachingcharge", "khr_m620", "khr_p226", "fas2_ifak", "realistic_hook", "cw_smoke_grenade", "weapon_defibrillator", "cw_frag_grenade"},
  353. command = "dfmedic",
  354. max = 0,
  355. salary = 175,
  356. admin = 0,
  357. vote = false,
  358. hasLicense = true,
  359. candemote = false,
  360. category = "Delta Force",
  361. PlayerSpawn = function(ply)
  362. ply:SetMaxHealth(100)
  363. ply:SetHealth(100)
  364. end
  365. })
  366.  
  367. TEAM_SFODDCOMMANDER = DarkRP.createJob("Delta Force Commander", {
  368. color = Color(110, 38, 38, 255),
  369. model = {"models/steinman/bf4/us_02.mdl"},
  370. description = [[You are the enlisted class of Delta Force, the Elite USA Regiment. You command the Troopers , Sergeant and Commander and listen to your higher ups.]],
  371. weapons = {"breachingcharge", "cw_ar15", "weapon_cuff_elastic", "weapon_rpw_binoculars", "cw_frag_grenade", "cw_flash_grenade", "cw_smoke_grenade", "cw_g36c", "khr_t5000", "khr_p226", "realistic_hook"},
  372. command = "dfcmdr",
  373. max = 0,
  374. salary = 225,
  375. admin = 0,
  376. vote = false,
  377. hasLicense = false,
  378. candemote = false,
  379. category = "Delta Force"
  380. })
  381.  
  382. TEAM_RAFTACTICS = DarkRP.createJob("RAF 24th Technical Tactics Squadron", {
  383. color = Color(255, 210, 49, 255),
  384. model = {"models/mw2guy/bz/tfbz03.mdl"},
  385. description = [[You are an 24th Technical Tactics Squadron]],
  386. weapons = {"khr_m4a4", "khr_p226", "fas2_ifak"},
  387. command = "RAFtts",
  388. max = 0,
  389. salary = 25,
  390. admin = 0,
  391. vote = false,
  392. hasLicense = false,
  393. candemote = false,
  394. category = "Air Force Special Operations Command"
  395. })
  396.  
  397. TEAM_RAFSPECIALOPS = DarkRP.createJob("RAF 27th Special Operations Wing", {
  398. color = Color(255, 210, 49, 255),
  399. model = {"models/mw2guy/bz/tfbzca02.mdl"},
  400. description = [[You are an 27th Special Operations Wing]],
  401. weapons = {"cw_m249_official", "cw_smoke_grenade", "cw_frag_grenade"},
  402. command = "RAFsow",
  403. max = 0,
  404. salary = 25,
  405. admin = 0,
  406. vote = false,
  407. hasLicense = false,
  408. candemote = false,
  409. category = "Air Force Special Operations Command"
  410. })
  411.  
  412. TEAM_RAFOFC = DarkRP.createJob("RAF Officer", {
  413. color = Color(255, 210, 49, 255),
  414. model = {"models/mw2guy/bz/tfbz02.mdl"},
  415. description = [[You are a RAF Officer]],
  416. weapons = {"khr_m4a4", "khr_p226", "cw_smoke_grenade", "cw_frag_grenade", "cw_flash_grenade"},
  417. command = "rafoff",
  418. max = 0,
  419. salary = 25,
  420. admin = 0,
  421. vote = false,
  422. hasLicense = false,
  423. candemote = false,
  424. category = "Air Force Special Operations Command"
  425. })
  426.  
  427. TEAM_ATC = DarkRP.createJob("Air Traffic Controller", {
  428. color = Color(255, 210, 49, 255),
  429. model = {"models/mw2guy/bz/bzsoap.mdl"},
  430. description = [[You are the Air Traffic COntroller. You control the airspace and all pilots]],
  431. weapons = {"khr_deagle", "khr_m4a4", "cw_smoke_grenade", "cw_frag_grenade", "cw_flash_grenade", "cw_m3super90"},
  432. command = "atc",
  433. max = 0,
  434. salary = 25,
  435. admin = 0,
  436. vote = false,
  437. hasLicense = false,
  438. candemote = false,
  439. category = "Air Force Special Operations Command"
  440. })
  441.  
  442. TEAM_AFSOCCOM = DarkRP.createJob("RAF Commander", {
  443. color = Color(255, 210, 49, 255),
  444. model = {"models/mw2guy/bz/bzsoap.mdl"},
  445. description = [[You are a RAF Commander]],
  446. weapons = {"khr_deagle", "khr_m4a4", "cw_smoke_grenade", "cw_frag_grenade", "cw_flash_grenade", "cw_m3super90"},
  447. command = "rafcom",
  448. max = 0,
  449. salary = 25,
  450. admin = 0,
  451. vote = false,
  452. hasLicense = false,
  453. candemote = false,
  454. category = "Air Force Special Operations Command"
  455. })
  456.  
  457. TEAM_AFSOCRU = DarkRP.createJob("RAF Recon Unit", {
  458. color = Color(255, 210, 49, 255),
  459. model = {"models/mw2guy/bz/tfbzw02.mdl"},
  460. description = [[You are a RAF Recon Unit]],
  461. weapons = {"khr_t5000", "khr_p226", "cw_smoke_grenade"},
  462. command = "rafreconunit",
  463. max = 0,
  464. salary = 25,
  465. admin = 0,
  466. vote = false,
  467. hasLicense = false,
  468. candemote = false,
  469. category = "Air Force Special Operations Command"
  470. })
  471.  
  472. TEAM_SASRECRUIT = DarkRP.createJob("SAS Recruit", {
  473. color = Color(0, 0, 0, 255),
  474. model = {"models/mw3sas/player/ct_gsg9.mdl"},
  475. description = [[The SAS]],
  476. weapons = {"breachingcharge", "cw_g3a3", "cw_p99", "cw_flash_grenade", "cw_frag_grenade", "vc_spikestrip_wep", "cw_smoke_grenade", "realistic_hook", "weapon_cuff_elastic"},
  477. command = "sasrecruit",
  478. max = 0,
  479. salary = 250,
  480. admin = 0,
  481. vote = false,
  482. hasLicense = true,
  483. candemote = false,
  484. category = "Special Air Service",
  485. PlayerSpawn = function(ply)
  486. ply:SetMaxHealth(100)
  487. ply:SetHealth(100)
  488. end
  489. })
  490.  
  491. TEAM_SASPILOT = DarkRP.createJob("SAS Pilot", {
  492. color = Color(0, 0, 0, 255),
  493. model = {"models/mw3sas/player/ct_gign.mdl"},
  494. description = [[The SAS]],
  495. weapons = {"breachingcharge", "cw_g36c", "cw_deagle", "cw_flash_grenade", "cw_frag_grenade", "vc_spikestrip_wep", "cw_smoke_grenade", "realistic_hook", "weapon_cuff_elastic", "weapon_rpw_binoculars", "khr_mp5a5"},
  496. command = "saspilot",
  497. max = 0,
  498. salary = 250,
  499. admin = 0,
  500. vote = false,
  501. hasLicense = true,
  502. candemote = false,
  503. category = "Special Air Service",
  504. PlayerSpawn = function(ply)
  505. ply:SetMaxHealth(100)
  506. ply:SetHealth(100)
  507. end
  508. })
  509.  
  510. TEAM_SASSERGENT = DarkRP.createJob("SAS Sergeant ", {
  511. color = Color(0, 0, 0, 255),
  512. model = {"models/mw3sas/player/ct_gsg9.mdl"},
  513. description = [[The SAS]],
  514. weapons = {"breachingcharge", "cw_g36c", "cw_deagle", "cw_flash_grenade", "cw_frag_grenade", "vc_spikestrip_wep", "cw_smoke_grenade", "realistic_hook", "weapon_cuff_elastic", "weapon_rpw_binoculars", "khr_mp5a5"},
  515. command = "sassgt",
  516. max = 0,
  517. salary = 250,
  518. admin = 0,
  519. vote = false,
  520. hasLicense = true,
  521. candemote = false,
  522. category = "Special Air Service",
  523. PlayerSpawn = function(ply)
  524. ply:SetMaxHealth(100)
  525. ply:SetHealth(100)
  526. end
  527. })
  528.  
  529. TEAM_SASOFFICER = DarkRP.createJob("SAS Officer", {
  530. color = Color(0, 0, 0, 255),
  531. model = {"models/mw3sas/player/ct_sas.mdl"},
  532. description = [[The SAS]],
  533. weapons = {"breachingcharge", "khr_mp5a5", "cw_g36c", "cw_deagle", "cw_flash_grenade", "vc_spikestrip_wep", "cw_frag_grenade", "cw_smoke_grenade", "realistic_hook", "weapon_cuff_elastic", "weapon_rpw_binoculars", "vc_spikestrip_wep", "weapon_policeshield"},
  534. command = "sasofficer",
  535. max = 0,
  536. salary = 250,
  537. admin = 0,
  538. vote = false,
  539. hasLicense = true,
  540. candemote = false,
  541. category = "Special Air Service",
  542. PlayerSpawn = function(ply)
  543. ply:SetMaxHealth(100)
  544. ply:SetHealth(100)
  545. end
  546. })
  547.  
  548. TEAM_SASMEDIC = DarkRP.createJob("SAS Medic", {
  549. color = Color(0, 0, 0, 255),
  550. model = {"models/mw3sas/player/ct_gign.mdl"},
  551. description = [[The SAS Medic]],
  552. weapons = {"breachingcharge", "cw_g36c", "cw_deagle", "realistic_hook", "weapon_cuff_elastic", "vc_spikestrip_wep", "weapon_rpw_binoculars", "weapon_policeshield", "fas2_ifak", "weapon_defibrillator", "cw_flash_grenade", "cw_frag_grenade", "khr_mp5a5"},
  553. command = "sasmed",
  554. max = 0,
  555. salary = 250,
  556. admin = 0,
  557. vote = false,
  558. hasLicense = true,
  559. candemote = false,
  560. category = "Special Air Service",
  561. PlayerSpawn = function(ply)
  562. ply:SetMaxHealth(100)
  563. ply:SetHealth(100)
  564. end
  565. })
  566.  
  567. TEAM_SASSNIPER = DarkRP.createJob("SAS Sniper", {
  568. color = Color(0, 0, 0, 255),
  569. model = {"models/mw2/skin_03/mw2_soldier_06.mdl"},
  570. description = [[The SAS Sniper]],
  571. weapons = {"breachingcharge", "khr_t5000", "khr_veresk", "cw_deagle", "cw_flash_grenade", "vc_spikestrip_wep", "cw_frag_grenade", "cw_smoke_grenade", "realistic_hook", "weapon_cuff_elastic", "weapon_rpw_binoculars", "vc_spikestrip_wep"},
  572. command = "sasniper",
  573. max = 0,
  574. salary = 250,
  575. admin = 0,
  576. vote = false,
  577. hasLicense = true,
  578. candemote = false,
  579. category = "Special Air Service",
  580. PlayerSpawn = function(ply)
  581. ply:SetMaxHealth(100)
  582. ply:SetHealth(100)
  583. end
  584. })
  585.  
  586. TEAM_SASCOMMANDER = DarkRP.createJob("SAS Commander", {
  587. color = Color(0, 0, 0, 255),
  588. model = {"models/mw3sas/player/ct_urban.mdl"},
  589. description = [[The SAS]],
  590. weapons = {"breachingcharge", "cw_g36c", "khr_t5000", "cw_deagle", "cw_flash_grenade", "cw_frag_grenade", "cw_smoke_grenade", "realistic_hook", "weapon_cuff_elastic", "weapon_rpw_binoculars", "vc_spikestrip_wep", "khr_mp5a5"},
  591. command = "sascommander",
  592. max = 0,
  593. salary = 250,
  594. admin = 0,
  595. vote = false,
  596. hasLicense = true,
  597. candemote = false,
  598. category = "Special Air Service",
  599. PlayerSpawn = function(ply)
  600. ply:SetMaxHealth(100)
  601. ply:SetHealth(100)
  602. end
  603. })
  604.  
  605. TEAM_TASOLDIER = DarkRP.createJob("Taliban Soldier", {
  606. color = Color(255, 0, 0, 255),
  607. model = {"models/cod players/opfor5.mdl"},
  608. description = [[You are a soldier for the Taliban, support and respect your brothers for the greater good. Allah is great!]],
  609. weapons = {"cw_ak74", "weapon_cuff_elastic", "cw_m1911", "lockpick"},
  610. command = "tasoldier",
  611. max = 0,
  612. salary = 75,
  613. admin = 0,
  614. vote = false,
  615. hasLicense = false,
  616. candemote = false,
  617. category = "Taliban"
  618. })
  619.  
  620. TEAM_TAMEDIC = DarkRP.createJob("Taliban Medic", {
  621. color = Color(255, 0, 0, 255),
  622. model = {"models/player/mask01player.mdl"},
  623. description = [[You are a soldier for the Taliban, support and respect your brothers for the greater good. Allah is great!]],
  624. weapons = {"cw_ak74", "weapon_cuff_elastic", "cw_m1911", "lockpick", "weapon_medkit", "weapon_defibrillator", "realistic_hook"},
  625. command = "tasmedic",
  626. max = 0,
  627. salary = 75,
  628. admin = 0,
  629. vote = false,
  630. hasLicense = false,
  631. candemote = false,
  632. category = "Taliban"
  633. })
  634.  
  635. TEAM_TAMEDIC = DarkRP.createJob("Taliban Head Medic", {
  636. color = Color(255, 0, 0, 255),
  637. model = {"models/player/soldier_mskhlmt01player.mdl"},
  638. description = [[You are a soldier for the Taliban, support and respect your brothers for the greater good. Allah is great!]],
  639. weapons = {"cw_ak74", "weapon_cuff_elastic", "cw_m1911", "lockpick", "weapon_medkit", "weapon_defibrillator"},
  640. command = "tahmedic",
  641. max = 0,
  642. salary = 75,
  643. admin = 0,
  644. vote = false,
  645. hasLicense = false,
  646. candemote = false,
  647. category = "Taliban"
  648. })
  649.  
  650. TEAM_TAPILOT = DarkRP.createJob("Taliban Pilot", {
  651. color = Color(255, 0, 0, 255),
  652. model = {"models/cod players/opfor4.mdl"},
  653. description = [[You are a soldier for the Taliban, support and respect your brothers for the greater good. Allah is great!]],
  654. weapons = {"weapon_cuff_elastic", "cw_m1911", "lockpick", "khr_l2a3", "realistic_hook"},
  655. command = "tapilot",
  656. max = 0,
  657. salary = 75,
  658. admin = 0,
  659. vote = false,
  660. hasLicense = false,
  661. candemote = false,
  662. category = "Taliban"
  663. })
  664.  
  665. TEAM_TAHDPILOT = DarkRP.createJob("Taliban Head Pilot", {
  666. color = Color(255, 0, 0, 255),
  667. model = {"models/cod players/opfor1.mdl"},
  668. description = [[You are a soldier for the Taliban, support and respect your brothers for the greater good. Allah is great!]],
  669. weapons = {"weapon_cuff_elastic", "cw_m1911", "lockpick", "cw_ak74", "realistic_hook"},
  670. command = "taheadpilot",
  671. max = 0,
  672. salary = 75,
  673. admin = 0,
  674. vote = false,
  675. hasLicense = false,
  676. candemote = false,
  677. category = "Taliban"
  678. })
  679.  
  680. TEAM_TAENFORCER = DarkRP.createJob("Taliban Enforcer", {
  681. color = Color(255, 0, 0, 255),
  682. model = {"models/cod players/opfor3.mdl"},
  683. description = [[You are an Enforcer for the Taliban, support and respect your brothers for the greater good. Allah is great!]],
  684. weapons = {"cw_ak74", "weapon_cuff_elastic", "cw_m1911", "lockpick", "cw_smoke_grenade", "realistic_hook","cw_frag_grenade"},
  685. command = "taenforcer",
  686. max = 0,
  687. salary = 250,
  688. admin = 0,
  689. vote = false,
  690. hasLicense = true,
  691. candemote = false,
  692. category = "Taliban",
  693. PlayerSpawn = function(ply)
  694. ply:SetMaxHealth(100)
  695. ply:SetHealth(100)
  696. end
  697. })
  698.  
  699. TEAM_TAOFFICER = DarkRP.createJob("Taliban Officer", {
  700. color = Color(255, 0, 0, 255),
  701. model = {"models/player/heavy_2player.mdl"},
  702. description = [[You are an Officer for the Taliban, support and respect your brothers for the greater good. Allah is great!]],
  703. weapons = {"khr_makarov", "weapon_cuff_elastic", "cw_ak74", "lockpick", "cw_smoke_grenade", "realistic_hook", "cw_frag_grenade"},
  704. command = "taofficer",
  705. max = 0,
  706. salary = 250,
  707. admin = 0,
  708. vote = false,
  709. hasLicense = true,
  710. candemote = false,
  711. category = "Taliban",
  712. PlayerSpawn = function(ply)
  713. ply:SetMaxHealth(100)
  714. ply:SetHealth(100)
  715. end
  716. })
  717.  
  718. TEAM_TAMARKSMAN = DarkRP.createJob("Taliban Marksman", {
  719. color = Color(255, 0, 0, 255),
  720. model = {"models/mw2/skin_09/mw2_soldier_06.mdl "},
  721. description = [[You are a Marksman for the Taliban, support and respect your brothers for the greater good. Allah is great!]],
  722. weapons = {"khr_p226", "weapon_cuff_elastic", "khr_mosin", "khr_veresk", "lockpick", "cw_smoke_grenade", "realistic_hook"},
  723. command = "tamarksman",
  724. max = 0,
  725. salary = 250,
  726. admin = 0,
  727. vote = false,
  728. hasLicense = true,
  729. candemote = false,
  730. category = "Taliban",
  731. PlayerSpawn = function(ply)
  732. ply:SetMaxHealth(100)
  733. ply:SetHealth(100)
  734. end
  735. })
  736.  
  737. TEAM_TAMARKSMAN = DarkRP.createJob("Taliban Head Marksman", {
  738. color = Color(255, 0, 0, 255),
  739. model = {"models/player/heavy_1player.mdl"},
  740. description = [[You are the Head Marksman for the Taliban, support and respect your brothers for the greater good. Allah is great!]],
  741. weapons = {"khr_p226", "weapon_cuff_elastic", "khr_mosin", "khr_veresk", "lockpick", "cw_smoke_grenade", "realistic_hook"},
  742. command = "tahmarksman",
  743. max = 0,
  744. salary = 250,
  745. admin = 0,
  746. vote = false,
  747. hasLicense = true,
  748. candemote = false,
  749. category = "Taliban",
  750. PlayerSpawn = function(ply)
  751. ply:SetMaxHealth(100)
  752. ply:SetHealth(100)
  753. end
  754. })
  755.  
  756. TEAM_TAGUNNER = DarkRP.createJob("Taliban Heavy Gunner", {
  757. color = Color(255, 0, 0, 255),
  758. model = {"models/cod players/opfor2.mdl"},
  759. description = [[You are a Heavy Gunner for the Taliban, support and respect your brothers for the greater good. Allah is great!]],
  760. weapons = {"khr_p226", "weapon_cuff_elastic", "khr_pkm", "weapon_rpg", "lockpick", "cw_smoke_grenade", "realistic_hook"},
  761. command = "tagunner",
  762. max = 0,
  763. salary = 250,
  764. admin = 0,
  765. vote = false,
  766. hasLicense = true,
  767. candemote = false,
  768. category = "Taliban",
  769. PlayerSpawn = function(ply)
  770. ply:SetMaxHealth(100)
  771. ply:SetHealth(100)
  772. end
  773. })
  774.  
  775. TEAM_TAGUNNER = DarkRP.createJob("Taliban Head Heavy Gunner", {
  776. color = Color(255, 0, 0, 255),
  777. model = {"models/cod players/opfor6.mdl"},
  778. description = [[You are the head of theHeavy Gunner's for the Taliban, support and respect your brothers for the greater good. Allah is great!]],
  779. weapons = {"khr_p226", "weapon_cuff_elastic", "khr_pkm", "weapon_rpg", "lockpick", "cw_smoke_grenade", "realistic_hook"},
  780. command = "taheadgunner",
  781. max = 0,
  782. salary = 250,
  783. admin = 0,
  784. vote = false,
  785. hasLicense = true,
  786. candemote = false,
  787. category = "Taliban",
  788. PlayerSpawn = function(ply)
  789. ply:SetMaxHealth(100)
  790. ply:SetHealth(100)
  791. end
  792. })
  793.  
  794. TEAM_GOTT = DarkRP.createJob("Leader Of The Taliban", {
  795. color = Color(255, 0, 0, 255),
  796. model = {"models/jessev92/kuma/characters/osama_ply.mdl"},
  797. description = [[You are the General Of The Taliban, Command Taliban to Victory!]],
  798. weapons = {"cw_flash_grenade", "cw_flash_grenade", "cw_smoke_grenade", "khr_vector", "khr_ots33", "weapon_cuff_elastic", "realistic_hook"},
  799. command = "gott",
  800. max = 1,
  801. salary = 300,
  802. admin = 0,
  803. vote = false,
  804. hasLicense = false,
  805. candemote = false,
  806. category = "Taliban"
  807. })
  808.  
  809. TEAM_GOTA = DarkRP.createJob("General Of The Army", {
  810. color = Color(0, 255, 73, 255),
  811. model = {"models/bloocobalt/science/jarmy_08.mdl"},
  812. description = [[You are the general of the Army, Command NATO to Victory!]],
  813. weapons = {"cw_frag_grenade", "cw_deagle", "cw_scarh", "weapon_cuff_elastic", "realistic_hook"},
  814. command = "gota",
  815. max = 1,
  816. salary = 300,
  817. admin = 0,
  818. vote = false,
  819. hasLicense = false,
  820. candemote = false,
  821. category = "NATO Generals"
  822. })
  823.  
  824. TEAM_BRIGGOTA = DarkRP.createJob("Brigadier General", {
  825. color = Color(0, 255, 73, 255),
  826. model = {"models/bloocobalt/science/jnavy_09.mdl"},
  827. description = [[You are the brigadier general of the Army, Command NATO to Victory!]],
  828. weapons = {"cw_frag_grenade", "cw_deagle", "cw_scarh", "weapon_cuff_elastic", "realistic_hook"},
  829. command = "bgota",
  830. max = 1,
  831. salary = 300,
  832. admin = 0,
  833. vote = false,
  834. hasLicense = false,
  835. candemote = false,
  836. category = "NATO Generals"
  837. })
  838.  
  839. TEAM_COL = DarkRP.createJob("Colonel", {
  840. color = Color(0, 255, 73, 255),
  841. model = {"models/bloocobalt/science/jusmc_07.mdl","models/player/pmc_4/pmc__04.mdl","models/player/pmc_4/pmc__08.mdl","models/player/pmc_4/pmc__01.mdl","models/player/pmc_4/pmc__03.mdl"},
  842. description = [[You are the Colonel of the Army, Command NATO to Victory!]],
  843. weapons = {"cw_frag_grenade", "cw_deagle", "cw_scarh", "weapon_cuff_elastic", "realistic_hook"},
  844. command = "col",
  845. max = 0,
  846. salary = 300,
  847. admin = 0,
  848. vote = false,
  849. hasLicense = false,
  850. candemote = false,
  851. category = "NATO Generals"
  852. })
  853.  
  854. TEAM_RACCOMMANDER = DarkRP.createJob("Royal Armoured Corps Commander", {
  855. color = Color(255, 255, 255, 255),
  856. model = {"models/player/pmc_5/pmc__01.mdl"},
  857. description = [[The Commander Of the Royal Armoured Corps]],
  858. weapons = {"weapon_cuff_elastic", "weapon_rpw_binoculars", "weapon_slam", "cw_g3a3", "khr_p226", "cw_smoke_grenade", "cw_flash_grenade", "cw_frag_grenade", "realistic_hook"},
  859. command = "raccommander",
  860. max = 4,
  861. salary = 200,
  862. admin = 0,
  863. vote = false,
  864. hasLicense = true,
  865. candemote = false,
  866. category = "Royal Armoured Corps",
  867. PlayerSpawn = function(ply)
  868. ply:SetMaxHealth(100)
  869. ply:SetHealth(100)
  870. end
  871. })
  872.  
  873. TEAM_RACOPERATOR = DarkRP.createJob("Royal Armoured Corps Operator", {
  874. color = Color(255, 255, 255, 255),
  875. model = {"models/jwk987/cod/ghost/logan.mdl"},
  876. description = [[The Operator Of the Royal Armoured Corps. You Operate Tanks and Artillery]],
  877. weapons = {"khr_p226", "cw_g36c", "weapon_cuff_elastic", "weapon_rpw_binoculars", "cw_smoke_grenade", "realistic_hook"},
  878. command = "racoperator",
  879. max = 3,
  880. salary = 200,
  881. admin = 0,
  882. vote = false,
  883. hasLicense = true,
  884. candemote = false,
  885. category = "Royal Armoured Corps",
  886. PlayerSpawn = function(ply)
  887. ply:SetMaxHealth(100)
  888. ply:SetHealth(100)
  889. end
  890. })
  891.  
  892. TEAM_RACDRIVER = DarkRP.createJob("Royal Armoured Corps Driver", {
  893. color = Color(255, 255, 255, 255),
  894. model = {"models/player/pmc_5/pmc__09.mdl"},
  895. description = [[The Driver Of the Royal Armoured Corps. You Drive Tanks and Drive Vehicles and Artillery]],
  896. weapons = {"fas2_ifak", "khr_p226", "cw_g36c", "weapon_cuff_elastic", "weapon_rpw_binoculars", "cw_smoke_grenade", "realistic_hook"},
  897. command = "racdriver",
  898. max = 3,
  899. salary = 200,
  900. admin = 0,
  901. vote = false,
  902. hasLicense = true,
  903. candemote = false,
  904. category = "Royal Armoured Corps",
  905. PlayerSpawn = function(ply)
  906. ply:SetMaxHealth(100)
  907. ply:SetHealth(100)
  908. end
  909. })
  910.  
  911. TEAM_RACENGINEER = DarkRP.createJob("Royal Armoured Corps Engineer", {
  912. color = Color(255, 255, 255, 255),
  913. model = {"models/player/pmc_5/pmc__08.mdl"},
  914. description = [[The Engineer Of the Royal Armoured Corps. You Fix Tanks, Vehicles and Artillery. You also help NATO with Repairs]],
  915. weapons = {"khr_p226", "khr_fmg9", "weapon_cuff_elastic", "weapon_rpw_binoculars", "cw_smoke_grenade", "realistic_hook"},
  916. command = "racengineer",
  917. max = 3,
  918. salary = 200,
  919. admin = 0,
  920. vote = false,
  921. hasLicense = true,
  922. candemote = false,
  923. category = "Royal Armoured Corps",
  924. PlayerSpawn = function(ply)
  925. ply:SetMaxHealth(100)
  926. ply:SetHealth(100)
  927. end
  928. })
  929.  
  930. TEAM_RACSPOTTER = DarkRP.createJob("Royal Armoured Corps Spotter", {
  931. color = Color(255, 255, 255, 255),
  932. model = {"models/player/btb3npc.mdl"},
  933. description = [[The Spotter Of the Royal Armoured Corps. You Act as a Sniper and can help Operators to Aim Artillery]],
  934. weapons = {"weapon_cuff_elastic", "weapon_rpw_binoculars", "khr_veresk", "khr_t5000", "cw_smoke_grenade", "realistic_hook"},
  935. command = "racspotter",
  936. max = 3,
  937. salary = 200,
  938. admin = 0,
  939. vote = false,
  940. hasLicense = true,
  941. candemote = false,
  942. category = "Royal Armoured Corps",
  943. PlayerSpawn = function(ply)
  944. ply:SetMaxHealth(100)
  945. ply:SetHealth(100)
  946. end
  947. })
  948.  
  949. TEAM_RACTROOPER = DarkRP.createJob("Royal Armoured Corps Trooper", {
  950. color = Color(255, 255, 255, 255),
  951. model = {"models/mw2guy/riot/riot_us.mdl"},
  952. description = [[The Trooper Of the Royal Armoured Corps. You Are the Base Infantry of the Royal Armoured Corps. Fight For Victory!]],
  953. weapons = {"weapon_cuff_elastic", "weapon_rpw_binoculars", "cw_ump45", "khr_ots33", "cw_smoke_grenade", "cw_frag_grenade", "realistic_hook"},
  954. command = "ractrooper",
  955. max = 3,
  956. salary = 200,
  957. admin = 0,
  958. vote = false,
  959. hasLicense = true,
  960. candemote = false,
  961. category = "Royal Armoured Corps",
  962. PlayerSpawn = function(ply)
  963. ply:SetMaxHealth(100)
  964. ply:SetHealth(100)
  965. end
  966. })
  967.  
  968. TEAM_RECONSPECIALIST = DarkRP.createJob("Recon Specialist", {
  969. color = Color(69, 120, 13, 255),
  970. model = {"models/player/camouflage_rebels/army_03.mdl"},
  971. description = [[You are a lethal, stealthy machine. You are a non-commissioned officer in NATO but do not belong to a regiment. You are a lone wolf of some sort. Use your camoflauge, sniper and weapon attachments to become a vital asset to NATO.]],
  972. weapons = {"cw_m1911", "cw_m14", "cw_frag_grenade", "csgo_huntsman_ddpat", "weapon_rpw_binoculars_scout", "realistic_hook"},
  973. command = "reconspecialist",
  974. max = 0,
  975. salary = 500,
  976. admin = 0,
  977. vote = false,
  978. hasLicense = true,
  979. candemote = false,
  980. category = "British Armed Forces"
  981. })
  982.  
  983. TEAM_CONWORKER = DarkRP.createJob("Taliban Spy", {
  984. color = Color(0, 255, 1, 255),
  985. model = {"models/mw2guy/bz/tfbzca01.mdl"},
  986. description = [[You are a spy for Taliban, You are a NATO Trainee Work your way up the ranks. VIP Only]],
  987. weapons = {"weapon_cuff_elastic", "weapon_rpw_binoculars", "khr_vector", "khr_ots33", "cw_smoke_grenade", "cw_frag_grenade", "realistic_hook", "lockpick"},
  988. command = "talispy",
  989. max = 2,
  990. salary = 300,
  991. admin = 0,
  992. vote = false,
  993. hasLicense = true,
  994. candemote = false,
  995. category = "V.I.P Jobs",
  996. customCheck = function(ply) return CLIENT or
  997. table.HasValue({"VIP", "Trial Moderator VIP", "Moderator VIP", "admin VIP", "Community Manager", "Head Of Staff", "Founder", "superadmin", "Ultra VIP"}, ply:GetNWString("usergroup"))
  998. end,
  999. CustomCheckFailMsg = "This job is VIP only!",
  1000. })
  1001.  
  1002. TEAM_REBEL = DarkRP.createJob("Rebel", {
  1003. color = Color(0, 0, 255, 255),
  1004. model = {"models/player/assault_1player.mdl"},
  1005. description = [[You do what is needed to stay alive, you can choose to fight your own battle or choose a side to fight with.]],
  1006. weapons = {"khr_fnfal", "khr_t5000", "cw_flash_grenade", "cw_frag_grenade", "khr_deagle", "weapon_cuff_elastic"},
  1007. command = "rebel",
  1008. max = 0,
  1009. salary = 500,
  1010. admin = 0,
  1011. vote = false,
  1012. hasLicense = true,
  1013. candemote = false,
  1014. category = "V.I.P Jobs",
  1015. customCheck = function(ply) return CLIENT or
  1016. table.HasValue({"VIP", "Ultra VIP", "Trial Moderator VIP", "Moderator VIP", "admin VIP", "Community Manager", "Head Of Staff", "Founder", "superadmin"}, ply:GetNWString("usergroup"))
  1017. end,
  1018. CustomCheckFailMsg = "This job is VIP only!",
  1019. })
  1020.  
  1021. TEAM_GUARD = DarkRP.createJob("BodyGuard", {
  1022. color = Color(0, 0, 0, 255),
  1023. model = {"models/player/ctsas2player.mdl"},
  1024. description = [[You are neutral. Side with a faction and protect the person you are assigned to with your life. Usually Protect the high up officers.]],
  1025. weapons = {"cw_deagle", "khr_fmg9", "cw_flash_grenade", "cw_frag_grenade", "cw_smoke_grenade", "weapon_cuff_elastic"},
  1026. command = "bodyguard",
  1027. max = 0,
  1028. salary = 500,
  1029. admin = 0,
  1030. vote = false,
  1031. hasLicense = true,
  1032. candemote = false,
  1033. category = "V.I.P Jobs",
  1034. customCheck = function(ply) return CLIENT or
  1035. table.HasValue({"Ultra VIP", "Community Manager", "Head Of Staff", "Founder", "superadmin"}, ply:GetNWString("usergroup"))
  1036. end,
  1037. CustomCheckFailMsg = "This job is Ultra VIP only!",
  1038. })
  1039.  
  1040. TEAM_MERC = DarkRP.createJob("Mecernary", {
  1041. color = Color(188, 0, 255, 255),
  1042. model = {"models/player/ctsas2player.mdl"},
  1043. description = [[Towelie's No Touchy!]],
  1044. weapons = {"khr_sr338", "cw_g36c", "cw_flash_grenade", "cw_frag_grenade", "cw_m1911"},
  1045. command = "merc",
  1046. max = 1,
  1047. salary = 250,
  1048. admin = 0,
  1049. vote = false,
  1050. hasLicense = true,
  1051. candemote = false,
  1052. category = "Custom Jobs",
  1053. PlayerSpawn = function(ply)
  1054. ply:SetMaxHealth(100)
  1055. ply:SetHealth(100)
  1056. end
  1057. })
  1058.  
  1059. TEAM_KEEG = DarkRP.createJob("Keegan", {
  1060. color = Color( 0, 0, 0, 255 ),
  1061. model = {"models/jwk987/cod/ghost/keegan2.mdl"},
  1062. description = [[No one knows where he came from, no one even knows his real name. The only thing they know that he wants to destroy both sides of the war.]],
  1063. weapons = {"cw_g36c", "khr_m95", "cw_m3super90", "weapon_cuff_elastic", "realistic_hook", "fas2_ifak"},
  1064. command = "keeg",
  1065. max = 1,
  1066. salary = 300,
  1067. admin = 0,
  1068. vote = false,
  1069. hasLicense = true,
  1070. candemote = false,
  1071. category = "Custom Jobs",
  1072. PlayerSpawn = function(ply)
  1073. ply:SetMaxHealth(100)
  1074. ply:SetHealth(100)
  1075. end,
  1076. customCheck = function(ply) return CLIENT or
  1077. table.HasValue({"STEAM_0:0:154607808"}, ply:SteamID())
  1078. end,
  1079. CustomCheckFailMsg = "This Job belongs to Marcel Only!"
  1080. })
  1081.  
  1082. TEAM_LIGHT = DarkRP.createJob("For?as Armadas Portuguesas", {
  1083. color = Color( 0, 0, 0, 255 ),
  1084. model = {"models/arachnit/csgonewsas/ctm_sasplayerwinter.mdl"},
  1085. description = [[You are about to get Fucked.]],
  1086. weapons = {"khr_t5000", "khr_vector", "cw_deagle", "weapon_cuff_elastic", "realistic_hook", "fas2_ifak", "cw_smoke_grenade", "cw_frag_grenade", "cw_flash_grenade", "weapon_rpw_binoculars"},
  1087. command = "light",
  1088. max = 1,
  1089. salary = 300,
  1090. admin = 0,
  1091. vote = false,
  1092. hasLicense = true,
  1093. candemote = false,
  1094. category = "Custom Jobs",
  1095. PlayerSpawn = function(ply)
  1096. ply:SetMaxHealth(100)
  1097. ply:SetHealth(100)
  1098. end,
  1099. customCheck = function(ply) return CLIENT or
  1100. table.HasValue({"STEAM_0:0:189673242"}, ply:SteamID())
  1101. end,
  1102. CustomCheckFailMsg = "This Job belongs to Ali Only!"
  1103. })
  1104.  
  1105. TEAM_OPERATIONGHILLIE = DarkRP.createJob("Operation Ghillie", {
  1106. color = Color(255, 0, 255, 255),
  1107. model = {"models/mw2/skin_12/mw2_soldier_06.mdl"},
  1108. description = [[NawMataaaaayyy]],
  1109. weapons = {"khr_m95", "khr_deagle", "weapon_rpw_binoculars", "weapon_slam", "cw_scarh"},
  1110. command = "opghillie",
  1111. max = 1,
  1112. salary = 250,
  1113. admin = 0,
  1114. vote = false,
  1115. hasLicense = true,
  1116. candemote = false,
  1117. category = "Custom Jobs",
  1118. PlayerSpawn = function(ply)
  1119. ply:SetMaxHealth(100)
  1120. ply:SetHealth(100)
  1121. end
  1122. })
  1123.  
  1124. TEAM_CPGUARD = DarkRP.createJob("CP Guard", {
  1125. color = Color(0, 55, 255, 255),
  1126. model = {"models/player/loyalist01player.mdl"},
  1127. description = [[You are a Checkpoint Guard for the NATO.]],
  1128. weapons = {"cw_dragunov_svu", "realistic_hook", "cw_m1911", "khr_p90", "cw_smoke_grenade", "cw_flash_grenade"},
  1129. command = "cpguard",
  1130. max = 1,
  1131. salary = 500,
  1132. admin = 0,
  1133. vote = false,
  1134. hasLicense = false,
  1135. candemote = false,
  1136. category = "Custom Jobs"
  1137. })
  1138.  
  1139. TEAM_PUNISHER = DarkRP.createJob("The Punisher", {
  1140. color = Color(112, 105, 105, 255),
  1141. model = {"models/vinrax/player/punisher/punisher_tshirt.mdl"},
  1142. description = [[The world you live in, the one full of words like "civilization" and "rehabilitation" and "fair hearing" and "law and order" -- It's just a lie, SOAP. It works right up to the point that it doesn't. After that there's ME]],
  1143. weapons = {"bkeycard", "weapon_stungun", "weapon_cuff_elastic", "weapon_slam", "khr_m60", "door_ram", "dradio","khr_ots33", "khr_vector","weapon_rpw_binoculars","weapon_defibrillator"},
  1144. command = "lj",
  1145. max = 1,
  1146. salary = 400,
  1147. admin = 0,
  1148. vote = false,
  1149. hasLicense = true,
  1150. candemote = false,
  1151. category = "Custom Jobs",
  1152. PlayerSpawn = function(ply)
  1153. ply:SetMaxHealth(100)
  1154. ply:SetHealth(100)
  1155. ply:SetArmor(100)
  1156. end,
  1157. customCheck = function(ply) return CLIENT or
  1158. table.HasValue({"STEAM_0:0:49542000"}, ply:SteamID())
  1159. end,
  1160. CustomCheckFailMsg = "This job belongs to LuckyJoe Only!",
  1161. })
  1162.  
  1163. TEAM_BUND = DarkRP.createJob("Bundespolizei Operator", {
  1164. color = Color(34, 85, 85, 255),
  1165. model = {"models/madivan18/gsg9/gsg9_karlt_crye_player.mdl"},
  1166. description = [[The Bundespolizei was friendly enough to send NATO some reinforcements, now the Elite of the Bundespolizei protects the Base and takes part in Operations.]],
  1167. weapons = {"khr_m98b", "cw_m3super90", "cw_g36c"},
  1168. command = "bund",
  1169. max = 1,
  1170. salary = 500,
  1171. admin = 0,
  1172. vote = false,
  1173. hasLicense = false,
  1174. candemote = false,
  1175. category = "Custom Jobs"
  1176. })
  1177.  
  1178. TEAM_FLARE = DarkRP.createJob("Blackout Squad Flare", {
  1179. color = Color(0, 0, 0, 255),
  1180. model = {"models/jwk987/cod/ghost/keegan.mdl"},
  1181. description = [[He is from a paramilitary, he has enough of the constant battles between the NATO and TALIBAN and want to put a stop by killing them both.]],
  1182. weapons = {"cw_aacgsm", "khr_t5000", "khr_deagle"},
  1183. command = "flare",
  1184. max = 1,
  1185. salary = 500,
  1186. admin = 0,
  1187. vote = false,
  1188. hasLicense = true,
  1189. candemote = false,
  1190. category = "Custom Jobs"
  1191. })
  1192.  
  1193. TEAM_FFL = DarkRP.createJob("Legion Etrangere", {
  1194. color = Color(42, 194, 0, 255),
  1195. model = {"models/mw2/skin_12/mw2_soldier_01.mdl"},
  1196. description = [[You are run a Regiment of France's Finest soldiers fight for His Majesty King Louie ]],
  1197. weapons = {"khr_fmg9", "cw_m1911", "cw_flash_grenade"},
  1198. command = "ffl",
  1199. max = 1,
  1200. salary = 500,
  1201. admin = 0,
  1202. vote = false,
  1203. hasLicense = false,
  1204. candemote = false,
  1205. category = "Custom Jobs"
  1206. })
  1207.  
  1208. TEAM_FADE = DarkRP.createJob("Fade", {
  1209. color = Color(0, 0, 0, 255),
  1210. model = {"models/player/btb8.mdl"},
  1211. description = [[Once an army cadet but decided things would be better done by his own ways.]],
  1212. weapons = {"weapon_cuff_elastic", "khr_mp443", "khr_delisle", "csgo_bayonet", "weapon_suicidebomber", "weapon_sh_mustardgas"},
  1213. command = "fade",
  1214. max = 1,
  1215. salary = 500,
  1216. admin = 0,
  1217. vote = false,
  1218. hasLicense = true,
  1219. candemote = false,
  1220. category = "Custom Jobs",
  1221. customCheck = function(ply) return
  1222. table.HasValue({"STEAM_0:1:118946798"}, ply:SteamID())
  1223. end,
  1224. CustomCheckFailMsg = "This is for Leeroy only!",
  1225. })
  1226.  
  1227. TEAM_ELITESOLDIER = DarkRP.createJob("Elite Soldier", {
  1228. color = Color(117, 117, 117, 255),
  1229. model = {"models/codmw2/t_codm.mdl"},
  1230. description = [[A duo team that is able to take down armies by itself. Usually, they partner up with other regiments to create an unstoppable attack against hostiles. The Elite Special Forces are an exclusive team that is with NATO in which they still abide with the same ranks and may join a regiment with the Elite Soldier role.]],
  1231. weapons = {"csgo_bayonet", "fas2_ifak", "khr_toz194", "cw_ak74", "cw_dragunov_svu", "khr_deagle"},
  1232. command = "elitesoldier",
  1233. max = 2,
  1234. salary = 500,
  1235. admin = 0,
  1236. vote = false,
  1237. hasLicense = true,
  1238. candemote = false,
  1239. category = "Custom Jobs",
  1240. customCheck = function(ply) return
  1241. table.HasValue({"STEAM_0:1:150893529", "STEAM_0:0:85092834"}, ply:SteamID())
  1242. end,
  1243. CustomCheckFailMsg = "This is for serhad only!",
  1244. })
  1245.  
  1246. TEAM_SOLDIEROFORT = DarkRP.createJob("Taliban War Criminal", {
  1247. color = Color(117, 117, 117, 255),
  1248. model = {"models/mw2guy/bz/bzsoap.mdl"},
  1249. description = [[Fights For every pays the most]],
  1250. weapons = {"fas2_ifak", "khr_sr338", "cw_dragunov_svu", "khr_deagle"},
  1251. command = "tawcrim",
  1252. max = 2,
  1253. salary = 500,
  1254. admin = 0,
  1255. vote = false,
  1256. hasLicense = true,
  1257. candemote = false,
  1258. category = "Custom Jobs",
  1259. customCheck = function(ply) return
  1260. table.HasValue({"STEAM_0:0:4879355"}, ply:SteamID())
  1261. end,
  1262. CustomCheckFailMsg = "This is for HIDD3NxR3AP3R only!",
  1263. })
  1264.  
  1265. TEAM_HEAVYUNIT = DarkRP.createJob("Heavy Unit", {
  1266. color = Color(85, 85, 85, 255),
  1267. model = {"models/mw2guy/riot/juggernaut.mdl"},
  1268. description = [[Leeroy Jenkin's Job. No Touchy!]],
  1269. weapons = {"khr_hmg", "cw_frag_grenade", "cw_deagle", "weapon_cuff_elastic", "weapon_policeshield", "fas2_ifak", "khr_pkm"},
  1270. command = "heavyunit",
  1271. max = 1,
  1272. salary = 250,
  1273. admin = 0,
  1274. vote = false,
  1275. hasLicense = true,
  1276. candemote = false,
  1277. category = "Custom Jobs",
  1278. PlayerSpawn = function(ply)
  1279. ply:SetMaxHealth(125)
  1280. ply:SetHealth(125)
  1281. end
  1282. })
  1283.  
  1284. TEAM_RPG = DarkRP.createJob("RPG", {
  1285. color = Color(85, 85, 85, 255),
  1286. model = {"models/mw2guy/riot/juggernaut.mdl"},
  1287. description = [[RPG Custom Job]],
  1288. weapons = {"khr_l2a3", "khr_p226", "weapon_rpg", "realistic_hook", "weapon_cuff_elastic", "lockpick"},
  1289. command = "rpg",
  1290. max = 1,
  1291. salary = 250,
  1292. admin = 0,
  1293. vote = false,
  1294. hasLicense = true,
  1295. candemote = false,
  1296. category = "Taliban",
  1297. PlayerSpawn = function(ply)
  1298. ply:SetMaxHealth(125)
  1299. ply:SetHealth(125)
  1300. end
  1301. })
  1302.  
  1303. TEAM_VENATOR = DarkRP.createJob("Venator", {
  1304. color = Color(255, 0, 0, 255),
  1305. model = {"models/dizcordum/reaper.mdl"},
  1306. description = [[When the gunfire fell silent, and the bodies lay morbid. Only one arose.]],
  1307. weapons = {"khr_m95", "cw_ar15", "realistic_hook"},
  1308. command = "venator",
  1309. max = 1,
  1310. salary = 500,
  1311. admin = 0,
  1312. vote = false,
  1313. hasLicense = true,
  1314. candemote = false,
  1315. category = "Custom Jobs"
  1316. })
  1317.  
  1318. TEAM_CONWORKER = DarkRP.createJob("Contracted Worker", {
  1319. color = Color(0, 255, 1, 255),
  1320. model = {"models/mw2guy/rus/soldier_f.mdl"},
  1321. description = [[You are a poor family-man that needs money. You get this money by doing whatever jobs you can find. Neutral and friendly.]],
  1322. weapons = {"khr_rugermk3", "khr_sr338", "weapon_cuff_elastic", "realistic_hook"},
  1323. command = "contractedworker",
  1324. max = 1,
  1325. salary = 250,
  1326. admin = 0,
  1327. vote = false,
  1328. hasLicense = true,
  1329. candemote = false,
  1330. category = "Custom Jobs"
  1331. })
  1332.  
  1333. TEAM_FARMHOUSE = DarkRP.createJob("Farmhouse 4 Cow", {
  1334. color = Color(0, 255, 1, 255),
  1335. model = {"models/player/kuma/alqaeda_commando.mdl"},
  1336. description = [[You are a poor family-man that needs money. You get this money by doing whatever jobs you can find. Neutral and friendly.]],
  1337. weapons = {"khr_m4a4", "cw_ump45", "weapon_cuff_elastic", "realistic_hook", "vc_spikestrip_wep", "cw_frag_grenade"},
  1338. command = "farmhouse",
  1339. max = 1,
  1340. salary = 250,
  1341. admin = 0,
  1342. vote = false,
  1343. hasLicense = true,
  1344. candemote = false,
  1345. category = "Custom Jobs"
  1346. })
  1347.  
  1348.  
  1349. TEAM_SPETNAZ = DarkRP.createJob("Russian Spetnaz Dimtri", {
  1350. color = Color(255, 0, 0, 255),
  1351. model = {"models/gman_high.mdl"},
  1352. description = [[John's custom job DO NOT TOUCH A member of SPETNAZ helping NATO as an Ally, helping in Raids, Missions and Hostage Rescues.]],
  1353. weapons = {"khr_m4a4", "cw_dragunov_svu", "realistic_hook"},
  1354. command = "spetnaz",
  1355. max = 1,
  1356. salary = 275,
  1357. admin = 0,
  1358. vote = false,
  1359. hasLicense = true,
  1360. candemote = false,
  1361. category = "Custom Jobs",
  1362. customCheck = function(ply) return
  1363. table.HasValue({"STEAM_0:1:56771006"}, ply:SteamID())
  1364. end,
  1365. CustomCheckFailMsg = "John Only!!"
  1366. })
  1367.  
  1368. TEAM_EXOCONTRACTOR = DarkRP.createJob("Exo Unit", {
  1369. color = Color(255, 153, 0, 255),
  1370. model = {"models/robots/spectre/player/imc_spectre.mdl"},
  1371. description = [[EXO Squad was an elite unit of Assassins. They specialised in heavy weapons and chemical warfare. The creaters deemed them too powerful
  1372. and decided to shut them down. Echo is the last surviving unit...
  1373. ]],
  1374. weapons = {"khr_mosin", "khr_m60", "realistic_hook", "weapon_slam"},
  1375. command = "exocontractor",
  1376. max = 1,
  1377. salary = 500,
  1378. admin = 0,
  1379. vote = false,
  1380. hasLicense = false,
  1381. candemote = false,
  1382. category = "Custom Jobs",
  1383. customCheck = function(ply) return
  1384. table.HasValue({"STEAM_0:1:84705665"}, ply:SteamID())
  1385. end,
  1386. CustomCheckFailMsg = "This is for Turnip only!",
  1387. })
  1388.  
  1389. TEAM_WARLORD = DarkRP.createJob("Warlord", {
  1390. color = Color(255, 153, 0, 255),
  1391. model = {"models/player/yevocore/warden/warden.mdl"},
  1392. description = [[ Can you imagine What I Would Do If I could Do All I can?
  1393. The supreme art of war is to subdue the enemy without fighting. ]],
  1394. weapons = {"khr_m95", "cw_scarh", "cw_smoke_grenade", "cw_frag_grenade", "weapon_cuff_elastic"},
  1395. command = "warlord",
  1396. max = 1,
  1397. salary = 500,
  1398. admin = 0,
  1399. vote = false,
  1400. hasLicense = false,
  1401. candemote = false,
  1402. category = "Custom Jobs",
  1403. customCheck = function(ply) return
  1404. table.HasValue({"STEAM_0:1:79634510"}, ply:SteamID())
  1405. end,
  1406. CustomCheckFailMsg = "This is for DZ only!",
  1407. })
  1408.  
  1409. TEAM_GIGN = DarkRP.createJob("GIGN Medic", {
  1410. color = Color(255, 153, 0, 255),
  1411. model = {"models/player/r6s_doc.mdl"},
  1412. description = [[ This is a French NATO Medic which operates within the NATO Base and out in the Battlefield ]],
  1413. weapons = {"khr_m82a3", "cw_scarh", "cw_smoke_grenade", "cw_frag_grenade", "weapon_cuff_elastic", "weapon_defibrillator"},
  1414. command = "gignmedic",
  1415. max = 1,
  1416. salary = 500,
  1417. admin = 0,
  1418. vote = false,
  1419. hasLicense = false,
  1420. candemote = false,
  1421. category = "Custom Jobs",
  1422. customCheck = function(ply) return
  1423. table.HasValue({"STEAM_0:1:193815548"}, ply:SteamID())
  1424. end,
  1425. CustomCheckFailMsg = "This is for Jordan only!",
  1426. })
  1427.  
  1428. TEAM_MARSHAL = DarkRP.createJob("Marshal Lion", {
  1429. color = Color(255, 0, 0, 255),
  1430. model = {"models/humans/military_navy/male_04.mdl"},
  1431. description = [[Lion's Custom Job No Touch! A Marshal Of NATO To be respected and treated as a Field Marshal]],
  1432. weapons = {"khr_model29", "cw_m249_official", "realistic_hook"},
  1433. command = "marshal",
  1434. max = 1,
  1435. salary = 275,
  1436. admin = 0,
  1437. vote = false,
  1438. hasLicense = true,
  1439. candemote = false,
  1440. category = "Custom Jobs",
  1441. customCheck = function(ply) return
  1442. table.HasValue({"STEAM_0:1:419396133"}, ply:SteamID())
  1443. end,
  1444. CustomCheckFailMsg = "Lion Only!!"
  1445. })
  1446.  
  1447. TEAM_SOD = DarkRP.createJob("Staff On Duty", {
  1448. color = Color(255, 0, 244, 255),
  1449. model = {"models/player/combine_super_soldier.mdl"},
  1450. description = [[A job for staff that are on duty.]],
  1451. weapons = {"weapon_physgun", "gmod_tool", "stunstick"},
  1452. command = "sod",
  1453. max = 0,
  1454. salary = 0,
  1455. admin = 0,
  1456. vote = false,
  1457. hasLicense = false,
  1458. candemote = false,
  1459. category = "Staff",
  1460. customCheck = function(ply) return
  1461. table.HasValue({"Trial Moderator", "Trial Moderator VIP", "Moderator", "Senior Moderator", "Trial Admin", "admin", "Senior Admin","Head Of Community", "Server Manager", "Staff Manager", "superadmin"}, ply:GetNWString("usergroup"))
  1462. end,
  1463. CustomCheckFailMsg = "Staff Only!",
  1464. })
  1465.  
  1466. --[[---------------------------------------------------------------------------
  1467. Define which team joining players spawn into and what team you change to if demoted
  1468. ---------------------------------------------------------------------------]]
  1469. GAMEMODE.DefaultTeam = TEAM_UNDEFINED
  1470. --[[---------------------------------------------------------------------------
  1471. Define which teams belong to civil protection
  1472. Civil protection can set warrants, make people wanted and do some other police related things
  1473. ---------------------------------------------------------------------------]]
  1474. GAMEMODE.CivilProtection = {
  1475.  
  1476. }
  1477. --[[---------------------------------------------------------------------------
  1478. Jobs that are hitmen (enables the hitman menu)
  1479. ---------------------------------------------------------------------------]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement