kittaiyo

Untitled

Feb 28th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 84.39 KB | None | 0 0
  1. --[[---------------------------------------------------------------------------
  2. DarkRP custom jobs
  3. ---------------------------------------------------------------------------
  4.  
  5. This file contains your custom jobs.
  6. This file should also contain jobs from DarkRP that you edited.
  7.  
  8. Note: If you want to edit a default DarkRP job, first disable it in darkrp_config/disabled_defaults.lua
  9. Once you've done that, copy and paste the job to this file and edit it.
  10.  
  11. The default jobs can be found here:
  12. https://github.com/FPtje/DarkRP/blob/master/gamemode/config/jobrelated.lua
  13.  
  14. For examples and explanation please visit this wiki page:
  15. http://wiki.darkrp.com/index.php/DarkRP:CustomJobFields
  16.  
  17.  
  18. Add jobs under the following line:
  19. ---------------------------------------------------------------------------]]
  20. TEAM_STAFF = DarkRP.createJob("STAFF Communauté Amnésia", {
  21. color = Color(0, 224, 255, 255),
  22. model = {
  23. "models/katazuro/defalt_playermodel.mdl",
  24. "models/player/anon/anon.mdl",
  25. "models/player/portal/male_04hve.mdl"
  26. },
  27. description = [[Faites respecter les règles du serveur.]],
  28. weapons = {"weapon_keypadchecker", "weaponchecker", "lockpick", "unarrest_stick", "stunstick"},
  29. command = "staff",
  30. max = 0,
  31. salary = 0,
  32. admin = 1,
  33. vote = false,
  34. hasLicense = false,
  35. candemote = true,
  36. category = "Staff",
  37. })
  38.  
  39. TEAM_CITIZEN = DarkRP.createJob("Cadet Clone Trooper", {
  40. color = Color(207, 179, 159, 255),
  41. model = {
  42. "models/player/clone cadet/clonecadet.mdl",
  43. "models/player/starwars/clone_cadet/clone_cadet.mdl"
  44. },
  45. description = [[Vous êtes un cadet fraichement arrivé à bord de l'Amnésia.]],
  46. weapons = {"tfa_dc15a_expanded_training","garde_a_vousv1.1"},
  47. command = "citizen",
  48. max = 0,
  49. salary = 0,
  50. admin = 0,
  51. vote = false,
  52. hasLicense = false,
  53. category = "Cadet Clone",
  54. candemote = false,
  55. })
  56.  
  57. TEAM_CT = DarkRP.createJob("Clonetrooper", {
  58. color = Color(218, 218, 218, 255),
  59. model = {
  60. "models/player/clone/starwars/trooper.mdl",
  61. "models/player/clone/starwars/trooper_helmetless.mdl"
  62. },
  63. description = [[<Whitelist> Vous êtes un Clonetrooper, vous faites parti de l'armée régulière]],
  64. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","models/weapons/w_tfa_clonecard_c1.mdl","swep_radiodevice"},
  65. command = "clonetrooper",
  66. max = 0,
  67. salary = 8000,
  68. admin = 0,
  69. vote = false,
  70. hasLicense = false,
  71. category = "CloneTrooper",
  72. PlayerLoadout = function( ply ) return
  73. ply:SetHealth(100) end,
  74. CustomCheckFailMsg = "Ce métier est reservé à ceux ayant fini leur formation CCT.",
  75. })
  76.  
  77. TEAM_CMDSHOCK = DarkRP.createJob("CMD Shocktrooper Elite", {
  78. color = Color(210, 2, 2, 255),
  79. model = {
  80. "models/player/gguc/gguc.mdl"
  81. },
  82. description = [[<Whitelist> Vous êtes le Commandant Clonetrooper Shock Elite, ne mettez cette tenue qu'en combat]],
  83. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  84. command = "cmdshockelite",
  85. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  86. salary = 100,
  87. admin = 0,
  88. vote = false,
  89. hasLicense = false,
  90. category = "CloneTrooper Shock Elite",
  91. PlayerLoadout = function( ply ) return
  92. ply:SetHealth(1500) end,
  93. CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
  94. })
  95.  
  96. TEAM_CPTSHOCK = DarkRP.createJob("CPT Shocktrooper Elite", {
  97. color = Color(210, 2, 2, 255),
  98. model = {
  99. "models/player/ggrt/ggrt.mdl"
  100. },
  101. description = [[<Whitelist> Vous êtes le Capitaine Clonetrooper Shock Elite, ne mettez cette tenue qu'en combat]],
  102. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  103. command = "cptshockelite",
  104. max = 5, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  105. salary = 100,
  106. admin = 0,
  107. vote = false,
  108. hasLicense = false,
  109. category = "CloneTrooper Shock Elite",
  110. PlayerLoadout = function( ply ) return
  111. ply:SetHealth(1250) end,
  112. CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
  113. })
  114.  
  115. TEAM_LTNSHOCK = DarkRP.createJob("LTN Shocktrooper Elite", {
  116. color = Color(210, 2, 2, 255),
  117. model = {
  118. "models/player/ggbt/ggbt.mdl"
  119. },
  120. description = [[<Whitelist> Vous êtes le Lieutenant Clonetrooper Shock Elite, ne mettez cette tenue qu'en combat]],
  121. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  122. command = "ltnshockelite",
  123. max = 5, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  124. salary = 100,
  125. admin = 0,
  126. vote = false,
  127. hasLicense = false,
  128. category = "CloneTrooper Shock Elite",
  129. PlayerLoadout = function( ply ) return
  130. ply:SetHealth(1200) end,
  131. CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
  132. })
  133.  
  134. TEAM_SGTSHOCK = DarkRP.createJob("SGT Shocktrooper Elite", {
  135. color = Color(210, 2, 2, 255),
  136. model = {
  137. "models/player/gggt/gggt.mdl"
  138. },
  139. description = [[<Whitelist> Vous êtes le Sergent Clonetrooper Shock Elite, ne mettez cette tenue qu'en combat]],
  140. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  141. command = "sgtshockelite",
  142. max = 5, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  143. salary = 100,
  144. admin = 0,
  145. vote = false,
  146. hasLicense = false,
  147. category = "CloneTrooper Shock Elite",
  148. PlayerLoadout = function( ply ) return
  149. ply:SetHealth(1000) end,
  150. CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
  151. })
  152.  
  153. TEAM_CTSHOCK = DarkRP.createJob("CT Shocktrooper Elite", {
  154. color = Color(210, 2, 2, 255),
  155. model = {
  156. "models/player/ggyt/ggyt.mdl"
  157. },
  158. description = [[<Whitelist> Vous êtes un Clonetrooper Shock Elite, ne mettez cette tenue qu'en combat]],
  159. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  160. command = "ctshockelite",
  161. max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  162. salary = 100,
  163. admin = 0,
  164. vote = false,
  165. hasLicense = false,
  166. category = "CloneTrooper Shock Elite",
  167. PlayerLoadout = function( ply ) return
  168. ply:SetHealth(800) end,
  169. CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
  170. })
  171.  
  172. TEAM_CT501 = DarkRP.createJob("CT 501st", {
  173. color = Color(29, 0, 255, 255),
  174. model = {
  175. "models/reizer_cgi_p2/501_d1/501_d1.mdl",
  176. "models/reizer_cgi_p2/501_snow_trp/501_snow_trp.mdl",
  177.  
  178. },
  179. description = [[<Whitelist> Vous êtes un Clonetrooper de la 501st]],
  180. weapons = {"weapon_tfa_dc15a501","weapon_752_dc17","weapon_tfa_dc15sa501","garde_a_vousv1.1","swep_radiodevice"},
  181. command = "ct501",
  182. max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  183. salary = 100,
  184. admin = 0,
  185. vote = false,
  186. hasLicense = false,
  187. category = "Régiment 501st",
  188. PlayerLoadout = function( ply ) return
  189. ply:SetHealth(100) end,
  190. CustomCheckFailMsg = "Ce métier est reservé aux membres de la 501st.",
  191. })
  192.  
  193. TEAM_CPL501 = DarkRP.createJob("Caporal 501st", {
  194. color = Color(29, 0, 255, 255),
  195. model = {
  196. "models/reizer_cgi_p2/501_d2/501_d2.mdl",
  197. "models/reizer_cgi_p2/501_snow_trp/501_snow_trp.mdl",
  198. },
  199. description = [[<Whitelist> Vous êtes un Caporal de la 501st]],
  200. weapons = {"weapon_tfa_dc15a501","weapon_752_dc17","weapon_tfa_dc15sa501","garde_a_vousv1.1","swep_radiodevice"},
  201. command = "cpl501",
  202. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  203. salary = 100,
  204. admin = 0,
  205. vote = false,
  206. hasLicense = false,
  207. category = "Régiment 501st",
  208. PlayerLoadout = function( ply ) return
  209. ply:SetHealth(500) end,
  210. CustomCheckFailMsg = "Ce métier est reservé aux membres de la 501st.",
  211. })
  212.  
  213. TEAM_CPLC501 = DarkRP.createJob("Caporal-Chef 501st", {
  214. color = Color(29, 0, 255, 255),
  215. model = {
  216. "models/reizer_cgi_p2/501_d3/501_d3.mdl",
  217. "models/reizer_cgi_p2/501_snow_trp/501_snow_trp.mdl",
  218. },
  219. description = [[<Whitelist> Vous êtes un Caporal-Chef de la 501st]],
  220. weapons = {"weapon_tfa_dc15a501","weapon_752_dc17","weapon_tfa_dc15sa501","garde_a_vousv1.1","swep_radiodevice"},
  221. command = "cplc501",
  222. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  223. salary = 100,
  224. admin = 0,
  225. vote = false,
  226. hasLicense = false,
  227. category = "Régiment 501st",
  228. PlayerLoadout = function( ply ) return
  229. ply:SetHealth(750) end,
  230. CustomCheckFailMsg = "Ce métier est reservé aux membres de la 501st.",
  231. })
  232.  
  233. TEAM_SGT501 = DarkRP.createJob("Sergent 501st", {
  234. color = Color(29, 0, 255, 255),
  235. model = {
  236. "models/reizer_cgi_p2/501_d5/501_d5.mdl",
  237. "models/reizer_cgi_p2/501_snow_trp/501_snow_trp.mdl",
  238. },
  239. description = [[<Whitelist> Vous êtes un Sergent de la 501st]],
  240. weapons = {"weapon_tfa_dc15a501","weapon_752_dc17","weapon_tfa_dc15sa501","garde_a_vousv1.1","swep_radiodevice"},
  241. command = "sgt501",
  242. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  243. salary = 100,
  244. admin = 0,
  245. vote = false,
  246. hasLicense = false,
  247. category = "Régiment 501st",
  248. PlayerLoadout = function( ply ) return
  249. ply:SetHealth(1000) end,
  250. CustomCheckFailMsg = "Ce métier est reservé aux membres de la 501st.",
  251. })
  252.  
  253. TEAM_LTNSEC501 = DarkRP.createJob("Lieutenant en second 501st", {
  254. color = Color(29, 0, 255, 255),
  255. model = {
  256. "models/reizer_cgi_p2/501_d6/501_d6.mdl",
  257. "models/reizer_cgi_p2/501_snow_trp/501_snow_trp.mdl",
  258. },
  259. description = [[<Whitelist> Vous êtes un Lieutenant en Second de la 501st]],
  260. weapons = {"weapon_tfa_dc15a501","weapon_752_dc17","weapon_tfa_dc15sa501","garde_a_vousv1.1","swep_radiodevice"},
  261. command = "ltnsec501",
  262. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  263. salary = 100,
  264. admin = 0,
  265. vote = false,
  266. hasLicense = false,
  267. category = "Régiment 501st",
  268. PlayerLoadout = function( ply ) return
  269. ply:SetHealth(1200) end,
  270. CustomCheckFailMsg = "Ce métier est reservé aux membres de la 501st.",
  271. })
  272.  
  273. TEAM_LTN501 = DarkRP.createJob("Lieutnant 501st", {
  274. color = Color(29, 0, 255, 255),
  275. model = {
  276. "models/reizer_cgi_p2/501_lt/501_lt.mdl",
  277. "models/reizer_cgi_p2/501_snow_trp/501_snow_trp.mdl",
  278. },
  279. description = [[<Whitelist> Vous êtes un Lieutenant de la 501st]],
  280. weapons = {"weapon_tfa_dc15a501","weapon_752_dc17","weapon_tfa_dc15sa501","garde_a_vousv1.1","swep_radiodevice"},
  281. command = "ltn501",
  282. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  283. salary = 100,
  284. admin = 0,
  285. vote = false,
  286. hasLicense = false,
  287. category = "Régiment 501st",
  288. PlayerLoadout = function( ply ) return
  289. ply:SetHealth(1400) end,
  290. CustomCheckFailMsg = "Ce métier est reservé aux membres de la 501st.",
  291. })
  292.  
  293. TEAM_CPTSEC501 = DarkRP.createJob("Capitaine en second 501st", {
  294. color = Color(29, 0, 255, 255),
  295. model = {
  296. "models/reizer_cgi_p2/501_maj/501_maj.mdl",
  297. "models/reizer_cgi_p2/501_snow_trp/501_snow_trp.mdl",
  298. },
  299. description = [[<Whitelist> Vous êtes un Capitaine en second de la 501st]],
  300. weapons = {"weapon_tfa_dc15a501","weapon_752_dc17","weapon_tfa_dc15sa501","garde_a_vousv1.1","swep_radiodevice"},
  301. command = "ctpsec501",
  302. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  303. salary = 100,
  304. admin = 0,
  305. vote = false,
  306. hasLicense = false,
  307. category = "Régiment 501st",
  308. PlayerLoadout = function( ply ) return
  309. ply:SetHealth(1600) end,
  310. CustomCheckFailMsg = "Ce métier est reservé aux membres de la 501st.",
  311. })
  312.  
  313. TEAM_CPT501 = DarkRP.createJob("Capitaine 501st", {
  314. color = Color(29, 0, 255, 255),
  315. model = {
  316. "models/reizer_cgi_p2/501_cpt/501_cpt.mdl",
  317. "models/reizer_cgi_p2/501_snow_trp/501_snow_trp.mdl",
  318. },
  319. description = [[<Whitelist> Vous êtes un Capitaine de la 501st]],
  320. weapons = {"weapon_tfa_dc15a501","weapon_752_dc17","weapon_tfa_dc15sa501","garde_a_vousv1.1","swep_radiodevice"},
  321. command = "ctp501",
  322. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  323. salary = 100,
  324. admin = 0,
  325. vote = false,
  326. hasLicense = false,
  327. category = "Régiment 501st",
  328. PlayerLoadout = function( ply ) return
  329. ply:SetHealth(1800) end,
  330. CustomCheckFailMsg = "Ce métier est reservé aux membres de la 501st.",
  331. })
  332.  
  333. TEAM_VCMD501 = DarkRP.createJob("Vice Commandant 501st", {
  334. color = Color(29, 0, 255, 255),
  335. model = {
  336. "models/reizer_cgi_p2/501_col/501_col.mdl",
  337. "models/reizer_cgi_p2/501_snow_cmd/501_snow_cmd.mdl",
  338. },
  339. description = [[<Whitelist> Vous êtes le Vice-Commandant de la 501st]],
  340. weapons = {"weapon_tfa_dc15a501","weapon_752_dc17","weapon_tfa_dc15sa501","garde_a_vousv1.1","swep_radiodevice"},
  341. command = "vcmd501",
  342. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  343. salary = 100,
  344. admin = 0,
  345. vote = false,
  346. hasLicense = false,
  347. category = "Régiment 501st",
  348. PlayerLoadout = function( ply ) return
  349. ply:SetHealth(2000) end,
  350. CustomCheckFailMsg = "Ce métier est reservé aux membres de la 501st.",
  351. })
  352.  
  353. TEAM_CMD501 = DarkRP.createJob("Commandant 501st", {
  354. color = Color(29, 0, 255, 255),
  355. model = {
  356. "models/reizer_cgi_p2/501_appo/501_appo.mdl",
  357. "models/reizer_cgi_p2/501_snow_cmd/501_snow_cmd.mdl",
  358.  
  359. },
  360. description = [[<Whitelist> Vous êtes le Commandant de la 501st]],
  361. weapons = {"weapon_tfa_dc15a501","weapon_752_dc17","weapon_tfa_dc15sa501","garde_a_vousv1.1","swep_radiodevice"},
  362. command = "cmd501",
  363. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  364. salary = 100,
  365. admin = 0,
  366. vote = false,
  367. hasLicense = false,
  368. category = "Régiment 501st",
  369. PlayerLoadout = function( ply ) return
  370. ply:SetHealth(2250) end,
  371. CustomCheckFailMsg = "Ce métier est reservé aux membres de la 501st.",
  372. })
  373.  
  374. TEAM_ANAKIN = DarkRP.createJob("GNL Anakin Skywalker", {
  375. color = Color(0, 31, 127, 255),
  376. model = {
  377. "models/tfa/comm/gg/pm_sw_anakin_v2.mdl"
  378. },
  379. description = [[<Whitelist> =VIP= Vous êtes le Général de la 501st ]],
  380. weapons = {"weapon_lightsaber","swep_radiodevice"},
  381. command = "anakin",
  382. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  383. salary = 100,
  384. admin = 0,
  385. vote = false,
  386. hasLicense = false,
  387. category = "Régiment 501st",
  388. PlayerLoadout = function( ply ) return
  389. ply:SetHealth(3000) end,
  390. CustomCheckFailMsg = "Ce métier est reservé aux VIP.",
  391. })
  392.  
  393. TEAM_ASHOKA = DarkRP.createJob("CMD Padawan Ashoka Tano", {
  394. color = Color(0, 31, 127, 255),
  395. model = {
  396. "models/tfa/comm/gg/pm_sw_ahsoka_v1.mdl"
  397. },
  398. description = [[<Whitelist> =VIP= Vous êtes le Commandant de la 501st et Padawan de Anakin Skywalker ]],
  399. weapons = {"weapon_lightsaber","swep_radiodevice"},
  400. command = "ashoka",
  401. max = 1,
  402. salary = 100,
  403. admin = 0,
  404. vote = false,
  405. hasLicense = false,
  406. category = "Régiment 501st",
  407. PlayerLoadout = function( ply ) return
  408. ply:SetHealth(2000) end,
  409. customCheck = function(ply) return CLIENT or
  410. table.HasValue({'superadmin','Gerant-Staff', 'Administrateur', 'Moderateur', 'Moderateur-Test', 'VIP', "Gerant-CloneWarsRP"}, ply:GetNWString('usergroup'))
  411. end,
  412. CustomCheckFailMsg = "Ce métier est reservé aux VIP.",
  413. })
  414.  
  415. TEAM_CTMARINE = DarkRP.createJob("Clonetrooper 21st", {
  416. color = Color(127, 0, 255, 255),
  417. model = {
  418. "models/reizer_cgi_p2/21_trp/21_trp.mdl",
  419. "models/reizer_cgi_p2/gm_1/gm_1.mdl",
  420. "models/reizer_cgi_p2/gm_8/gm_8.mdl",
  421. "models/reizer_cgi_p2/gm_13/gm_13.mdl",
  422. "models/reizer_cgi_p2/gm_3/gm_3.mdl",
  423. },
  424. description = [[<Whitelist> Vous êtes un Clonetrooper de la 21st]],
  425. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  426. command = "ct21st",
  427. max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  428. salary = 100,
  429. admin = 0,
  430. vote = false,
  431. hasLicense = false,
  432. category = "Régiment 21st",
  433. PlayerLoadout = function( ply ) return
  434. ply:SetHealth(100) end,
  435. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  436. })
  437.  
  438. TEAM_MDCMARINE = DarkRP.createJob("Medecin 21st", {
  439. color = Color(127, 0, 255, 255),
  440. model = {
  441. "models/reizer_cgi_p2/21_med/21_med.mdl",
  442. "models/reizer_cgi_p2/gm_1/gm_1.mdl",
  443. "models/reizer_cgi_p2/gm_8/gm_8.mdl",
  444. "models/reizer_cgi_p2/gm_13/gm_13.mdl",
  445. "models/reizer_cgi_p2/gm_3/gm_3.mdl",
  446. },
  447. description = [[<Whitelist> Vous êtes un Medecin de la 21st]],
  448. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice","weapon_bactanade","weapon_bactainjector","weapon_medkit"},
  449. command = "mdc21st",
  450. max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  451. salary = 100,
  452. admin = 0,
  453. vote = false,
  454. hasLicense = false,
  455. category = "Régiment 21st",
  456. PlayerLoadout = function( ply ) return
  457. ply:SetHealth(550) end,
  458. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  459. })
  460.  
  461. TEAM_CPLMARINE = DarkRP.createJob("Caporal 21st", {
  462. color = Color(127, 0, 255, 255),
  463. model = {
  464. "models/reizer_cgi_p2/21_d1/21_d1.mdl",
  465. "models/reizer_cgi_p2/gm_1/gm_1.mdl",
  466. "models/reizer_cgi_p2/gm_8/gm_8.mdl",
  467. "models/reizer_cgi_p2/gm_13/gm_13.mdl",
  468. "models/reizer_cgi_p2/gm_3/gm_3.mdl",
  469. },
  470. description = [[<Whitelist> Vous êtes un Clonetrooper de la 21st]],
  471. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  472. command = "cpl21st",
  473. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  474. salary = 100,
  475. admin = 0,
  476. vote = false,
  477. hasLicense = false,
  478. category = "Régiment 21st",
  479. PlayerLoadout = function( ply ) return
  480. ply:SetHealth(500) and ply:SetArmor(100) end,
  481. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  482. })
  483.  
  484. TEAM_CPLCMARINE = DarkRP.createJob("Caporal-Chef 21st", {
  485. color = Color(127, 0, 255, 255),
  486. model = {
  487. "models/reizer_cgi_p2/21_d4/21_d4.mdl",
  488. "models/reizer_cgi_p2/gm_1/gm_1.mdl",
  489. "models/reizer_cgi_p2/gm_8/gm_8.mdl",
  490. "models/reizer_cgi_p2/gm_13/gm_13.mdl",
  491. "models/reizer_cgi_p2/gm_3/gm_3.mdl",
  492. },
  493. description = [[<Whitelist> Vous êtes un Caporal-Chef de la 21st]],
  494. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  495. command = "cplc21st",
  496. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  497. salary = 100,
  498. admin = 0,
  499. vote = false,
  500. hasLicense = false,
  501. category = "Régiment 21st",
  502. PlayerLoadout = function( ply ) return
  503. ply:SetHealth(750) and ply:SetArmor(125) end,
  504. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  505. })
  506.  
  507. TEAM_SGTMARINE = DarkRP.createJob("Sergent 21st", {
  508. color = Color(127, 0, 255, 255),
  509. model = {
  510. "models/reizer_cgi_p2/21_sgt/21_sgt.mdl",
  511. "models/reizer_cgi_p2/gm_1/gm_1.mdl",
  512. "models/reizer_cgi_p2/gm_8/gm_8.mdl",
  513. "models/reizer_cgi_p2/gm_13/gm_13.mdl",
  514. "models/reizer_cgi_p2/gm_3/gm_3.mdl",
  515. },
  516. description = [[<Whitelist> Vous êtes un Sergent de la 21st]],
  517. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  518. command = "sgt21st",
  519. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  520. salary = 100,
  521. admin = 0,
  522. vote = false,
  523. hasLicense = false,
  524. category = "Régiment 21st",
  525. PlayerLoadout = function( ply ) return
  526. ply:SetHealth(1000) and ply:SetArmor(150) end,
  527. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  528. })
  529.  
  530. TEAM_LTN2NDMARINE = DarkRP.createJob("Lieutenant en second 21st", {
  531. color = Color(0, 127, 31, 255),
  532. model = {
  533. "models/reizer_cgi_p2/21_d3/21_d3.mdl",
  534. "models/reizer_cgi_p2/gm_1/gm_1.mdl",
  535. "models/reizer_cgi_p2/gm_8/gm_8.mdl",
  536. "models/reizer_cgi_p2/gm_13/gm_13.mdl",
  537. "models/reizer_cgi_p2/gm_3/gm_3.mdl",
  538. },
  539. description = [[<Whitelist> Vous êtes un Lieutenant en second de la 21st]],
  540. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
  541. command = "ltn2nd21st",
  542. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  543. salary = 100,
  544. admin = 0,
  545. vote = false,
  546. hasLicense = false,
  547. category = "Régiment 21st",
  548. PlayerLoadout = function( ply ) return
  549. ply:SetHealth(1200) and ply:SetArmor(175) end,
  550. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  551. })
  552.  
  553.  
  554. TEAM_LTNMARINE = DarkRP.createJob("Lieutenant 21st", {
  555. color = Color(0, 127, 31, 255),
  556. model = {
  557. "models/reizer_cgi_p2/21_lt/21_lt.mdl",
  558. "models/reizer_cgi_p2/gm_1/gm_1.mdl",
  559. "models/reizer_cgi_p2/gm_8/gm_8.mdl",
  560. "models/reizer_cgi_p2/gm_13/gm_13.mdl",
  561. "models/reizer_cgi_p2/gm_3/gm_3.mdl",
  562. },
  563. description = [[<Whitelist> Vous êtes un Lieutenant de la 21st]],
  564. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
  565. command = "ltn21st",
  566. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  567. salary = 100,
  568. admin = 0,
  569. vote = false,
  570. hasLicense = false,
  571. category = "Régiment 21st",
  572. PlayerLoadout = function( ply ) return
  573. ply:SetHealth(1400) and ply:SetArmor(200) end,
  574. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  575. })
  576.  
  577.  
  578. TEAM_CPTMARINE = DarkRP.createJob("Capitaine en Second 21st", {
  579. color = Color(127, 0, 255, 255),
  580. model = {
  581. "models/reizer_cgi_p2/21_arf/21_arf.mdl",
  582. "models/reizer_cgi_p2/gm_1/gm_1.mdl",
  583. "models/reizer_cgi_p2/gm_8/gm_8.mdl",
  584. "models/reizer_cgi_p2/gm_13/gm_13.mdl",
  585. "models/reizer_cgi_p2/gm_3/gm_3.mdl",
  586. },
  587. description = [[<Whitelist> Vous êtes un Capitaine en Second de la 21st]],
  588. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  589. command = "cpt2nd21st",
  590. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  591. salary = 100,
  592. admin = 0,
  593. vote = false,
  594. hasLicense = false,
  595. category = "Régiment 21st",
  596. PlayerLoadout = function( ply ) return
  597. ply:SetHealth(100) end,
  598. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  599. })
  600.  
  601. TEAM_CPTMARINE = DarkRP.createJob("Capitaine 21st", {
  602. color = Color(127, 0, 255, 255),
  603. model = {
  604. "models/reizer_cgi_p2/21_cpt/21_cpt.mdl",
  605. "models/reizer_cgi_p2/gm_1/gm_1.mdl",
  606. "models/reizer_cgi_p2/gm_8/gm_8.mdl",
  607. "models/reizer_cgi_p2/gm_13/gm_13.mdl",
  608. "models/reizer_cgi_p2/gm_3/gm_3.mdl",
  609. },
  610. description = [[<Whitelist> Vous êtes un Capitaine de la 21st]],
  611. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  612. command = "cpt21st",
  613. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  614. salary = 100,
  615. admin = 0,
  616. vote = false,
  617. hasLicense = false,
  618. category = "Régiment 21st",
  619. PlayerLoadout = function( ply ) return
  620. ply:SetHealth(100) end,
  621. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  622. })
  623.  
  624. TEAM_VCMDMARINE = DarkRP.createJob("Vice-Commandant 21st", {
  625. color = Color(127, 0, 255, 255),
  626. model = {
  627. "models/reizer_cgi_p2/21_assault/21_assault.mdl",
  628. "models/reizer_cgi_p2/gm_1/gm_1.mdl",
  629. "models/reizer_cgi_p2/gm_8/gm_8.mdl",
  630. "models/reizer_cgi_p2/gm_13/gm_13.mdl",
  631. "models/reizer_cgi_p2/gm_3/gm_3.mdl",
  632. },
  633. description = [[<Whitelist> Vous êtes le Vice-Commandant de la 21st]],
  634. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  635. command = "vcmd21st",
  636. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  637. salary = 100,
  638. admin = 0,
  639. vote = false,
  640. hasLicense = false,
  641. category = "Régiment 21st",
  642. PlayerLoadout = function( ply ) return
  643. ply:SetHealth(100) end,
  644. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  645. })
  646.  
  647. TEAM_CMDMARINE = DarkRP.createJob("Commandant 21st", {
  648. color = Color(127, 0, 255, 255),
  649. model = {
  650. "models/reizer_cgi_p2/21_jet/21_jet.mdl",
  651. },
  652. description = [[<Whitelist> Vous êtes le Commandant de la 21st]],
  653. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  654. command = "cmd21st",
  655. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  656. salary = 100,
  657. admin = 0,
  658. vote = false,
  659. hasLicense = false,
  660. category = "Régiment 21st",
  661. PlayerLoadout = function( ply ) return
  662. ply:SetHealth(100) end,
  663. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  664. })
  665.  
  666. TEAM_CMDMMARINE = DarkRP.createJob("Commandant-Maréchal 21st", {
  667. color = Color(127, 0, 255, 255),
  668. model = {
  669. "models/reizer_cgi_p2/21_bacara/21_bacara.mdl",
  670. },
  671. description = [[<Whitelist> Vous êtes le Commandant-Maréchal de la 21st]],
  672. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  673. command = "cmdm21st",
  674. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  675. salary = 100,
  676. admin = 0,
  677. vote = false,
  678. hasLicense = false,
  679. category = "Régiment 21st",
  680. PlayerLoadout = function( ply ) return
  681. ply:SetHealth(100) end,
  682. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  683. })
  684.  
  685. TEAM_MUNDI = DarkRP.createJob("GNL Ki-Adi Mundi", {
  686. color = Color(127, 0, 255, 255),
  687. model = {
  688. "models/tfa/comm/gg/pm_sw_mundi.mdl",
  689. },
  690. description = [[<Whitelist> =VIP= Vous êtes le Général de la 21st]],
  691. weapons = {"weapon_lightsaber","swep_radiodevice"},
  692. command = "kiadi",
  693. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  694. salary = 100,
  695. admin = 0,
  696. vote = false,
  697. hasLicense = false,
  698. category = "Régiment 21st",
  699. PlayerLoadout = function( ply ) return
  700. ply:SetHealth(3000) end,
  701. customCheck = function(ply) return CLIENT or
  702. table.HasValue({'superadmin','Gerant-Staff', 'Administrateur', 'Moderateur', 'Moderateur-Test', 'VIP', "Gerant-CloneWarsRP"}, ply:GetNWString('usergroup'))
  703. end,
  704. CustomCheckFailMsg = "Ce métier est reservé aux VIP.",
  705. })
  706.  
  707. TEAM_CTGREE = DarkRP.createJob("Clonetrooper 41st", {
  708. color = Color(0, 127, 31, 255),
  709. model = {
  710. "models/reizer_cgi_p2/41_trp/41_trp.mdl",
  711. },
  712. description = [[<Whitelist> Vous êtes un Clonetrooper de la 41st]],
  713. weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","swep_radiodevice","weapon_752_dc17m_sn","weapon_camo","realistic_hook"},
  714. command = "ct41st",
  715. max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  716. salary = 100,
  717. admin = 0,
  718. vote = false,
  719. hasLicense = false,
  720. category = "Régiment 41st",
  721. PlayerLoadout = function( ply ) return
  722. ply:SetHealth(100) end,
  723. CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
  724. })
  725.  
  726. TEAM_MDCGREE = DarkRP.createJob("Medecin 41st", {
  727. color = Color(0, 127, 31, 255),
  728. model = {
  729. "models/reizer_cgi_p2/41_med/41_med.mdl",
  730. },
  731. description = [[<Whitelist> Vous êtes un medecin de la 41st]],
  732. weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","weapon_hexshield","weapon_752_dc17m_sn","stungun","weapon_bactanade","weapon_bactainjector","weapon_medkit","swep_radiodevice","realistic_hook"},
  733. command = "mdc41st",
  734. max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  735. salary = 100,
  736. admin = 0,
  737. vote = false,
  738. hasLicense = false,
  739. category = "Régiment 41st",
  740. PlayerLoadout = function( ply ) return
  741. ply:SetHealth(550) end,
  742. CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
  743. })
  744.  
  745.  
  746. TEAM_CPLGREE = DarkRP.createJob("Caporal 41st", {
  747. color = Color(0, 127, 31, 255),
  748. model = {
  749. "models/reizer_cgi_p2/41_d7/41_d7.mdl",
  750. },
  751. description = [[<Whitelist> Vous êtes un Caporal de la 41st]],
  752. weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","swep_radiodevice","weapon_752_dc17m_sn","weapon_camo","realistic_hook"},
  753. command = "cpl41st",
  754. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  755. salary = 100,
  756. admin = 0,
  757. vote = false,
  758. hasLicense = false,
  759. category = "Régiment 41st",
  760. PlayerLoadout = function( ply ) return
  761. ply:SetHealth(500) and ply:SetArmor(100) end,
  762. CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
  763. })
  764.  
  765. TEAM_CPLCGREE = DarkRP.createJob("Caporal-Chef 41st", {
  766. color = Color(0, 127, 31, 255),
  767. model = {
  768. "models/reizer_cgi_p2/41_d6/41_d6.mdl",
  769. },
  770. description = [[<Whitelist> Vous êtes un Caporal-Chef de la 41st]],
  771. weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","swep_radiodevice","weapon_752_dc17m_sn","weapon_camo","realistic_hook"},
  772. command = "cplc41st",
  773. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  774. salary = 100,
  775. admin = 0,
  776. vote = false,
  777. hasLicense = false,
  778. category = "Régiment 41st",
  779. PlayerLoadout = function( ply ) return
  780. ply:SetHealth(750) and ply:SetArmor(125) end,
  781. CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
  782. })
  783.  
  784. TEAM_SGTGREE = DarkRP.createJob("Sergent 41st", {
  785. color = Color(0, 127, 31, 255),
  786. model = {
  787. "models/reizer_cgi_p2/41_sgt/41_sgt.mdl",
  788. },
  789. description = [[<Whitelist> Vous êtes un Sergent de la 41st]],
  790. weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","swep_radiodevice","weapon_752_dc17m_sn","weapon_camo","realistic_hook"},
  791. command = "sgt41st",
  792. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  793. salary = 100,
  794. admin = 0,
  795. vote = false,
  796. hasLicense = false,
  797. category = "Régiment 41st",
  798. PlayerLoadout = function( ply ) return
  799. ply:SetHealth(1000) and ply:SetArmor(150) end,
  800. CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
  801. })
  802.  
  803. TEAM_LTN2NDGREE = DarkRP.createJob("Lieutenant en second 41st", {
  804. color = Color(0, 127, 31, 255),
  805. model = {
  806. "models/reizer_cgi_p2/41_arf/41_arf.mdl",
  807. },
  808. description = [[<Whitelist> Vous êtes un Lieutenant en second de la 41st]],
  809. weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","swep_radiodevice","weapon_752_dc17m_sn","weapon_camo","realistic_hook"},
  810. command = "ltn2nd41st",
  811. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  812. salary = 100,
  813. admin = 0,
  814. vote = false,
  815. hasLicense = false,
  816. category = "Régiment 41st",
  817. PlayerLoadout = function( ply ) return
  818. ply:SetHealth(1200) and ply:SetArmor(175) end,
  819. CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
  820. })
  821.  
  822. TEAM_LTNGREE = DarkRP.createJob("Lieutenant 41st", {
  823. color = Color(0, 127, 31, 255),
  824. model = {
  825. "models/reizer_cgi_p2/41_lt/41_lt.mdl",
  826. },
  827. description = [[<Whitelist> Vous êtes un Lieutenant de la 41st]],
  828. weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","swep_radiodevice","weapon_752_dc17m_sn","weapon_camo","realistic_hook"},
  829. command = "ltn41st",
  830. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  831. salary = 100,
  832. admin = 0,
  833. vote = false,
  834. hasLicense = false,
  835. category = "Régiment 41st",
  836. PlayerLoadout = function( ply ) return
  837. ply:SetHealth(1400) and ply:SetArmor(200) end,
  838. CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
  839. })
  840.  
  841. TEAM_CPT2NDGREE = DarkRP.createJob("Capitaine en second 41st", {
  842. color = Color(0, 127, 31, 255),
  843. model = {
  844. "models/reizer_cgi_p2/41_maj/41_maj.mdl",
  845. },
  846. description = [[<Whitelist> Vous êtes un Capitaine en second de la 41st]],
  847. weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","swep_radiodevice","weapon_752_dc17m_sn","weapon_camo","realistic_hook"},
  848. command = "cpt2nd41st",
  849. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  850. salary = 100,
  851. admin = 0,
  852. vote = false,
  853. hasLicense = false,
  854. category = "Régiment 41st",
  855. PlayerLoadout = function( ply ) return
  856. ply:SetHealth(1600) and ply:SetArmor(215) end,
  857. CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
  858. })
  859.  
  860. TEAM_CPTGREE = DarkRP.createJob("Capitaine 41st", {
  861. color = Color(0, 127, 31, 255),
  862. model = {
  863. "models/reizer_cgi_p2/41_cpt/41_cpt.mdl",
  864. },
  865. description = [[<Whitelist> Vous êtes un Capitaine de la 41st]],
  866. weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","swep_radiodevice","weapon_752_dc17m_sn","weapon_camo","realistic_hook"},
  867. command = "cpt41st",
  868. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  869. salary = 100,
  870. admin = 0,
  871. vote = false,
  872. hasLicense = false,
  873. category = "Régiment 41st",
  874. PlayerLoadout = function( ply ) return
  875. ply:SetHealth(1800) and ply:SetArmor(225) end,
  876. CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
  877. })
  878.  
  879. TEAM_VCMDGREE = DarkRP.createJob("Vice-Commandant 41st", {
  880. color = Color(0, 127, 31, 255),
  881. model = {
  882. "models/reizer_cgi_p2/41_col/41_col.mdl",
  883. },
  884. description = [[<Whitelist> Vous êtes le Vice-Commandant de la 41st]],
  885. weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","swep_radiodevice","weapon_752_dc17m_sn","weapon_camo","realistic_hook"},
  886. command = "vcmd41st",
  887. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  888. salary = 100,
  889. admin = 0,
  890. vote = false,
  891. hasLicense = false,
  892. category = "Régiment 41st",
  893. PlayerLoadout = function( ply ) return
  894. ply:SetHealth(2000) and ply:SetArmor(250) end,
  895. CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
  896. })
  897.  
  898. TEAM_CMDGREE = DarkRP.createJob("Commandant 41st", {
  899. color = Color(0, 127, 31, 255),
  900. model = {
  901. "models/reizer_cgi_p2/41_gree/41_gree.mdl",
  902. },
  903. description = [[<Whitelist> Vous êtes le Commandant de la 41st]],
  904. weapons = {"weapon_tfa_dc15agc","weapon_752_dc17","weapon_tfa_dc15sagc","garde_a_vousv1.1","swep_radiodevice","weapon_752_dc17m_sn","weapon_camo","realistic_hook"},
  905. command = "cmd41st",
  906. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  907. salary = 100,
  908. admin = 0,
  909. vote = false,
  910. hasLicense = false,
  911. category = "Régiment 41st",
  912. PlayerLoadout = function( ply ) return
  913. ply:SetHealth(2250) and ply:SetArmor(350) end,
  914. CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
  915. })
  916.  
  917. TEAM_YODA = DarkRP.createJob("GNL Maitre Yoda", {
  918. color = Color(0, 127, 31, 255),
  919. model = {
  920. "models/tfa/comm/gg/pm_sw_yoda.mdl",
  921. },
  922. description = [[<Whitelist> =VIP= Vous êtes le Général de la 41st]],
  923. weapons = {"weapon_lightsaber","swep_radiodevice"},
  924. command = "yoda",
  925. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  926. salary = 100,
  927. admin = 0,
  928. vote = false,
  929. hasLicense = false,
  930. category = "Régiment 41st",
  931. PlayerLoadout = function( ply ) return
  932. ply:SetHealth(3000) end,
  933. customCheck = function(ply) return CLIENT or
  934. table.HasValue({'VIP', "Gerant-CloneWarsRP"}, ply:GetNWString('usergroup')) end,
  935. CustomCheckFailMsg = "Ce métier est reservé aux VIP.",
  936. })
  937.  
  938. TEAM_CTSHOCK = DarkRP.createJob("CT Shocktrooper", {
  939. color = Color(255, 0, 0, 255),
  940. model = {
  941. "models/reizer_cgi_p2/guard_trp/guard_trp.mdl",
  942. },
  943. description = [[<Whitelist> Vous êtes un CT de la Shock]],
  944. weapons = {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
  945. command = "ctshock",
  946. max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  947. salary = 100,
  948. admin = 0,
  949. vote = false,
  950. hasLicense = false,
  951. category = "Régiment 65st/ Shock",
  952. PlayerLoadout = function( ply ) return
  953. ply:SetHealth(100) end,
  954. CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
  955. })
  956.  
  957. TEAM_MDCSHOCK = DarkRP.createJob("MDC Shocktrooper", {
  958. color = Color(255, 0, 0, 255),
  959. model = {
  960. "models/reizer_cgi_p2/guard_med/guard_med.mdl",
  961. },
  962. description = [[<Whitelist> Vous êtes un medecin de la Shock]],
  963. weapons = {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_hexshield","stungun","weapon_bactanade","weapon_bactainjector","weapon_medkit","swep_radiodevice"},
  964. command = "mdcshock",
  965. max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  966. salary = 100,
  967. admin = 0,
  968. vote = false,
  969. hasLicense = false,
  970. category = "Régiment 65st/ Shock",
  971. PlayerLoadout = function( ply ) return
  972. ply:SetHealth(550) end,
  973. CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
  974. })
  975.  
  976.  
  977. TEAM_CPLSHOCK = DarkRP.createJob("CPL Shocktrooper", {
  978. color = Color(255, 0, 0, 255),
  979. model = {
  980. "models/reizer_cgi_p2/guard_d2/guard_d2.mdl",
  981. },
  982. description = [[<Whitelist> Vous êtes un Caporal de la Shock]],
  983. weapons=
  984. {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
  985. command = "cplshock",
  986. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  987. salary = 100,
  988. admin = 0,
  989. vote = false,
  990. hasLicense = false,
  991. category = "Régiment 65st/ Shock",
  992. PlayerLoadout = function( ply ) return
  993. ply:SetHealth(500) and ply:SetArmor(100) end,
  994. CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
  995. })
  996.  
  997. TEAM_CPLCSHOCK = DarkRP.createJob("CPLC Shocktrooper", {
  998. color = Color(255, 0, 0, 255),
  999. model = {
  1000. "models/reizer_cgi_p2/guard_d4/guard_d4.mdl",
  1001. },
  1002. description = [[<Whitelist> Vous êtes un Caporal-Chef de la Shock]],
  1003. weapons = {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
  1004. command = "cplcshock",
  1005. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1006. salary = 100,
  1007. admin = 0,
  1008. vote = false,
  1009. hasLicense = false,
  1010. category = "Régiment 65st/ Shock",
  1011. PlayerLoadout = function( ply ) return
  1012. ply:SetHealth(750) and ply:SetArmor(125) end,
  1013. CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
  1014. })
  1015.  
  1016. TEAM_SGTSHOCK = DarkRP.createJob("SGT Shocktrooper", {
  1017. color = Color(255, 0, 0, 255),
  1018. model = {
  1019. "models/reizer_cgi_p2/guard_sgt/guard_sgt.mdl",
  1020. },
  1021. description = [[<Whitelist> Vous êtes un Sergent de la Shock]],
  1022. weapons = {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
  1023. command = "sgtshock",
  1024. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1025. salary = 100,
  1026. admin = 0,
  1027. vote = false,
  1028. hasLicense = false,
  1029. category = "Régiment 65st/ Shock",
  1030. PlayerLoadout = function( ply ) return
  1031. ply:SetHealth(1000) and ply:SetArmor(150) end,
  1032. CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
  1033. })
  1034.  
  1035. TEAM_LTN2NDSHOCK = DarkRP.createJob("LTN en second Shocktrooper", {
  1036. color = Color(255, 0, 0, 255),
  1037. model = {
  1038. "models/reizer_cgi_p2/guard_d3/guard_d3.mdl",
  1039. },
  1040. description = [[<Whitelist> Vous êtes un Lieutenant en second de la Shock]],
  1041. weapons = {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
  1042. command = "ltn2ndshock",
  1043. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1044. salary = 100,
  1045. admin = 0,
  1046. vote = false,
  1047. hasLicense = false,
  1048. category = "Régiment 65st/ Shock",
  1049. PlayerLoadout = function( ply ) return
  1050. ply:SetHealth(1200) and ply:SetArmor(175) end,
  1051. CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
  1052. })
  1053.  
  1054. TEAM_LTNSHOCK = DarkRP.createJob("LTN Shocktrooper", {
  1055. color = Color(255, 0, 0, 255),
  1056. model = {
  1057. "models/reizer_cgi_p2/guard_lt/guard_lt.mdl",
  1058. },
  1059. description = [[<Whitelist> Vous êtes un Lieutenant de la Shock]],
  1060. weapons = {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
  1061. command = "ltnshock",
  1062. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1063. salary = 100,
  1064. admin = 0,
  1065. vote = false,
  1066. hasLicense = false,
  1067. category = "Régiment 65st/ Shock",
  1068. PlayerLoadout = function( ply ) return
  1069. ply:SetHealth(1400) and ply:SetArmor(200) end,
  1070. CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
  1071. })
  1072.  
  1073. TEAM_CPT2NDSHOCK = DarkRP.createJob("CPT2nd Shocktrooper", {
  1074. color = Color(255, 0, 0, 255),
  1075. model = {
  1076. "models/reizer_cgi_p2/guard_maj/guard_maj.mdl",
  1077. },
  1078. description = [[<Whitelist> Vous êtes un Capitaine en second de la Shock]],
  1079. weapons = {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
  1080. command = "cpt2ndshock",
  1081. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1082. salary = 100,
  1083. admin = 0,
  1084. vote = false,
  1085. hasLicense = false,
  1086. category = "Régiment 65st/ Shock",
  1087. PlayerLoadout = function( ply ) return
  1088. ply:SetHealth(1600) and ply:SetArmor(215) end,
  1089. CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
  1090. })
  1091.  
  1092. TEAM_CPTSHOCK = DarkRP.createJob("CPT Shocktrooper", {
  1093. color = Color(255, 0, 0, 255),
  1094. model = {
  1095. "models/reizer_cgi_p2/guard_cpt/guard_cpt.mdl",
  1096. },
  1097. description = [[<Whitelist> Vous êtes un Capitaine de la Shock]],
  1098. weapons = {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
  1099. command = "cptshock",
  1100. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1101. salary = 100,
  1102. admin = 0,
  1103. vote = false,
  1104. hasLicense = false,
  1105. category = "Régiment 65st/ Shock",
  1106. PlayerLoadout = function( ply ) return
  1107. ply:SetHealth(1800) and ply:SetArmor(225) end,
  1108. CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
  1109. })
  1110.  
  1111. TEAM_VCMDSHOCK = DarkRP.createJob("VCMD Shocktrooper", {
  1112. color = Color(255, 0, 0, 255),
  1113. model = {
  1114. "models/reizer_cgi_p2/guard_reizer/guard_reizer.mdl",
  1115. },
  1116. description = [[<Whitelist> Vous êtes le Vice-Commandant de la Shock]],
  1117. weapons = {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
  1118. command = "vcmdshock",
  1119. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1120. salary = 100,
  1121. admin = 0,
  1122. vote = false,
  1123. hasLicense = false,
  1124. category = "Régiment 65st/ Shock",
  1125. PlayerLoadout = function( ply ) return
  1126. ply:SetHealth(2000) and ply:SetArmor(250) end,
  1127. CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
  1128. })
  1129.  
  1130. TEAM_CMDSHOCK = DarkRP.createJob("CMD Shocktrooper", {
  1131. color = Color(255, 0, 0, 255),
  1132. model = {
  1133. "models/reizer_cgi_p2/guard_fox/guard_fox.mdl",
  1134. },
  1135. description = [[<Whitelist> Vous êtes le Commandant de la Shock]],
  1136. weapons = {"weapon_tfa_dc15acg","weapon_752_dc17","weapon_tfa_dc15sacg","garde_a_vousv1.1","weapon_leash_elastic","weapon_leash_elastic","weapon_hexshield","stungun","swep_radiodevice"},
  1137. command = "cmdshock",
  1138. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1139. salary = 100,
  1140. admin = 0,
  1141. vote = false,
  1142. hasLicense = false,
  1143. category = "Régiment 65st/ Shock",
  1144. PlayerLoadout = function( ply ) return
  1145. ply:SetHealth(2250) and ply:SetArmor(350) end,
  1146. CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
  1147. })
  1148.  
  1149. TEAM_CTWOLFFE = DarkRP.createJob("Clonetrooper 104th", {
  1150. color = Color(72, 72, 72, 255),
  1151. model = {
  1152. "models/reizer_cgi_p2/104_trp/104_trp.mdl",
  1153. "models/reizer_cgi_p2/104_snow_trp/104_snow_trp.mdl",
  1154. },
  1155. description = [[<Whitelist> Vous êtes un Clonetrooper de la 104th]],
  1156. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  1157. command = "ct104",
  1158. max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1159. salary = 100,
  1160. admin = 0,
  1161. vote = false,
  1162. hasLicense = false,
  1163. category = "Régiment 104th",
  1164. PlayerLoadout = function( ply ) return
  1165. ply:SetHealth(100) end,
  1166. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  1167. })
  1168.  
  1169. TEAM_MDCWOLFFE = DarkRP.createJob("MDC 104th", {
  1170. color = Color(255, 0, 0, 255),
  1171. model = {
  1172. "models/reizer_cgi_p2/104_med/104_med.mdl",
  1173. "models/reizer_cgi_p2/104_snow_trp/104_snow_trp.mdl",
  1174. },
  1175. description = [[<Whitelist> Vous êtes un medecin de la 104th]],
  1176. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","weapon_bactanade","weapon_bactainjector","weapon_medkit","swep_radiodevice"},
  1177. command = "mdc104th",
  1178. max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1179. salary = 100,
  1180. admin = 0,
  1181. vote = false,
  1182. hasLicense = false,
  1183. category = "Régiment 104th",
  1184. PlayerLoadout = function( ply ) return
  1185. ply:SetHealth(550) end,
  1186. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  1187. })
  1188.  
  1189.  
  1190. TEAM_CPLWOLFFE = DarkRP.createJob("Caporal 104th", {
  1191. color = Color(72, 72, 72, 255),
  1192. model = {
  1193. "models/reizer_cgi_p2/104_d1/104_d1.mdl",
  1194. "models/reizer_cgi_p2/104_snow_trp/104_snow_trp.mdl",
  1195. },
  1196. description = [[<Whitelist> Vous êtes un Caporal de la 104th]],
  1197. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  1198. command = "cpl104",
  1199. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1200. salary = 100,
  1201. admin = 0,
  1202. vote = false,
  1203. hasLicense = false,
  1204. category = "Régiment 104th",
  1205. PlayerLoadout = function( ply ) return
  1206. ply:SetHealth(500) and ply:SetArmor(100) end,
  1207. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  1208. })
  1209.  
  1210. TEAM_CPLCWOLFFE = DarkRP.createJob("Caporal-Chef 104th", {
  1211. color = Color(72, 72, 72, 255),
  1212. model = {
  1213. "models/reizer_cgi_p2/104_d2/104_d2.mdl",
  1214. "models/reizer_cgi_p2/104_snow_trp/104_snow_trp.mdl",
  1215. },
  1216. description = [[<Whitelist> Vous êtes un Caporal-Chef de la 104th]],
  1217. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  1218. command = "cplc104",
  1219. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1220. salary = 100,
  1221. admin = 0,
  1222. vote = false,
  1223. hasLicense = false,
  1224. category = "Régiment 104th",
  1225. PlayerLoadout = function( ply ) return
  1226. ply:SetHealth(750) and ply:SetArmor(125) end,
  1227. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  1228. })
  1229.  
  1230. TEAM_SGTWOLFFE = DarkRP.createJob("Sergent 104th", {
  1231. color = Color(72, 72, 72, 255),
  1232. model = {
  1233. "models/reizer_cgi_p2/104_sgt/104_sgt.mdl",
  1234. "models/reizer_cgi_p2/104_snow_trp/104_snow_trp.mdl",
  1235. },
  1236. description = [[<Whitelist> Vous êtes un Sergent de la 104th]],
  1237. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  1238. command = "sgt104",
  1239. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1240. salary = 100,
  1241. admin = 0,
  1242. vote = false,
  1243. hasLicense = false,
  1244. category = "Régiment 104th",
  1245. PlayerLoadout = function( ply ) return
  1246. ply:SetHealth(1000) and ply:SetArmor(150) end,
  1247. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  1248. })
  1249.  
  1250. TEAM_LTN2NDWOLFFE = DarkRP.createJob("LTN2nd 104th", {
  1251. color = Color(72, 72, 72, 255),
  1252. model = {
  1253. "models/reizer_cgi_p2/104_d5/104_d5.mdl",
  1254. "models/reizer_cgi_p2/104_snow_trp/104_snow_trp.mdl",
  1255. },
  1256. description = [[<Whitelist> Vous êtes un Lieutenant en second de la 104th]],
  1257. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  1258. command = "ltn2nd104",
  1259. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1260. salary = 100,
  1261. admin = 0,
  1262. vote = false,
  1263. hasLicense = false,
  1264. category = "Régiment 104th",
  1265. PlayerLoadout = function( ply ) return
  1266. ply:SetHealth(1200) and ply:SetArmor(175) end,
  1267. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  1268. })
  1269.  
  1270. TEAM_LTNWOLFFE = DarkRP.createJob("Lieutenant 104th", {
  1271. color = Color(72, 72, 72, 255),
  1272. model = {
  1273. "models/reizer_cgi_p2/104_lt/104_lt.mdl",
  1274. "models/reizer_cgi_p2/104_snow_trp/104_snow_trp.mdl",
  1275. },
  1276. description = [[<Whitelist> Vous êtes un Lieutenant de la 104th]],
  1277. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  1278. command = "ltn104",
  1279. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1280. salary = 100,
  1281. admin = 0,
  1282. vote = false,
  1283. hasLicense = false,
  1284. category = "Régiment 104th",
  1285. PlayerLoadout = function( ply ) return
  1286. ply:SetHealth(1400) and ply:SetArmor(200) end,
  1287. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  1288. })
  1289.  
  1290. TEAM_CPT2NDWOLFFE = DarkRP.createJob("CPT2nd 104th", {
  1291. color = Color(72, 72, 72, 255),
  1292. model = {
  1293. "models/reizer_cgi_p2/104_maj/104_maj.mdl",
  1294. "models/reizer_cgi_p2/104_snow_trp/104_snow_trp.mdl",
  1295. },
  1296. description = [[<Whitelist> Vous êtes un Capitaine en second de la 104th]],
  1297. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  1298. command = "cpt2nd104",
  1299. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1300. salary = 100,
  1301. admin = 0,
  1302. vote = false,
  1303. hasLicense = false,
  1304. category = "Régiment 104th",
  1305. PlayerLoadout = function( ply ) return
  1306. ply:SetHealth(1600) and ply:SetArmor(215) end,
  1307. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  1308. })
  1309.  
  1310. TEAM_CPTWOLFFE = DarkRP.createJob("Capitaine 104th", {
  1311. color = Color(72, 72, 72, 255),
  1312. model = {
  1313. "models/reizer_cgi_p2/104_cpt/104_cpt.mdl",
  1314. "models/reizer_cgi_p2/104_snow_trp/104_snow_trp.mdl",
  1315. },
  1316. description = [[<Whitelist> Vous êtes un Capitaine de la 104th]],
  1317. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  1318. command = "cpt104",
  1319. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1320. salary = 100,
  1321. admin = 0,
  1322. vote = false,
  1323. hasLicense = false,
  1324. category = "Régiment 104th",
  1325. PlayerLoadout = function( ply ) return
  1326. ply:SetHealth(1800) and ply:SetArmor(225) end,
  1327. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  1328. })
  1329.  
  1330. TEAM_VCMDWOLFFE = DarkRP.createJob("Vice-Commandant 104th", {
  1331. color = Color(72, 72, 72, 255),
  1332. model = {
  1333. "models/reizer_cgi_p2/104_arc/104_arc.mdl",
  1334. "models/reizer_cgi_p2/104_snow_cmd/104_snow_cmd.mdl",
  1335. },
  1336. description = [[<Whitelist> Vous êtes le Vice-Commandant de la 104th]],
  1337. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  1338. command = "vcmd104",
  1339. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1340. salary = 100,
  1341. admin = 0,
  1342. vote = false,
  1343. hasLicense = false,
  1344. category = "Régiment 104th",
  1345. PlayerLoadout = function( ply ) return
  1346. ply:SetHealth(2000) and ply:SetArmor(250) end,
  1347. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  1348. })
  1349.  
  1350. TEAM_CMDWOLFFE = DarkRP.createJob("Commandant 104th", {
  1351. color = Color(72, 72, 72, 255),
  1352. model = {
  1353. "models/reizer_cgi_p2/104_wolf/104_wolf.mdl",
  1354. "models/reizer_cgi_p2/104_snow_cmd/104_snow_cmd.mdl",
  1355. },
  1356. description = [[<Whitelist> Vous êtes le Commandant de la 104th]],
  1357. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  1358. command = "cmd104",
  1359. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1360. salary = 100,
  1361. admin = 0,
  1362. vote = false,
  1363. hasLicense = false,
  1364. category = "Régiment 104th",
  1365. PlayerLoadout = function( ply ) return
  1366. ply:SetHealth(2250) and ply:SetArmor(350) end,
  1367. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  1368. })
  1369.  
  1370. TEAM_PLOKOON = DarkRP.createJob("GNL Plo Koon", {
  1371. color = Color(72, 72, 72, 255),
  1372. model = {
  1373. "models/player/plokoon/plokoon.mdl",
  1374. },
  1375. description = [[<Whitelist> =VIP= Vous êtes le Général de la 104st]],
  1376. weapons = {"weapon_lightsaber","swep_radiodevice"},
  1377. command = "PloKoon",
  1378. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1379. salary = 100,
  1380. admin = 0,
  1381. vote = false,
  1382. hasLicense = false,
  1383. category = "Régiment 104th",
  1384. PlayerLoadout = function( ply ) return
  1385. ply:SetHealth(3000) end,
  1386. customCheck = function(ply) return CLIENT or
  1387. table.HasValue({'superadmin','Gerant-Staff', 'Administrateur', 'Moderateur', 'Moderateur-Test', 'VIP', "Gerant-CloneWarsRP"}, ply:GetNWString('usergroup')) end,
  1388. CustomCheckFailMsg = "Ce métier est reservé aux VIP.",
  1389. })
  1390.  
  1391. TEAM_ATERRAIN = DarkRP.createJob("Agent", {
  1392. color = Color(109, 109, 109, 255),
  1393. model = {
  1394. "models/player/clone/bnaval.mdl",
  1395. "models/halo1/spartan_blue.mdl",
  1396. },
  1397. description = [[<Whitelist> Vous êtes un Agent de terrain de l'Etat-Major]],
  1398. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
  1399. command = "aem",
  1400. max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1401. salary = 100,
  1402. admin = 0,
  1403. vote = false,
  1404. hasLicense = false,
  1405. category = "Etat-Major",
  1406. PlayerLoadout = function( ply ) return
  1407. ply:SetHealth(100) and ply:SetArmor(100) end,
  1408. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  1409. })
  1410.  
  1411. TEAM_2NDLTNTERRAIN = DarkRP.createJob("2nd Lieutenant", {
  1412. color = Color(109, 109, 109, 255),
  1413. model = {
  1414. "models/lt_c/sci_fi/humans/male_01.mdl",
  1415. "models/lt_c/sci_fi/humans/male_02.mdl",
  1416. "models/lt_c/sci_fi/humans/male_03.mdl",
  1417. "models/lt_c/sci_fi/humans/male_05.mdl",
  1418. "models/lt_c/sci_fi/humans/male_mp3.mdl",
  1419. "models/lt_c/sci_fi/humans/male_louis.mdl",
  1420. "models/lt_c/sci_fi/humans/male_mp1.mdl",
  1421. "models/lt_c/sci_fi/humans/male_plr.mdl",
  1422. "models/lt_c/sci_fi/humans/male_08.mdl",
  1423. "models/lt_c/sci_fi/humans/female_02.mdl",
  1424. "models/lt_c/sci_fi/humans/female_07.mdl",
  1425. "models/lt_c/sci_fi/humans/female_zoey.mdl",
  1426. "models/halo1/spartan_black.mdl",
  1427.  
  1428. },
  1429. description = [[<Whitelist> Vous êtes un 2nd Lieutenant de terrain de l'Etat-Major]],
  1430. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
  1431. command = "2ndltem",
  1432. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1433. salary = 100,
  1434. admin = 0,
  1435. vote = false,
  1436. hasLicense = false,
  1437. category = "Etat-Major",
  1438. PlayerLoadout = function( ply ) return
  1439. ply:SetHealth(250) and ply:SetArmor(100) end,
  1440. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  1441. })
  1442.  
  1443. TEAM_1ERLTNTERRAIN = DarkRP.createJob("1er Lieutenant", {
  1444. color = Color(109, 109, 109, 255),
  1445. model = {
  1446. "models/lt_c/sci_fi/humans/male_01.mdl",
  1447. "models/lt_c/sci_fi/humans/male_02.mdl",
  1448. "models/lt_c/sci_fi/humans/male_03.mdl",
  1449. "models/lt_c/sci_fi/humans/male_05.mdl",
  1450. "models/lt_c/sci_fi/humans/male_mp3.mdl",
  1451. "models/lt_c/sci_fi/humans/male_louis.mdl",
  1452. "models/lt_c/sci_fi/humans/male_mp1.mdl",
  1453. "models/lt_c/sci_fi/humans/male_plr.mdl",
  1454. "models/lt_c/sci_fi/humans/male_08.mdl",
  1455. "models/lt_c/sci_fi/humans/female_02.mdl",
  1456. "models/lt_c/sci_fi/humans/female_07.mdl",
  1457. "models/lt_c/sci_fi/humans/female_zoey.mdl",
  1458. "models/halo1/spartan_maroon.mdl",
  1459.  
  1460. },
  1461. description = [[<Whitelist> Vous êtes un 1er Lieutenant de terrain de l'Etat-Major]],
  1462. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
  1463. command = "1erltem",
  1464. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1465. salary = 100,
  1466. admin = 0,
  1467. vote = false,
  1468. hasLicense = false,
  1469. category = "Etat-Major",
  1470. PlayerLoadout = function( ply ) return
  1471. ply:SetHealth(450) and ply:SetArmor(150) end,
  1472. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  1473. })
  1474.  
  1475. TEAM_CPPTTERRAIN = DarkRP.createJob("Capitaine", {
  1476. color = Color(109, 109, 109, 255),
  1477. model = {
  1478. "models/lt_c/sci_fi/humans/male_01.mdl",
  1479. "models/lt_c/sci_fi/humans/male_02.mdl",
  1480. "models/lt_c/sci_fi/humans/male_03.mdl",
  1481. "models/lt_c/sci_fi/humans/male_05.mdl",
  1482. "models/lt_c/sci_fi/humans/male_mp3.mdl",
  1483. "models/lt_c/sci_fi/humans/male_louis.mdl",
  1484. "models/lt_c/sci_fi/humans/male_mp1.mdl",
  1485. "models/lt_c/sci_fi/humans/male_plr.mdl",
  1486. "models/lt_c/sci_fi/humans/male_08.mdl",
  1487. "models/lt_c/sci_fi/humans/female_02.mdl",
  1488. "models/lt_c/sci_fi/humans/female_07.mdl",
  1489. "models/lt_c/sci_fi/humans/female_zoey.mdl",
  1490. "models/halo1/spartan_orange.mdl",
  1491.  
  1492. },
  1493. description = [[<Whitelist> Vous êtes un Capitaine de terrain de l'Etat-Major]],
  1494. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
  1495. command = "cptterem",
  1496. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1497. salary = 100,
  1498. admin = 0,
  1499. vote = false,
  1500. hasLicense = false,
  1501. category = "Etat-Major",
  1502. PlayerLoadout = function( ply ) return
  1503. ply:SetHealth(700) and ply:SetArmor(175) end,
  1504. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  1505. })
  1506.  
  1507. TEAM_MAJTERRAIN = DarkRP.createJob("Major", {
  1508. color = Color(109, 109, 109, 255),
  1509. model = {
  1510. "models/lt_c/sci_fi/humans/male_01.mdl",
  1511. "models/lt_c/sci_fi/humans/male_02.mdl",
  1512. "models/lt_c/sci_fi/humans/male_03.mdl",
  1513. "models/lt_c/sci_fi/humans/male_05.mdl",
  1514. "models/lt_c/sci_fi/humans/male_mp3.mdl",
  1515. "models/lt_c/sci_fi/humans/male_louis.mdl",
  1516. "models/lt_c/sci_fi/humans/male_mp1.mdl",
  1517. "models/lt_c/sci_fi/humans/male_plr.mdl",
  1518. "models/lt_c/sci_fi/humans/male_08.mdl",
  1519. "models/lt_c/sci_fi/humans/female_02.mdl",
  1520. "models/lt_c/sci_fi/humans/female_07.mdl",
  1521. "models/lt_c/sci_fi/humans/female_zoey.mdl",
  1522. "models/halo1/spartan_brown.mdl",
  1523.  
  1524. },
  1525. description = [[<Whitelist> Vous êtes un Major de terrain de l'Etat-Major]],
  1526. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
  1527. command = "majorem",
  1528. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1529. salary = 100,
  1530. admin = 0,
  1531. vote = false,
  1532. hasLicense = false,
  1533. category = "Etat-Major",
  1534. PlayerLoadout = function( ply ) return
  1535. ply:SetHealth(950) and ply:SetArmor(200) end,
  1536. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  1537. })
  1538.  
  1539. TEAM_LTNCOLTERRAIN = DarkRP.createJob("Lieutenant-Colonel", {
  1540. color = Color(109, 109, 109, 255),
  1541. model = {
  1542. "models/lt_c/sci_fi/humans/male_04.mdl",
  1543. "models/lt_c/sci_fi/humans/female_03.mdl",
  1544. "models/halo1/spartan_cyan.mdl",
  1545.  
  1546.  
  1547. },
  1548. description = [[<Whitelist> Vous êtes un Lieutenant-Colonel de terrain de l'Etat-Major]],
  1549. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
  1550. command = "ltcolem",
  1551. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1552. salary = 100,
  1553. admin = 0,
  1554. vote = false,
  1555. hasLicense = false,
  1556. category = "Etat-Major",
  1557. PlayerLoadout = function( ply ) return
  1558. ply:SetHealth(1150) and ply:SetArmor(225) end,
  1559. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  1560. })
  1561.  
  1562. TEAM_MAJOR = DarkRP.createJob("Colonel", {
  1563. color = Color(109, 109, 109, 255),
  1564. model = {
  1565. "models/lt_c/sci_fi/humans/male_08.mdl",
  1566. "models/lt_c/sci_fi/humans/female_06.mdl",
  1567. "models/halo1/spartan_cobalt.mdl",
  1568.  
  1569. },
  1570. description = [[<Whitelist> Vous êtes un Colonel de terrain de l'Etat-Major]],
  1571. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
  1572. command = "colem",
  1573. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1574. salary = 100,
  1575. admin = 0,
  1576. vote = false,
  1577. hasLicense = false,
  1578. category = "Etat-Major",
  1579. PlayerLoadout = function( ply ) return
  1580. ply:SetHealth(1300) and ply:SetArmor(260) end,
  1581. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  1582. })
  1583.  
  1584. TEAM_BRITERRAIN = DarkRP.createJob("Brigadier", {
  1585. color = Color(109, 109, 109, 255),
  1586. model = {
  1587. "models/lt_c/sci_fi/humans/male_03.mdl",
  1588. "models/lt_c/sci_fi/humans/female_07.mdl",
  1589. "models/halo1/spartan_mc.mdl",
  1590. },
  1591. description = [[<Whitelist> Vous êtes un Brigadier de terrain de l'Etat-Major]],
  1592. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
  1593. command = "briem",
  1594. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1595. salary = 100,
  1596. admin = 0,
  1597. vote = false,
  1598. hasLicense = false,
  1599. category = "Etat-Major",
  1600. PlayerLoadout = function( ply ) return
  1601. ply:SetHealth(1500) and ply:SetArmor(350) end,
  1602. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  1603. })
  1604.  
  1605. TEAM_MAJGNLTERRAIN = DarkRP.createJob("Major-Général", {
  1606. color = Color(109, 109, 109, 255),
  1607. model = {
  1608. "models/lt_c/sci_fi/humans/male_louis.mdl",
  1609. "models/lt_c/sci_fi/humans/female_02.mdl",
  1610. "models/halo1/spartan_gray.mdl",
  1611.  
  1612. },
  1613. description = [[<Whitelist> Vous êtes un Major-Général de terrain de l'Etat-Major]],
  1614. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
  1615. command = "mgem",
  1616. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1617. salary = 100,
  1618. admin = 0,
  1619. vote = false,
  1620. hasLicense = false,
  1621. category = "Etat-Major",
  1622. PlayerLoadout = function( ply ) return
  1623. ply:SetHealth(1750) and ply:SetArmor(375) end,
  1624. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  1625. })
  1626.  
  1627. TEAM_LTNGNLTERRAIN = DarkRP.createJob("Lieutenant-Général", {
  1628. color = Color(109, 109, 109, 255),
  1629. model = {
  1630. "models/lt_c/sci_fi/humans/male_01.mdl",
  1631. "models/lt_c/sci_fi/humans/female_zoey.mdl",
  1632. "models/halo1/spartan_teal.mdl",
  1633.  
  1634. },
  1635. description = [[<Whitelist> Vous êtes un Lieutenant-Général de terrain de l'Etat-Major]],
  1636. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
  1637. command = "lgem",
  1638. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1639. salary = 100,
  1640. admin = 0,
  1641. vote = false,
  1642. hasLicense = false,
  1643. category = "Etat-Major",
  1644. PlayerLoadout = function( ply ) return
  1645. ply:SetHealth(1900) and ply:SetArmor(450) end,
  1646. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  1647. })
  1648.  
  1649. TEAM_GNLTERRAIN = DarkRP.createJob("Général", {
  1650. color = Color(109, 109, 109, 255),
  1651. model = {
  1652. "models/lt_c/sci_fi/humans/male_bill.mdl",
  1653. "models/voxelzero/player/odst.mdl",
  1654.  
  1655. },
  1656. description = [[<Whitelist> Vous êtes le Général de terrain de l'Etat-Major]],
  1657. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice"},
  1658. command = "genem",
  1659. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1660. salary = 100,
  1661. admin = 0,
  1662. vote = false,
  1663. hasLicense = false,
  1664. category = "Etat-Major",
  1665. PlayerLoadout = function( ply ) return
  1666. ply:SetHealth(2250) and ply:SetArmor(500) end,
  1667. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  1668. })
  1669.  
  1670. TEAM_ARCALPHA = DarkRP.createJob("Instructeur ARC Alpha 17", {
  1671. color = Color(0, 31, 127, 255),
  1672. model = {
  1673. "models/player/arc/starwars/alpha.mdl",
  1674. },
  1675. description = [[<Whitelist> Vous êtes Alpha 17 l'instructeur des Commandants]],
  1676. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  1677. command = "Alpha17",
  1678. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1679. salary = 100,
  1680. admin = 0,
  1681. vote = false,
  1682. hasLicense = false,
  1683. category = "ARC Alpha",
  1684. PlayerLoadout = function( ply ) return
  1685. ply:SetHealth(5000) end,
  1686. customCheck = function(ply) return CLIENT or
  1687. table.HasValue({"Gerant-CloneWarsRP", "superadmin"}, ply:GetNWString('usergroup')) end,
  1688. CustomCheckFailMsg = "Ce métier est reservé aux Shock troopers.",
  1689. })
  1690.  
  1691. TEAM_INSTRUCTEUR = DarkRP.createJob("Instructeur Clone", {
  1692. color = Color(0, 31, 127, 255),
  1693. model = {
  1694. "models/player/smitty/bf2_reg/clone_instructor/clone_instructor.mdl",
  1695. },
  1696. description = [[<Whitelist> Vous êtes un instructeur de clones ( CCT et CT) ]],
  1697. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice"},
  1698. command = "instructeurcct",
  1699. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1700. salary = 100,
  1701. admin = 0,
  1702. vote = false,
  1703. hasLicense = false,
  1704. category = "CloneTrooper",
  1705. PlayerLoadout = function( ply ) return
  1706. ply:SetHealth(1850) end,
  1707. CustomCheckFailMsg = "Ce métier est reservé aux Instructeurs.",
  1708. })
  1709.  
  1710. TEAM_CTAEROPORTEE = DarkRP.createJob("Clone Trooper 212th", {
  1711. color = Color(255, 93, 0, 255),
  1712. model = {
  1713. "models/reizer_cgi_p2/212_trp/212_trp.mdl",
  1714. "models/reizer_cgi_p2/212_snow_trp/212_snow_trp.mdl",
  1715. },
  1716. description = [[<Whitelist> Vous êtes un CT de la 212th]],
  1717. weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
  1718. command = "ct212th",
  1719. max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1720. salary = 100,
  1721. admin = 0,
  1722. vote = false,
  1723. hasLicense = false,
  1724. category = "Régiment 212th",
  1725. PlayerLoadout = function( ply ) return
  1726. ply:SetHealth(100) end,
  1727. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  1728. })
  1729.  
  1730. TEAM_MDCAEROPORTEE = DarkRP.createJob("Medecin 212th", {
  1731. color = Color(255, 93, 0, 255),
  1732. model = {
  1733. "models/reizer_cgi_p2/212_med/212_med.mdl",
  1734. "models/reizer_cgi_p2/212_snow_trp/212_snow_trp.mdl",
  1735. },
  1736. description = [[<Whitelist> Vous êtes un medecin de la 212th]],
  1737. weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","weapon_leash_elastic","weapon_hexshield","stungun","weapon_bactanade","weapon_bactainjector","weapon_medkit","swep_radiodevice"},
  1738. command = "mdc212th",
  1739. max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1740. salary = 100,
  1741. admin = 0,
  1742. vote = false,
  1743. hasLicense = false,
  1744. category = "Régiment 212th",
  1745. PlayerLoadout = function( ply ) return
  1746. ply:SetHealth(550) end,
  1747. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  1748. })
  1749.  
  1750.  
  1751. TEAM_CPLAEROPORTEE = DarkRP.createJob("Caporal 212th", {
  1752. color = Color(255, 93, 0, 255),
  1753. model = {
  1754. "models/reizer_cgi_p2/212_d2/212_d2.mdl",
  1755. "models/reizer_cgi_p2/212_snow_trp/212_snow_trp.mdl",
  1756. },
  1757. description = [[<Whitelist> Vous êtes un Caporal de la 212th]],
  1758. weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
  1759. command = "cpl212th",
  1760. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1761. salary = 100,
  1762. admin = 0,
  1763. vote = false,
  1764. hasLicense = false,
  1765. category = "Régiment 212th",
  1766. PlayerLoadout = function( ply ) return
  1767. ply:SetHealth(500) and ply:SetArmor(100) end,
  1768. CustomCheckFailMsg = "Ce métier est reservé aux 212th .",
  1769. })
  1770.  
  1771. TEAM_CPLCAEROPORTEE = DarkRP.createJob("Caporal-Chef 212th", {
  1772. color = Color(255, 93, 0, 255),
  1773. model = {
  1774. "models/reizer_cgi_p2/212_d1/212_d1.mdl",
  1775. "models/reizer_cgi_p2/212_snow_trp/212_snow_trp.mdl",
  1776. },
  1777. description = [[<Whitelist> Vous êtes un Caporal-Chef de la 212th]],
  1778. weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
  1779. command = "cplc212th",
  1780. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1781. salary = 100,
  1782. admin = 0,
  1783. vote = false,
  1784. hasLicense = false,
  1785. category = "Régiment 212th",
  1786. PlayerLoadout = function( ply ) return
  1787. ply:SetHealth(750) and ply:SetArmor(125) end,
  1788. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  1789. })
  1790.  
  1791. TEAM_SGTAEROPORTEE = DarkRP.createJob("Sergent 212th", {
  1792. color = Color(255, 93, 0, 255),
  1793. model = {
  1794. "models/reizer_cgi_p2/212_sgt/212_sgt.mdl",
  1795. "models/reizer_cgi_p2/212_snow_trp/212_snow_trp.mdl",
  1796. },
  1797. description = [[<Whitelist> Vous êtes un Sergent de la 212th]],
  1798. weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
  1799. command = "sgt212th",
  1800. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1801. salary = 100,
  1802. admin = 0,
  1803. vote = false,
  1804. hasLicense = false,
  1805. category = "Régiment 212th",
  1806. PlayerLoadout = function( ply ) return
  1807. ply:SetHealth(1000) and ply:SetArmor(150) end,
  1808. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  1809. })
  1810.  
  1811. TEAM_LTN2NDAEROPORTEE = DarkRP.createJob("Lieutenant en Second 212th", {
  1812. color = Color(255, 93, 0, 255),
  1813. model = {
  1814. "models/reizer_cgi_p2/212_d6/212_d6.mdl",
  1815. "models/reizer_cgi_p2/212_snow_trp/212_snow_trp.mdl",
  1816. },
  1817. description = [[<Whitelist> Vous êtes un Lieutenant en second de la 212th]],
  1818. weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
  1819. command = "ltn2nd212",
  1820. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1821. salary = 100,
  1822. admin = 0,
  1823. vote = false,
  1824. hasLicense = false,
  1825. category = "Régiment 212th",
  1826. PlayerLoadout = function( ply ) return
  1827. ply:SetHealth(1200) and ply:SetArmor(175) end,
  1828. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  1829. })
  1830.  
  1831. TEAM_LTNAEROPORTEE = DarkRP.createJob("Lieutenant 212th", {
  1832. color = Color(255, 93, 0, 255),
  1833. model = {
  1834. "models/reizer_cgi_p2/212_lt/212_lt.mdl",
  1835. "models/reizer_cgi_p2/212_snow_trp/212_snow_trp.mdl",
  1836. },
  1837. description = [[<Whitelist> Vous êtes un Lieutenant de la 212th]],
  1838. weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
  1839. command = "ltn212",
  1840. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1841. salary = 100,
  1842. admin = 0,
  1843. vote = false,
  1844. hasLicense = false,
  1845. category = "Régiment 212th",
  1846. PlayerLoadout = function( ply ) return
  1847. ply:SetHealth(1400) and ply:SetArmor(200) end,
  1848. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  1849. })
  1850.  
  1851. TEAM_CPT2NDAEROPORTEE = DarkRP.createJob("Capitaine en Second 212th", {
  1852. color = Color(255, 93, 0, 255),
  1853. model = {
  1854. "models/reizer_cgi_p2/212_maj/212_maj.mdl",
  1855. "models/reizer_cgi_p2/212_snow_trp/212_snow_trp.mdl",
  1856. },
  1857. description = [[<Whitelist> Vous êtes un Capitaine en second de la 212th]],
  1858. weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
  1859. command = "cpt2nd212",
  1860. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1861. salary = 100,
  1862. admin = 0,
  1863. vote = false,
  1864. hasLicense = false,
  1865. category = "Régiment 212th",
  1866. PlayerLoadout = function( ply ) return
  1867. ply:SetHealth(1600) and ply:SetArmor(215) end,
  1868. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  1869. })
  1870.  
  1871. TEAM_CPTAEROPORTEE = DarkRP.createJob("Capitaine 212th", {
  1872. color = Color(255, 93, 0, 255),
  1873. model = {
  1874. "models/reizer_cgi_p2/212_cpt/212_cpt.mdl",
  1875. "models/reizer_cgi_p2/212_snow_trp/212_snow_trp.mdl",
  1876. },
  1877. description = [[<Whitelist> Vous êtes un Capitaine de la 212th]],
  1878. weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
  1879. command = "cpt212",
  1880. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1881. salary = 100,
  1882. admin = 0,
  1883. vote = false,
  1884. hasLicense = false,
  1885. category = "Régiment 212th",
  1886. PlayerLoadout = function( ply ) return
  1887. ply:SetHealth(1800) and ply:SetArmor(225) end,
  1888. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  1889. })
  1890.  
  1891. TEAM_VCMDAEROPORTEE = DarkRP.createJob("Vice-Commandant 212th", {
  1892. color = Color(255, 93, 0, 255),
  1893. model = {
  1894. "models/reizer_cgi_p2/212_col/212_col.mdl",
  1895. "models/reizer_cgi_p2/212_snow_cmd/212_snow_cmd.mdl",
  1896. },
  1897. description = [[<Whitelist> Vous êtes le Vice-Commandant de la 212th]],
  1898. weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
  1899. command = "vcmd212",
  1900. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1901. salary = 100,
  1902. admin = 0,
  1903. vote = false,
  1904. hasLicense = false,
  1905. category = "Régiment 212th",
  1906. PlayerLoadout = function( ply ) return
  1907. ply:SetHealth(2000) and ply:SetArmor(250) end,
  1908. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  1909. })
  1910.  
  1911. TEAM_CMDAEROPORTEE = DarkRP.createJob("Commandant 212th", {
  1912. color = Color(255, 93, 0, 255),
  1913. model = {
  1914. "models/reizer_cgi_p2/212_guire/212_guire.mdl",
  1915. "models/reizer_cgi_p2/212_snow_cmd/212_snow_cmd.mdl",
  1916. },
  1917. description = [[<Whitelist> Vous êtes le Commandant de la 212th]],
  1918. weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
  1919. command = "cmd212",
  1920. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1921. salary = 100,
  1922. admin = 0,
  1923. vote = false,
  1924. hasLicense = false,
  1925. category = "Régiment 212th",
  1926. PlayerLoadout = function( ply ) return
  1927. ply:SetHealth(2250) and ply:SetArmor(350) end,
  1928. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  1929. })
  1930.  
  1931. TEAM_CMDMAEROPORTEE = DarkRP.createJob("Commandant-Maréchal 212th", {
  1932. color = Color(255, 93, 0, 255),
  1933. model = {
  1934. "models/reizer_cgi_p2/212_cody/212_cody.mdl",
  1935. "models/reizer_cgi_p2/212_snow_cmd/212_snow_cmd.mdl",
  1936. },
  1937. description = [[<Whitelist> Vous êtes le Commandant-Maréchal de la 212th]],
  1938. weapons = {"weapon_tfa_dc15a212","weapon_752_dc17","weapon_tfa_dc15sa212","garde_a_vousv1.1","swep_radiodevice","zeus_thermaldet"},
  1939. command = "cmdm212th",
  1940. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1941. salary = 100,
  1942. admin = 0,
  1943. vote = false,
  1944. hasLicense = false,
  1945. category = "Régiment 212th",
  1946. PlayerLoadout = function( ply ) return
  1947. ply:SetHealth(2500) and ply:SetArmor(500) end,
  1948. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  1949. })
  1950.  
  1951. TEAM_OBIWAN = DarkRP.createJob("GNL Obi-Wan Kenobi", {
  1952. color = Color(255, 93, 0, 255),
  1953. model = {
  1954. "models/tfa/comm/gg/pm_sw_obiwan_alt.mdl",
  1955. },
  1956. description = [[<Whitelist> =VIP= Vous êtes le Général de la 212th]],
  1957. weapons = {"weapon_lightsaber","swep_radiodevice"},
  1958. command = "ObiWan",
  1959. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  1960. salary = 100,
  1961. admin = 0,
  1962. vote = false,
  1963. hasLicense = false,
  1964. category = "Régiment 212th",
  1965. PlayerLoadout = function( ply ) return
  1966. ply:SetHealth(3000) end,
  1967. customCheck = function(ply) return CLIENT or
  1968. table.HasValue({'superadmin','Gerant-Staff', 'Administrateur', 'Moderateur', 'Moderateur-Test', 'VIP', "Gerant-CloneWarsRP"}, ply:GetNWString('usergroup'))
  1969. CustomCheckFailMsg = "Ce métier est reservé aux VIP.",
  1970. })
  1971. --[[---------------------------------------------------------------------------
  1972. Define which team joining players spawn into and what team you change to if demoted
  1973. ---------------------------------------------------------------------------]]
  1974. GAMEMODE.DefaultTeam = TEAM_CITIZEN
  1975.  
  1976. --[[---------------------------------------------------------------------------
  1977. Define which teams belong to civil protection
  1978. Civil protection can set warrants, make people wanted and do some other police related things
  1979. ---------------------------------------------------------------------------]]
  1980. GAMEMODE.CivilProtection = {
  1981. }
  1982.  
  1983. --[[---------------------------------------------------------------------------
  1984. Jobs that are hitmen (enables the hitman menu)
  1985. ---------------------------------------------------------------------------]]
  1986. DarkRP.addHitmanTeam(TEAM_MOB)
Add Comment
Please, Sign In to add comment