Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.31 KB | None | 0 0
  1.  
  2. ---------------
  3. ---------------
  4. ----US Army----
  5. ---------------
  6. ---------------
  7.  
  8. TEAM_USRECRUIT = DarkRP.createJob("US Army: Recruit", {
  9. color = Color(52, 255, 0, 255),
  10. model = {"models/mw2guy/bz/tfbzca01.mdl"},
  11. description = [[You are a Recruit for the US Army.]],
  12. weapons = {"garde_a_vous"},
  13. command = "usrecruit",
  14. max = 0,
  15. salary = 250,
  16. admin = 0,
  17. vote = false,
  18. hasLicense = true,
  19. candemote = false,
  20. category = "Recruits"
  21. })
  22.  
  23. TEAM_USSOLDIER = DarkRP.createJob("US Army: Soldier", {
  24. color = Color(52, 255, 0, 255),
  25. model = {"models/mw2guy/bz/tfbzca01.mdl"},
  26. description = [[You are a Soldier for the US Army.]],
  27. weapons = {"fas2_m4a1", "fas2_m1911", "garde_a_vous", "swep_radiodevice"},
  28. command = "ussoldier",
  29. max = 0,
  30. salary = 250,
  31. admin = 0,
  32. vote = false,
  33. hasLicense = true,
  34. candemote = false,
  35. category = "United States Army"
  36. })
  37.  
  38. TEAM_USMEDIC = DarkRP.createJob("US Army: Medic", {
  39. color = Color(52, 255, 0, 255),
  40. model = {"models/mw2guy/bz/tfbzca01.mdl"},
  41. description = [[You are a Medic for the US Army.]],
  42. weapons = {"fas2_m4a1", "fas2_m1911", "garde_a_vous", "fas2_ifak", "swep_radiodevice"},
  43. command = "usmedic",
  44. max = 0,
  45. salary = 250,
  46. admin = 0,
  47. vote = false,
  48. hasLicense = true,
  49. candemote = false,
  50. category = "United States Army"
  51. })
  52.  
  53. TEAM_USSNIPER = DarkRP.createJob("US Army: Marksman", {
  54. color = Color(52, 255, 0, 255),
  55. model = {"models/codmw2/codmw2m.mdl"},
  56. description = [[You are a Marksman for the US Army.]],
  57. weapons = {"fas2_m24", "fas2_m1911", "garde_a_vous", "swep_radiodevice"},
  58. command = "ussniper",
  59. max = 0,
  60. salary = 250,
  61. admin = 0,
  62. vote = false,
  63. hasLicense = true,
  64. candemote = false,
  65. category = "United States Army"
  66. })
  67.  
  68. TEAM_USOFFICER = DarkRP.createJob("US Army: Officer", {
  69. color = Color(52, 255, 0, 255),
  70. model = {"models/player/pmc_3/pmc__01.mdl"},
  71. description = [[You are a Officer for the US Army.]],
  72. weapons = {"fas2_g36c", "fas2_deagle", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  73. command = "usofficer",
  74. max = 0,
  75. salary = 250,
  76. admin = 0,
  77. vote = false,
  78. hasLicense = true,
  79. candemote = false,
  80. category = "United States Army"
  81. })
  82.  
  83. ---------------
  84. ---------------
  85. ----USMC----
  86. ---------------
  87. ---------------
  88.  
  89. TEAM_USMCSOLDIER = DarkRP.createJob("US Marines: Soldier", {
  90. color = Color(255, 0, 0, 255),
  91. model = {"models/player/marine_01.mdl"},
  92. description = [[You are a Soldier for the US Marines.]],
  93. weapons = {"fas2_m4a1", "fas2_m1911", "garde_a_vous", "swep_radiodevice"},
  94. command = "usmcsoldier",
  95. max = 0,
  96. salary = 250,
  97. admin = 0,
  98. vote = false,
  99. hasLicense = true,
  100. candemote = false,
  101. category = "United States Marine Corps"
  102. })
  103.  
  104. TEAM_USMCMEDIC = DarkRP.createJob("US Marines: Medic", {
  105. color = Color(255, 0, 0, 255),
  106. model = {"models/player/marine_01.mdl"},
  107. description = [[You are a Medic for the US Marines.]],
  108. weapons = {"fas2_m4a1", "fas2_m1911", "garde_a_vous", "fas2_ifak", "swep_radiodevice"},
  109. command = "usmcmedic",
  110. max = 0,
  111. salary = 250,
  112. admin = 0,
  113. vote = false,
  114. hasLicense = true,
  115. candemote = false,
  116. category = "United States Marine Corps"
  117. })
  118.  
  119. TEAM_USMCSNIPER = DarkRP.createJob("US Marines: Marksman", {
  120. color = Color(255, 0, 0, 255),
  121. model = {"models/player/marine_02.mdl"},
  122. description = [[You are a Marksman for the US Marines.]],
  123. weapons = {"fas2_m24", "fas2_m1911", "garde_a_vous", "swep_radiodevice"},
  124. command = "usmcsniper",
  125. max = 0,
  126. salary = 250,
  127. admin = 0,
  128. vote = false,
  129. hasLicense = true,
  130. candemote = false,
  131. category = "United States Marine Corps"
  132. })
  133.  
  134. TEAM_USMCOFFICER = DarkRP.createJob("US Marines: Officer", {
  135. color = Color(255, 0, 0, 255),
  136. model = {"models/player/marine_04.mdl"},
  137. description = [[You are a Officer for the US Marines.]],
  138. weapons = {"fas2_g36c", "fas2_deagle", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  139. command = "usmcofficer",
  140. max = 0,
  141. salary = 250,
  142. admin = 0,
  143. vote = false,
  144. hasLicense = true,
  145. candemote = false,
  146. category = "United States Marine Corps"
  147. })
  148.  
  149. /*
  150. ---------------
  151. ---------------
  152. ----Whiskey----
  153. ---------------
  154. ---------------
  155.  
  156. TEAM_WKSECURITY = DarkRP.createJob("Whiskey 1-1: Security", {
  157. color = Color(96, 140, 101, 255),
  158. model = {"models/steinman/bf4/us_01fixed.mdl"},
  159. description = [[You are a Security Officer for Firestorm Whiskey.]],
  160. weapons = {"fas2_sr25", "fas2_ots33", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  161. command = "wksecurity",
  162. max = 0,
  163. salary = 250,
  164. admin = 0,
  165. vote = false,
  166. hasLicense = true,
  167. candemote = false,
  168. category = "Firestorm Whiskey"
  169. })
  170.  
  171. TEAM_WKHEAVY = DarkRP.createJob("Whiskey 1-2: Heavy", {
  172. color = Color(96, 140, 101, 255),
  173. model = {"models/steinman/bf4/us_04fixed.mdl"},
  174. description = [[You are a Heavy Infantryman for Firestorm Whiskey.]],
  175. weapons = {"fas2_m60e3", "fas2_ragingbull", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  176. command = "wkheavy",
  177. max = 0,
  178. salary = 250,
  179. admin = 0,
  180. vote = false,
  181. hasLicense = true,
  182. candemote = false,
  183. category = "Firestorm Whiskey"
  184. })
  185.  
  186. TEAM_WKSNIPER = DarkRP.createJob("Whiskey 1-3: Marksman", {
  187. color = Color(96, 140, 101, 255),
  188. model = {"models/steinman/bf4/us_03fixed.mdl"},
  189. description = [[You are a Marksman for Firestorm Whiskey.]],
  190. weapons = {"fas2_m82", "fas2_ragingbull", "fas2_dv2", "garde_a_vous", "swep_radiodevice"},
  191. command = "wksniper",
  192. max = 2,
  193. salary = 250,
  194. admin = 0,
  195. vote = false,
  196. hasLicense = true,
  197. candemote = false,
  198. category = "Firestorm Whiskey"
  199. })
  200.  
  201. TEAM_WKRADIO = DarkRP.createJob("Whiskey 1-4: Radio Operator", {
  202. color = Color(96, 140, 101, 255),
  203. model = {"models/steinman/bf4/us_02fixed.mdl"},
  204. description = [[You are a Radio Operator for Firestorm Whiskey.]],
  205. weapons = {"fas2_g36c", "fas2_deagle", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  206. command = "wkradio",
  207. max = 0,
  208. salary = 250,
  209. admin = 0,
  210. vote = false,
  211. hasLicense = true,
  212. candemote = false,
  213. category = "Firestorm Whiskey"
  214. })
  215.  
  216. TEAM_WKMEDIC = DarkRP.createJob("Whiskey 1-5: Medical Infantryman", {
  217. color = Color(96, 140, 101, 255),
  218. model = {"models/steinman/bf4/us_01fixed.mdl"},
  219. description = [[You are a Medical Infantryman for Firestorm Whiskey.]],
  220. weapons = {"fas2_galil", "fas2_glock20", "fas2_dv2", "fas2_ifak", "garde_a_vous", "swep_radiodevice"},
  221. command = "wkmedic",
  222. max = 0,
  223. salary = 250,
  224. admin = 0,
  225. vote = false,
  226. hasLicense = true,
  227. candemote = false,
  228. category = "Firestorm Whiskey"
  229. })
  230.  
  231. TEAM_WKPOINT = DarkRP.createJob("Whiskey 1-6: Pointman", {
  232. color = Color(96, 140, 101, 255),
  233. model = {"models/steinman/bf4/us_02fixed.mdl"},
  234. description = [[You are a Pointman for Firestorm Whiskey.]],
  235. weapons = {"fas2_m3s90", "fas2_ots33", "fas2_dv2", "garde_a_vous", "swep_radiodevice"},
  236. command = "wkpoint",
  237. max = 0,
  238. salary = 250,
  239. admin = 0,
  240. vote = false,
  241. hasLicense = true,
  242. candemote = false,
  243. category = "Firestorm Whiskey"
  244. })
  245.  
  246. TEAM_WKDEMO = DarkRP.createJob("Whiskey 1-7: Demolition Expert", {
  247. color = Color(96, 140, 101, 255),
  248. model = {"models/steinman/bf4/us_04fixed.mdl"},
  249. description = [[You are a Radio Operator for Firestorm Whiskey.]],
  250. weapons = {"fas2_m79", "fas2_ots33", "fas2_ammobox", "garde_a_vous", "swep_radiodevice"},
  251. command = "wkdemo",
  252. max = 0,
  253. salary = 250,
  254. admin = 0,
  255. vote = false,
  256. hasLicense = true,
  257. candemote = false,
  258. category = "Firestorm Whiskey"
  259. })
  260. */
  261.  
  262. ---------------
  263. ---------------
  264. ----USNAVYS----
  265. ---------------
  266. ---------------
  267.  
  268. TEAM_USNSOLDIER = DarkRP.createJob("US Navy: Soldier", {
  269. color = Color(0, 120, 255, 255),
  270. model = {"models/mw3sas/player/ct_gign.mdl"},
  271. description = [[You are a Soldier for the US Navy.]],
  272. weapons = {"fas2_rk95", "fas2_m1911", "garde_a_vous", "swep_radiodevice"},
  273. command = "usnsoldier",
  274. max = 0,
  275. salary = 250,
  276. admin = 0,
  277. vote = false,
  278. hasLicense = true,
  279. candemote = false,
  280. category = "United States Navy"
  281. })
  282.  
  283. TEAM_USNMEDIC = DarkRP.createJob("US Navy: Medic", {
  284. color = Color(0, 120, 255, 255),
  285. model = {"models/mw3sas/player/ct_gign.mdl"},
  286. description = [[You are a Medic for the US Navy.]],
  287. weapons = {"fas2_rk95", "fas2_m1911", "garde_a_vous", "fas2_ifak", "swep_radiodevice"},
  288. command = "usnmedic",
  289. max = 0,
  290. salary = 250,
  291. admin = 0,
  292. vote = false,
  293. hasLicense = true,
  294. candemote = false,
  295. category = "United States Navy"
  296. })
  297.  
  298. TEAM_USNSNIPER = DarkRP.createJob("US Navy: Marksman", {
  299. color = Color(0, 120, 255, 255),
  300. model = {"models/mw3sas/player/ct_gign.mdl"},
  301. description = [[You are a Marksman for the US Navy.]],
  302. weapons = {"fas2_m21", "fas2_m1911", "garde_a_vous", "swep_radiodevice"},
  303. command = "usnsniper",
  304. max = 0,
  305. salary = 250,
  306. admin = 0,
  307. vote = false,
  308. hasLicense = true,
  309. candemote = false,
  310. category = "United States Navy"
  311. })
  312.  
  313. TEAM_USNOFFICER = DarkRP.createJob("US Navy: Officer", {
  314. color = Color(0, 120, 255, 255),
  315. model = {"models/mw2guy/diver/m_soap.mdl"},
  316. description = [[You are a Officer for the US Navy.]],
  317. weapons = {"fas2_g36c", "fas2_deagle", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  318. command = "usnofficer",
  319. max = 0,
  320. salary = 250,
  321. admin = 0,
  322. vote = false,
  323. hasLicense = true,
  324. candemote = false,
  325. category = "United States Navy"
  326. })
  327.  
  328. ---------------
  329. ---------------
  330. ---USNSEALS----
  331. ---------------
  332. ---------------
  333.  
  334. TEAM_SEALPOINT = DarkRP.createJob("Navy Seal: Pointman", {
  335. color = Color(0, 133, 255, 255),
  336. model = {"models/tlsaudrl2548/player/deltar5.mdl"},
  337. description = [[You are a Pointman For the Navy Seals.]],
  338. weapons = {"fas2_m3s90", "fas2_ots33", "fas2_m67", "swep_radiodevice"},
  339. command = "sealpoint",
  340. max = 0,
  341. salary = 250,
  342. admin = 0,
  343. vote = false,
  344. hasLicense = true,
  345. candemote = false,
  346. category = "United States Navy Seals"
  347. })
  348.  
  349. TEAM_SEALMEDIC = DarkRP.createJob("Navy Seal: Medic", {
  350. color = Color(0, 133, 255, 255),
  351. model = {"models/tlsaudrl2548/player/delta4.mdl"},
  352. description = [[You are a Medic For the Navy Seals.]],
  353. weapons = {"fas2_m16a2", "fas2_ots33", "fas2_machete", "fas2_ifak", "swep_radiodevice"},
  354. command = "sealmedic",
  355. max = 0,
  356. salary = 250,
  357. admin = 0,
  358. vote = false,
  359. hasLicense = true,
  360. candemote = false,
  361. category = "United States Navy Seals"
  362. })
  363.  
  364. TEAM_SEALSNIPER = DarkRP.createJob("Navy Seal: Sniper", {
  365. color = Color(0, 133, 255, 255),
  366. model = {"models/tlsaudrl2548/player/mask1_5.mdl"},
  367. description = [[You are a Sniper For the Navy Seals.]],
  368. weapons = {"fas2_sr25", "fas2_ots33", "fas2_dv2", "swep_radiodevice"},
  369. command = "sealsniper",
  370. max = 0,
  371. salary = 250,
  372. admin = 0,
  373. vote = false,
  374. hasLicense = true,
  375. candemote = false,
  376. category = "United States Navy Seals"
  377. })
  378.  
  379. TEAM_SEALOFFICER = DarkRP.createJob("Navy Seal: Officer", {
  380. color = Color(0, 133, 255, 255),
  381. model = {"models/tlsaudrl2548/player/deltar5.mdl"},
  382. description = [[You are an Officer For the Navy Seals.]],
  383. weapons = {"fas2_m14", "fas2_deagle", "fas2_m67", "swep_radiodevice"},
  384. command = "sealofficer",
  385. max = 0,
  386. salary = 250,
  387. admin = 0,
  388. vote = false,
  389. hasLicense = true,
  390. candemote = false,
  391. category = "United States Navy Seals"
  392. })
  393.  
  394. TEAM_SEALGRENADIER = DarkRP.createJob("Navy Seal: Grenadier", {
  395. color = Color(0, 133, 255, 255),
  396. model = {"models/tlsaudrl2548/player/deltar5.mdl"},
  397. description = [[You are the goto man for big fucking booms in the Navy Seals.]],
  398. weapons = {"fas2_uzi", "fas2_ots33", "fas2_m67", "swep_radiodevice"},
  399. command = "sealgrenadier",
  400. max = 0,
  401. salary = 250,
  402. admin = 0,
  403. vote = false,
  404. hasLicense = true,
  405. candemote = false,
  406. category = "United States Navy Seals"
  407. })
  408.  
  409. TEAM_SEALHEAVY = DarkRP.createJob("Navy Seal: Support", {
  410. color = Color(0, 133, 255, 255),
  411. model = {"models/tlsaudrl2548/player/mask1_5.mdl"},
  412. description = [[You are a Heavy Infantryman For the Navy Seals.]],
  413. weapons = {"fas2_m60e3", "fas2_ragingbull", "fas2_ammobox", "swep_radiodevice"},
  414. command = "sealheavy",
  415. max = 0,
  416. salary = 250,
  417. admin = 0,
  418. vote = false,
  419. hasLicense = true,
  420. candemote = false,
  421. category = "United States Navy Seals"
  422. })
  423.  
  424.  
  425. ---------------
  426. ---------------
  427. ----USAF-------
  428. ---------------
  429. ---------------
  430.  
  431. TEAM_USAFP = DarkRP.createJob("US Air Force: Pilot", {
  432. color = Color(0, 255, 255, 255),
  433. model = {"models/codmw2/codmw2he.mdl"},
  434. description = [[You are a Pilot for the US Air Force.]],
  435. weapons = {"fas2_m4a1", "fas2_m1911", "garde_a_vous", "swep_radiodevice"},
  436. command = "usafp",
  437. max = 0,
  438. salary = 250,
  439. admin = 0,
  440. vote = false,
  441. hasLicense = true,
  442. candemote = false,
  443. category = "United States Air Force"
  444. })
  445.  
  446. TEAM_USAFAP = DarkRP.createJob("US Air Force: Attack Pilot", {
  447. color = Color(0, 255, 255, 255),
  448. model = {"models/codmw2/codmw2he.mdl"},
  449. description = [[You are an Attack Pilot for the US Air Force.]],
  450. weapons = {"fas2_m4a1", "fas2_m1911", "garde_a_vous", "swep_radiodevice"},
  451. command = "usafap",
  452. max = 0,
  453. salary = 250,
  454. admin = 0,
  455. vote = false,
  456. hasLicense = true,
  457. candemote = false,
  458. category = "United States Air Force"
  459. })
  460.  
  461. TEAM_USAFOFFICER = DarkRP.createJob("US Air Force: Officer", {
  462. color = Color(0, 255, 255, 255),
  463. model = {"models/mw2guy/bz/tfbz01.mdl"},
  464. description = [[You are an Officer for the US Air Force.]],
  465. weapons = {"fas2_g36c", "fas2_deagle", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  466. command = "usafofficer",
  467. max = 0,
  468. salary = 250,
  469. admin = 0,
  470. vote = false,
  471. hasLicense = true,
  472. candemote = false,
  473. category = "United States Air Force"
  474. })
  475.  
  476. ---------------
  477. ---------------
  478. ----Russian----
  479. ---------------
  480. ---------------
  481.  
  482. TEAM_RURECRUIT = DarkRP.createJob("RU Army: Recruit", {
  483. color = Color(255, 0, 0, 255),
  484. model = {"models/mw2guy/rus/soldier_c.mdl"},
  485. description = [[You are a Recruit for the Russian Army.]],
  486. weapons = {"garde_a_vous"},
  487. command = "rurecruit",
  488. max = 0,
  489. salary = 250,
  490. admin = 0,
  491. vote = false,
  492. hasLicense = true,
  493. candemote = false,
  494. category = "Recruits"
  495. })
  496.  
  497. TEAM_RUSOLDIER = DarkRP.createJob("RU Army: Soldier", {
  498. color = Color(255, 0, 0, 255),
  499. model = {"models/mw2guy/rus/soldier_c.mdl"},
  500. description = [[You are a Soldier for the Russian Army.]],
  501. weapons = {"fas2_an94", "fas2_p226", "garde_a_vous", "swep_radiodevice"},
  502. command = "rusoldier",
  503. max = 0,
  504. salary = 250,
  505. admin = 0,
  506. vote = false,
  507. hasLicense = true,
  508. candemote = false,
  509. category = "Russian Army"
  510. })
  511.  
  512. TEAM_RUMEDIC = DarkRP.createJob("RU Army: Medic", {
  513. color = Color(255, 0, 0, 255),
  514. model = {"models/mw2guy/rus/soldier_c.mdl"},
  515. description = [[You are a Medic for the Russian Army.]],
  516. weapons = {"fas2_an94", "fas2_p226", "garde_a_vous", "fas2_ifak", "swep_radiodevice"},
  517. command = "rumedic",
  518. max = 0,
  519. salary = 250,
  520. admin = 0,
  521. vote = false,
  522. hasLicense = true,
  523. candemote = false,
  524. category = "Russian Army"
  525. })
  526.  
  527. TEAM_RUSNIPER = DarkRP.createJob("RU Army: Marksman", {
  528. color = Color(255, 0, 0, 255),
  529. model = {"models/mw2guy/rus/soldier_c.mdl"},
  530. description = [[You are a Marksman for the Russian Army.]],
  531. weapons = {"fas2_svd", "fas2_m1911", "garde_a_vous", "swep_radiodevice"},
  532. command = "rusniper",
  533. max = 0,
  534. salary = 250,
  535. admin = 0,
  536. vote = false,
  537. hasLicense = true,
  538. candemote = false,
  539. category = "Russian Army"
  540. })
  541.  
  542. TEAM_RUOFFICER = DarkRP.createJob("RU Army: Officer", {
  543. color = Color(255, 0, 0, 255),
  544. model = {"models/player/pmc_5/pmc__01.mdl"},
  545. description = [[You are an Officer for the Russian Army.]],
  546. weapons = {"fas2_galil", "fas2_deagle", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  547. command = "ruofficer",
  548. max = 0,
  549. salary = 250,
  550. admin = 0,
  551. vote = false,
  552. hasLicense = true,
  553. candemote = false,
  554. category = "Russian Army"
  555. })
  556.  
  557. ---------------
  558. ---------------
  559. ---Spetsnaz----
  560. ---------------
  561. ---------------
  562.  
  563. TEAM_SZSOLDIER = DarkRP.createJob("Russian Spetsnaz: Soldier", {
  564. color = Color(255, 0, 0, 255),
  565. model = {"models/player/spetsnaz/spetsnaz_01.mdl"},
  566. description = [[You are a Soldier for the Spetsnaz.]],
  567. weapons = {"fas2_famas", "fas2_glock20", "garde_a_vous", "swep_radiodevice"},
  568. command = "szsoldier",
  569. max = 0,
  570. salary = 250,
  571. admin = 0,
  572. vote = false,
  573. hasLicense = true,
  574. candemote = false,
  575. category = "Russian Spetsnaz"
  576. })
  577.  
  578. TEAM_SZMEDIC = DarkRP.createJob("Russian Spetsnaz: Medic", {
  579. color = Color(255, 0, 0, 255),
  580. model = {"models/player/spetsnaz/spetsnaz_01.mdl"},
  581. description = [[You are a Medic for the Russian Spetsnaz.]],
  582. weapons = {"fas2_famas", "fas2_glock20", "garde_a_vous", "fas2_ifak", "swep_radiodevice"},
  583. command = "szmedic",
  584. max = 0,
  585. salary = 250,
  586. admin = 0,
  587. vote = false,
  588. hasLicense = true,
  589. candemote = false,
  590. category = "Russian Spetsnaz"
  591. })
  592.  
  593. TEAM_SZSNIPER = DarkRP.createJob("Russian Spetsnaz: Marksman", {
  594. color = Color(255, 0, 0, 255),
  595. model = {"models/player/spetsnaz/spetsnaz_01.mdl"},
  596. description = [[You are a Marksman for the Russian Spetsnaz.]],
  597. weapons = {"fas2_m82", "fas2_glock20", "garde_a_vous", "swep_radiodevice"},
  598. command = "szsniper",
  599. max = 0,
  600. salary = 250,
  601. admin = 0,
  602. vote = false,
  603. hasLicense = true,
  604. candemote = false,
  605. category = "Russian Spetsnaz"
  606. })
  607.  
  608. TEAM_SZOFFICER = DarkRP.createJob("Russian Spetsnaz: Officer", {
  609. color = Color(255, 0, 0, 255),
  610. model = {"models/player/pmc_5/pmc__01.mdl"},
  611. description = [[You are an Officer for the Russian Spetsnaz.]],
  612. weapons = {"fas2_sterling", "fas2_ragingbull", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  613. command = "szofficer",
  614. max = 0,
  615. salary = 250,
  616. admin = 0,
  617. vote = false,
  618. hasLicense = true,
  619. candemote = false,
  620. category = "Russian Spetsnaz"
  621. })
  622.  
  623. TEAM_SZHEAVY = DarkRP.createJob("Russian Spetsnaz: Heavy Officer", {
  624. color = Color(255, 0, 0, 255),
  625. model = {"models/player/lordvipes/rerc_hunk/hunk_cvp.mdl"},
  626. description = [[You are a Heavy Officer for the Russian Spetsnaz.]],
  627. weapons = {"fas2_famas", "fas2_rpk", "fas2_ragingbull", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  628. command = "szheavy",
  629. max = 0,
  630. salary = 250,
  631. admin = 0,
  632. vote = false,
  633. hasLicense = true,
  634. candemote = false,
  635. category = "Russian Spetsnaz"
  636. })
  637.  
  638. ---------------
  639. ---------------
  640. --Russian AF---
  641. ---------------
  642. ---------------
  643.  
  644. TEAM_RUAFP = DarkRP.createJob("RU Air Force: Pilot", {
  645. color = Color(255, 0, 0, 255),
  646. model = {"models/mw2guy/bz/tfbz02.mdl"},
  647. description = [[You are an Pilot for the Russian Air Force.]],
  648. weapons = {"fas2_an94", "fas2_m1911", "garde_a_vous", "swep_radiodevice"},
  649. command = "ruafp",
  650. max = 0,
  651. salary = 250,
  652. admin = 0,
  653. vote = false,
  654. hasLicense = true,
  655. candemote = false,
  656. category = "Russian Air Force"
  657. })
  658.  
  659. TEAM_RUAFAP = DarkRP.createJob("RU Air Force: Attack Pilot", {
  660. color = Color(255, 0, 0, 255),
  661. model = {"models/mw2guy/bz/tfbz02.mdl"},
  662. description = [[You are an Attack Pilot for the Russian Air Force.]],
  663. weapons = {"fas2_an94", "fas2_m1911", "garde_a_vous", "swep_radiodevice"},
  664. command = "ruafap",
  665. max = 0,
  666. salary = 250,
  667. admin = 0,
  668. vote = false,
  669. hasLicense = true,
  670. candemote = false,
  671. category = "Russian Air Force"
  672. })
  673.  
  674. TEAM_RUAFOFFICER = DarkRP.createJob("RU Air Force: Officer", {
  675. color = Color(255, 0, 0, 255),
  676. model = {"models/player/pmc_5/pmc__01.mdl"},
  677. description = [[You are an Officer for the Russian Air Force.]],
  678. weapons = {"fas2_mp5a5", "fas2_deagle", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  679. command = "ruafofficer",
  680. max = 0,
  681. salary = 250,
  682. admin = 0,
  683. vote = false,
  684. hasLicense = true,
  685. candemote = false,
  686. category = "Russian Air Force"
  687. })
  688. /*
  689. ------------
  690. ---China----
  691. ------------
  692.  
  693. TEAM_CNRECRUIT = DarkRP.createJob("Chinese: Recruit", {
  694. color = Color(255, 0, 0, 255),
  695. model = {"models/player/bf4/ch_assault.mdl"},
  696. description = [[You are a Recruit for China.]],
  697. weapons = {"garde_a_vous"},
  698. command = "cnrecruit",
  699. max = 0,
  700. salary = 250,
  701. admin = 0,
  702. vote = false,
  703. hasLicense = true,
  704. candemote = false,
  705. category = "Recruits"
  706. })
  707.  
  708. TEAM_CNSOLDIER = DarkRP.createJob("Chinese Army: Soldier", {
  709. color = Color(255, 0, 0, 255),
  710. model = {"models/player/bf4/ch_assault.mdl"},
  711. description = [[You are a Soldier for China.]],
  712. weapons = {"fas2_ak12", "fas2_deagle", "fas2_machete", "garde_a_vous", "swep_radiodevice"},
  713. command = "cnsoldier",
  714. max = 0,
  715. salary = 250,
  716. admin = 0,
  717. vote = false,
  718. hasLicense = true,
  719. candemote = false,
  720. category = "China",
  721. hasRadio = true
  722. })
  723.  
  724. TEAM_CNSNIPER = DarkRP.createJob("Chinese: Marksman", {
  725. color = Color(255, 0, 0, 255),
  726. model = {"models/player/bf4/ch_assault.mdl"},
  727. description = [[You are a Marksman for China.]],
  728. weapons = {"fas2_m24", "fas2_dv2", "fas2_ragingbull", "garde_a_vous", "swep_radiodevice"},
  729. command = "cnmarksman",
  730. max = 0,
  731. salary = 250,
  732. admin = 0,
  733. vote = false,
  734. hasLicense = true,
  735. candemote = false,
  736. category = "China"
  737. })
  738.  
  739. TEAM_CNMEDIC = DarkRP.createJob("Chinese Army: Medic", {
  740. color = Color(255, 0, 0, 255),
  741. model = {"models/player/bf4/ch_assault.mdl"},
  742. description = [[You are a Medic for China.]],
  743. weapons = {"fas2_ak12", "fas2_deagle", "fas2_machete", "fas2_ifak", "garde_a_vous", "swep_radiodevice"},
  744. command = "cnmedic",
  745. max = 0,
  746. salary = 250,
  747. admin = 0,
  748. vote = false,
  749. hasLicense = true,
  750. candemote = false,
  751. category = "China"
  752. })
  753.  
  754. TEAM_CNOFFICER = DarkRP.createJob("Chinese: Officer", {
  755. color = Color(255, 0, 0, 255),
  756. model = {"models/player/pmc_5/pmc__01.mdl"},
  757. description = [[You are an Officer for China.]],
  758. weapons = {"fas2_ak12", "fas2_deagle", "fas2_m67", "fas2_dv2", "garde_a_vous", "swep_radiodevice"},
  759. command = "cnofficer",
  760. max = 0,
  761. salary = 250,
  762. admin = 0,
  763. vote = false,
  764. hasLicense = true,
  765. candemote = false,
  766. category = "China"
  767. })
  768. */
  769. ------------
  770. --Generals--
  771. ------------
  772.  
  773. TEAM_USGEN = DarkRP.createJob("United States General", {
  774. color = Color(52, 255, 0, 255),
  775. model = {"models/player/us/army/general.mdl"},
  776. description = [[You are a General for the United States.]],
  777. weapons = {"fas2_g36c", "fas2_deagle", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  778. command = "usgen",
  779. max = 0,
  780. salary = 1000,
  781. admin = 0,
  782. vote = false,
  783. hasLicense = true,
  784. candemote = false,
  785. category = "Generals"
  786. })
  787.  
  788. TEAM_RUGEN = DarkRP.createJob("Russian Federation General", {
  789. color = Color(255, 0, 0, 255),
  790. model = {"models/player/us/army/general.mdl"},
  791. description = [[You are a General for the Russian Federation.]],
  792. weapons = {"fas2_sksa1", "fas2_sterling_sil", "fas2_deagle", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  793. command = "rugen",
  794. max = 0,
  795. salary = 1000,
  796. admin = 0,
  797. vote = false,
  798. hasLicense = true,
  799. candemote = false,
  800. category = "Generals"
  801. })
  802. /*
  803. TEAM_CNGEN = DarkRP.createJob("Chinese General", {
  804. color = Color(255, 0, 0, 255),
  805. model = {"models/bloocobalt/science/navy_09.mdl"},
  806. description = [[You are a General for China.]],
  807. weapons = {"fas2_g36c", "fas2_deagle", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  808. command = "cngen",
  809. max = 0,
  810. salary = 1000,
  811. admin = 0,
  812. vote = false,
  813. hasLicense = true,
  814. candemote = false,
  815. category = "Generals"
  816. })
  817. */
  818. ------------------------------
  819. --United States Donator Jobs--
  820. ------------------------------
  821.  
  822. TEAM_USPOINT = DarkRP.createJob("US Army: Pointman[T1]", {
  823. color = Color(52, 255, 0, 255),
  824. model = {"models/mw2guy/bz/tfbzca01.mdl"},
  825. description = [[You are a Breacher for the US Army, You are used mainly for raids. You must be a T1 Donator or Above to use this class!]],
  826. weapons = {"fas2_rem870", "fas2_m1911", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  827. command = "uspointman",
  828. max = 0,
  829. salary = 500,
  830. admin = 0,
  831. vote = false,
  832. hasLicense = true,
  833. candemote = false,
  834. category = "United States Army"
  835. })
  836.  
  837. TEAM_USPARA = DarkRP.createJob("US Army: Paratrooper[T2]", {
  838. color = Color(52, 255, 0, 255),
  839. model = {"models/mw2guy/bz/tfbzca01.mdl"},
  840. description = [[You are a Paratrooper for the US Army, You are used mainly for raids. You must be a T2 Donator or Above to use this class!]],
  841. weapons = {"fas2_rk95", "fas2_m1911", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  842. command = "uspara",
  843. max = 0,
  844. salary = 500,
  845. admin = 0,
  846. vote = false,
  847. hasLicense = true,
  848. candemote = false,
  849. category = "United States Army"
  850. })
  851.  
  852. TEAM_USDP = DarkRP.createJob("US Army: Drone Pilot[T3]", {
  853. color = Color(52, 255, 0, 255),
  854. model = {"models/mw2guy/bz/tfbz01.mdl"},
  855. description = [[You are a Drone Pilot for the US Army, You are used mainly for dropping bombs into the battlefield. You must be a T3 Donator or Above to use this class!]],
  856. weapons = {"fas2_rk95", "fas2_m1911", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  857. command = "usdp",
  858. max = 0,
  859. salary = 500,
  860. admin = 0,
  861. vote = false,
  862. hasLicense = true,
  863. candemote = false,
  864. category = "United States Army"
  865. })
  866.  
  867. TEAM_USJUG = DarkRP.createJob("US Army: Juggernaut[T4]", {
  868. color = Color(52, 255, 0, 255),
  869. model = {"models/mw2guy/riot/juggernaut.mdl"},
  870. description = [[You are a Juggernaut for the US Army, You are used mainly for shooting up the Russians. You must be a T4 Donator or Above to use this class!]],
  871. weapons = {"fas2_g36c", "fas2_rem870", "fas2_m1911", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  872. command = "usjug",
  873. max = 0,
  874. salary = 500,
  875. admin = 0,
  876. vote = false,
  877. hasLicense = true,
  878. candemote = false,
  879. category = "United States Army",
  880. PlayerSpawn = function(ply)
  881. ply:SetMaxHealth(250)
  882. ply:SetHealth(250)
  883. end
  884. })
  885.  
  886. TEAM_USRAMBO = DarkRP.createJob("US Army: Rambo[T5]", {
  887. color = Color(52, 255, 0, 255),
  888. model = {"models/models/konnie/rambo/rambo.mdl"},
  889. description = [[You are Rambo, Kill those son's of bitches!]],
  890. weapons = {"fas2_m4a1", "fas2_rem870", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  891. command = "usrambo",
  892. max = 0,
  893. salary = 1000,
  894. admin = 0,
  895. vote = false,
  896. hasLicense = true,
  897. candemote = false,
  898. category = "United States Army",
  899. PlayerSpawn = function(ply)
  900. ply:SetMaxHealth(500)
  901. ply:SetHealth(500)
  902. end
  903. })
  904.  
  905. ------------------------------
  906. -----Russian Donator Jobs-----
  907. ------------------------------
  908.  
  909. TEAM_RUPOINT = DarkRP.createJob("RU Army: Pointman[T1]", {
  910. color = Color(255, 0, 0, 255),
  911. model = {"models/mw2guy/rus/soldier_c.mdl"},
  912. description = [[You are a Breacher for the RU Army, You are used mainly for raids. You must be a T1 Donator or Above to use this class!]],
  913. weapons = {"fas2_rem870", "fas2_m1911", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  914. command = "rupointman",
  915. max = 0,
  916. salary = 500,
  917. admin = 0,
  918. vote = false,
  919. hasLicense = true,
  920. candemote = false,
  921. category = "Russian Army"
  922. })
  923.  
  924. TEAM_RUPARA = DarkRP.createJob("RU Army: Paratrooper[T2]", {
  925. color = Color(255, 0, 0, 255),
  926. model = {"models/mw2guy/rus/soldier_c.mdl"},
  927. description = [[You are a Paratrooper for the RU Army, You are used mainly for raids. You must be a T2 Donator or Above to use this class!]],
  928. weapons = {"fas2_rk95", "fas2_m1911", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  929. command = "rupara",
  930. max = 0,
  931. salary = 500,
  932. admin = 0,
  933. vote = false,
  934. hasLicense = true,
  935. candemote = false,
  936. category = "Russian Army"
  937. })
  938.  
  939. TEAM_RUDP = DarkRP.createJob("RU Army: Drone Pilot[T3]", {
  940. color = Color(255, 0, 0, 255),
  941. model = {"models/mw2guy/rus/soldier_c.mdl"},
  942. description = [[You are a Drone Pilot for the RU Army, You are used mainly for dropping bombs into the battlefield. You must be a T3 Donator or Above to use this class!]],
  943. weapons = {"fas2_rk95", "fas2_m1911", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  944. command = "rudp",
  945. max = 0,
  946. salary = 500,
  947. admin = 0,
  948. vote = false,
  949. hasLicense = true,
  950. candemote = false,
  951. category = "Russian Army"
  952. })
  953.  
  954. TEAM_RUJUG = DarkRP.createJob("RU Army: Juggernaut[T4]", {
  955. color = Color(255, 0, 0, 255),
  956. model = {"models/mw2guy/riot/juggernaut.mdl"},
  957. description = [[You are a Juggernaut for the RU Army, You are used mainly for shooting up the Russians. You must be a T4 Donator or Above to use this class!]],
  958. weapons = {"fas2_g36c", "fas2_rem870", "fas2_m1911", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  959. command = "rujug",
  960. max = 0,
  961. salary = 500,
  962. admin = 0,
  963. vote = false,
  964. hasLicense = true,
  965. candemote = false,
  966. category = "Russian Army",
  967. PlayerSpawn = function(ply)
  968. ply:SetMaxHealth(250)
  969. ply:SetHealth(250)
  970. end
  971. })
  972.  
  973. TEAM_RURAMBO = DarkRP.createJob("RU Army: Rambo[T5]", {
  974. color = Color(255, 0, 0, 255),
  975. model = {"models/models/konnie/rambo/rambo.mdl"},
  976. description = [[You are Rambo, Kill those son's of bitches!]],
  977. weapons = {"fas2_m4a1", "fas2_rem870", "fas2_m67","garde_a_vous", "swep_radiodevice"},
  978. command = "rurambo",
  979. max = 0,
  980. salary = 1000,
  981. admin = 0,
  982. vote = false,
  983. hasLicense = true,
  984. candemote = false,
  985. category = "Russian Army",
  986. PlayerSpawn = function(ply)
  987. ply:SetMaxHealth(500)
  988. ply:SetHealth(500)
  989. end
  990. })
  991.  
  992. ---------------
  993. --Custom Jobs--
  994. ---------------
  995. /*
  996. TEAM_CJSKEVINS = DarkRP.createJob("Custom Job: Kevin Spacey", {
  997. color = Color(0, 120, 255, 255),
  998. model = {"models/player/tfa_irons.mdl"},
  999. description = [[It's Kevin Fucking Spacey, No Description needed.]],
  1000. weapons = {"fas2_m14", "fas2_m1911", "garde_a_vous"},
  1001. command = "spacey",
  1002. max = 1,
  1003. salary = 500,
  1004. admin = 0,
  1005. vote = false,
  1006. hasLicense = true,
  1007. candemote = false,
  1008. category = "Custom Jobs",
  1009. })
  1010.  
  1011. TEAM_USAS = DarkRP.createJob("American Sniper", {
  1012. color = Color(0, 120, 255, 255),
  1013. model = {"models/stalkernb/sunrise_symmetry.mdl"},
  1014. description = [[You are the most skilled sniper in the United States Army.]],
  1015. weapons = {"fas2_m82", "fas2_ragingbull", "fas2_m67", "fas2_ifak", "garde_a_vous"},
  1016. command = "usas",
  1017. max = 1,
  1018. salary = 500,
  1019. admin = 0,
  1020. vote = false,
  1021. hasLicense = true,
  1022. candemote = false,
  1023. category = "Custom Jobs",
  1024. })
  1025. */
  1026. TEAM_VALKYRIE = DarkRP.createJob("Director Valkyrie", {
  1027. color = Color(91, 91, 91, 255),
  1028. model = {"models/player/tfa_cso2/ct_helga.mdl"},
  1029. description = [[You're the hot Russian badass of every soldier's dream. Also the Director of the CIA special fireteam codename "Whsikey" ]],
  1030. weapons = {"fas2_m60", "fas2_ots33", "fas2_ammobox", "fas2_ifak", "garde_a_vous", "weapon_drr_remote"},
  1031. command = "valkyrie",
  1032. max = 1,
  1033. salary = 500,
  1034. admin = 0,
  1035. vote = false,
  1036. hasLicense = true,
  1037. candemote = false,
  1038. category = "Custom Jobs",
  1039. })
  1040.  
  1041. TEAM_VODKA = DarkRP.createJob("Vodka", {
  1042. color = Color(252, 5, 42, 255),
  1043. model = {"models/player/ai_soldiers.mdl"},
  1044. description = [[ Meme ]],
  1045. weapons = {"fas2_m82", "fas2_deagle", "fas2_ifak", "garde_a_vous"},
  1046. command = "vodka",
  1047. max = 1,
  1048. salary = 500,
  1049. admin = 0,
  1050. vote = false,
  1051. hasLicense = true,
  1052. candemote = false,
  1053. category = "Custom Jobs",
  1054. })
  1055.  
  1056. --------
  1057. --DI's--
  1058. --------
  1059.  
  1060. TEAM_USDI = DarkRP.createJob("US Army: Drill Instructor", {
  1061. color = Color(52, 255, 0, 255),
  1062. model = {"models/mw2guy/bz/tfbz01.mdl"},
  1063. description = [[You are a Drill Instructor for the US Army.]],
  1064. weapons = {"fas2_g36c", "fas2_deagle", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  1065. command = "usdi",
  1066. max = 0,
  1067. salary = 250,
  1068. admin = 0,
  1069. vote = false,
  1070. hasLicense = true,
  1071. candemote = false,
  1072. category = "United States Army"
  1073. })
  1074.  
  1075. TEAM_RUDI = DarkRP.createJob("Russian Army: Drill Instructor", {
  1076. color = Color(255, 0, 0, 255),
  1077. model = {"models/mw2guy/bz/tfbz01.mdl"},
  1078. description = [[You are a Drill Instructor for the Russian Army.]],
  1079. weapons = {"fas2_g36c", "fas2_deagle", "fas2_m67", "garde_a_vous", "swep_radiodevice"},
  1080. command = "rudi",
  1081. max = 0,
  1082. salary = 250,
  1083. admin = 0,
  1084. vote = false,
  1085. hasLicense = true,
  1086. candemote = false,
  1087. category = "Russian Army"
  1088. })
  1089.  
  1090. ---------
  1091. --STAFF--
  1092. ---------
  1093.  
  1094. TEAM_STAFF = DarkRP.createJob("Staff On Duty", {
  1095. color = Color(255, 0, 0, 255),
  1096. model = {"models/player/combine_super_soldier.mdl"},
  1097. description = [[You are the Guy that keeps saving the day, just DONT Fuck up the Rules.]],
  1098. weapons = {"arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker", "lockpick", "weapon_physgun", "gmod_tool", "swep_radiodevice"},
  1099. command = "staff",
  1100. max = 0,
  1101. salary = 250,
  1102. admin = 0,
  1103. vote = false,
  1104. category = "Staff On Duty",
  1105. hasLicense = true,
  1106. PlayerSpawn = function(ply)
  1107. ply:SetMaxHealth(2147483647)
  1108. ply:SetHealth(2147483647)
  1109. end
  1110. })
  1111.  
  1112. -----------
  1113. --DEFAULT--
  1114. -----------
  1115.  
  1116. TEAM_PICKINGTEAM = DarkRP.createJob("Picking Team", {
  1117. color = Color(20, 150, 20, 255),
  1118. model = {
  1119. "models/player/Group01/Female_01.mdl",
  1120. "models/player/Group01/Female_02.mdl",
  1121. "models/player/Group01/Female_03.mdl",
  1122. "models/player/Group01/Female_04.mdl",
  1123. "models/player/Group01/Female_06.mdl",
  1124. "models/player/group01/male_01.mdl",
  1125. "models/player/Group01/Male_02.mdl",
  1126. "models/player/Group01/male_03.mdl",
  1127. "models/player/Group01/Male_04.mdl",
  1128. "models/player/Group01/Male_05.mdl",
  1129. "models/player/Group01/Male_06.mdl",
  1130. "models/player/Group01/Male_07.mdl",
  1131. "models/player/Group01/Male_08.mdl",
  1132. "models/player/Group01/Male_09.mdl"
  1133. },
  1134. description = [[Change your job to RU or US Recruit if it's your first time playing.]],
  1135. weapons = {},
  1136. command = "picking",
  1137. max = 0,
  1138. salary = 1,
  1139. admin = 0,
  1140. vote = false,
  1141. hasLicense = false,
  1142. candemote = false,
  1143. category = "Picking Team",
  1144. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement