kittaiyo

Untitled

Feb 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.43 KB | None | 0 0
  1. TEAM_ATERRAIN = DarkRP.createJob("Agent", {
  2. color = Color(109, 109, 109, 255),
  3. model = {
  4. "models/player/clone/bnaval.mdl",
  5. "models/halo1/spartan_blue.mdl",
  6. },
  7. description = [[<Whitelist> Vous êtes un Agent de terrain de l'Etat-Major]],
  8. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  9. command = "aem",
  10. max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  11. salary = 100,
  12. admin = 0,
  13. vote = false,
  14. hasLicense = false,
  15. category = "Etat-Major",
  16. PlayerLoadout = function( ply ) return
  17. ply:SetHealth(100)
  18. ply:SetArmor(100) end,
  19. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  20. })
  21.  
  22. TEAM_2NDLTNTERRAIN = DarkRP.createJob("2nd Lieutenant", {
  23. color = Color(109, 109, 109, 255),
  24. model = {
  25. "models/lt_c/sci_fi/humans/male_01.mdl",
  26. "models/lt_c/sci_fi/humans/male_02.mdl",
  27. "models/lt_c/sci_fi/humans/male_03.mdl",
  28. "models/lt_c/sci_fi/humans/male_05.mdl",
  29. "models/lt_c/sci_fi/humans/male_mp3.mdl",
  30. "models/lt_c/sci_fi/humans/male_louis.mdl",
  31. "models/lt_c/sci_fi/humans/male_mp1.mdl",
  32. "models/lt_c/sci_fi/humans/male_plr.mdl",
  33. "models/lt_c/sci_fi/humans/male_08.mdl",
  34. "models/lt_c/sci_fi/humans/female_02.mdl",
  35. "models/lt_c/sci_fi/humans/female_07.mdl",
  36. "models/lt_c/sci_fi/humans/female_zoey.mdl",
  37. "models/halo1/spartan_black.mdl",
  38.  
  39. },
  40. description = [[<Whitelist> Vous êtes un 2nd Lieutenant de terrain de l'Etat-Major]],
  41. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  42. command = "2ndltem",
  43. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  44. salary = 100,
  45. admin = 0,
  46. vote = false,
  47. hasLicense = false,
  48. category = "Etat-Major",
  49. PlayerLoadout = function( ply ) return
  50. ply:SetHealth(250)
  51. ply:SetArmor(100) end,
  52. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  53. })
  54.  
  55. TEAM_1ERLTNTERRAIN = DarkRP.createJob("1er Lieutenant", {
  56. color = Color(109, 109, 109, 255),
  57. model = {
  58. "models/lt_c/sci_fi/humans/male_01.mdl",
  59. "models/lt_c/sci_fi/humans/male_02.mdl",
  60. "models/lt_c/sci_fi/humans/male_03.mdl",
  61. "models/lt_c/sci_fi/humans/male_05.mdl",
  62. "models/lt_c/sci_fi/humans/male_mp3.mdl",
  63. "models/lt_c/sci_fi/humans/male_louis.mdl",
  64. "models/lt_c/sci_fi/humans/male_mp1.mdl",
  65. "models/lt_c/sci_fi/humans/male_plr.mdl",
  66. "models/lt_c/sci_fi/humans/male_08.mdl",
  67. "models/lt_c/sci_fi/humans/female_02.mdl",
  68. "models/lt_c/sci_fi/humans/female_07.mdl",
  69. "models/lt_c/sci_fi/humans/female_zoey.mdl",
  70. "models/halo1/spartan_maroon.mdl",
  71.  
  72. },
  73. description = [[<Whitelist> Vous êtes un 1er Lieutenant de terrain de l'Etat-Major]],
  74. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  75. command = "1erltem",
  76. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  77. salary = 100,
  78. admin = 0,
  79. vote = false,
  80. hasLicense = false,
  81. category = "Etat-Major",
  82. PlayerLoadout = function( ply ) return
  83. ply:SetHealth(450)
  84. ply:SetArmor(150) end,
  85. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  86. })
  87.  
  88. TEAM_CPPTTERRAIN = DarkRP.createJob("Capitaine", {
  89. color = Color(109, 109, 109, 255),
  90. model = {
  91. "models/lt_c/sci_fi/humans/male_01.mdl",
  92. "models/lt_c/sci_fi/humans/male_02.mdl",
  93. "models/lt_c/sci_fi/humans/male_03.mdl",
  94. "models/lt_c/sci_fi/humans/male_05.mdl",
  95. "models/lt_c/sci_fi/humans/male_mp3.mdl",
  96. "models/lt_c/sci_fi/humans/male_louis.mdl",
  97. "models/lt_c/sci_fi/humans/male_mp1.mdl",
  98. "models/lt_c/sci_fi/humans/male_plr.mdl",
  99. "models/lt_c/sci_fi/humans/male_08.mdl",
  100. "models/lt_c/sci_fi/humans/female_02.mdl",
  101. "models/lt_c/sci_fi/humans/female_07.mdl",
  102. "models/lt_c/sci_fi/humans/female_zoey.mdl",
  103. "models/halo1/spartan_orange.mdl",
  104.  
  105. },
  106. description = [[<Whitelist> Vous êtes un Capitaine de terrain de l'Etat-Major]],
  107. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  108. command = "cptterem",
  109. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  110. salary = 100,
  111. admin = 0,
  112. vote = false,
  113. hasLicense = false,
  114. category = "Etat-Major",
  115. PlayerLoadout = function( ply ) return
  116. ply:SetHealth(700)
  117. ply:SetArmor(175) end,
  118. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  119. })
  120.  
  121. TEAM_MAJTERRAIN = DarkRP.createJob("Major", {
  122. color = Color(109, 109, 109, 255),
  123. model = {
  124. "models/lt_c/sci_fi/humans/male_01.mdl",
  125. "models/lt_c/sci_fi/humans/male_02.mdl",
  126. "models/lt_c/sci_fi/humans/male_03.mdl",
  127. "models/lt_c/sci_fi/humans/male_05.mdl",
  128. "models/lt_c/sci_fi/humans/male_mp3.mdl",
  129. "models/lt_c/sci_fi/humans/male_louis.mdl",
  130. "models/lt_c/sci_fi/humans/male_mp1.mdl",
  131. "models/lt_c/sci_fi/humans/male_plr.mdl",
  132. "models/lt_c/sci_fi/humans/male_08.mdl",
  133. "models/lt_c/sci_fi/humans/female_02.mdl",
  134. "models/lt_c/sci_fi/humans/female_07.mdl",
  135. "models/lt_c/sci_fi/humans/female_zoey.mdl",
  136. "models/halo1/spartan_brown.mdl",
  137.  
  138. },
  139. description = [[<Whitelist> Vous êtes un Major de terrain de l'Etat-Major]],
  140. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  141. command = "majorem",
  142. max = 3, -- 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 = "Etat-Major",
  148. PlayerLoadout = function( ply ) return
  149. ply:SetHealth(950)
  150. ply:SetArmor(200) end,
  151. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  152. })
  153.  
  154. TEAM_LTNCOLTERRAIN = DarkRP.createJob("Lieutenant-Colonel", {
  155. color = Color(109, 109, 109, 255),
  156. model = {
  157. "models/lt_c/sci_fi/humans/male_04.mdl",
  158. "models/lt_c/sci_fi/humans/female_03.mdl",
  159. "models/halo1/spartan_cyan.mdl",
  160.  
  161.  
  162. },
  163. description = [[<Whitelist> Vous êtes un Lieutenant-Colonel de terrain de l'Etat-Major]],
  164. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  165. command = "ltcolem",
  166. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  167. salary = 100,
  168. admin = 0,
  169. vote = false,
  170. hasLicense = false,
  171. category = "Etat-Major",
  172. PlayerLoadout = function( ply ) return
  173. ply:SetHealth(1150)
  174. ply:SetArmor(225) end,
  175. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  176. })
  177.  
  178. TEAM_MAJOR = DarkRP.createJob("Colonel", {
  179. color = Color(109, 109, 109, 255),
  180. model = {
  181. "models/lt_c/sci_fi/humans/male_08.mdl",
  182. "models/lt_c/sci_fi/humans/female_06.mdl",
  183. "models/halo1/spartan_cobalt.mdl",
  184.  
  185. },
  186. description = [[<Whitelist> Vous êtes un Colonel de terrain de l'Etat-Major]],
  187. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  188. command = "colem",
  189. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  190. salary = 100,
  191. admin = 0,
  192. vote = false,
  193. hasLicense = false,
  194. category = "Etat-Major",
  195. PlayerLoadout = function( ply ) return
  196. ply:SetHealth(1300)
  197. ply:SetArmor(260) end,
  198. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  199. })
  200.  
  201. TEAM_BRITERRAIN = DarkRP.createJob("Brigadier
  202. ", {
  203. color = Color(109, 109, 109, 255),
  204. model = {
  205. "models/lt_c/sci_fi/humans/male_03.mdl",
  206. "models/lt_c/sci_fi/humans/female_07.mdl",
  207. "models/halo1/spartan_mc.mdl",
  208.  
  209. },
  210. description = [[<Whitelist> Vous êtes un Brigadier de terrain de l'Etat-Major]],
  211. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  212. command = "briem",
  213. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  214. salary = 100,
  215. admin = 0,
  216. vote = false,
  217. hasLicense = false,
  218. category = "Etat-Major",
  219. PlayerLoadout = function( ply ) return
  220. ply:SetHealth(1500)
  221. ply:SetArmor(350) end,
  222. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  223. })
  224.  
  225. TEAM_MAJGNLTERRAIN = DarkRP.createJob("Major-Général", {
  226. color = Color(109, 109, 109, 255),
  227. model = {
  228. "models/lt_c/sci_fi/humans/male_louis.mdl",
  229. "models/lt_c/sci_fi/humans/female_02.mdl",
  230. "models/halo1/spartan_gray.mdl",
  231.  
  232. },
  233. description = [[<Whitelist> Vous êtes un Major-Général de terrain de l'Etat-Major]],
  234. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  235. command = "mgem",
  236. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  237. salary = 100,
  238. admin = 0,
  239. vote = false,
  240. hasLicense = false,
  241. category = "Etat-Major",
  242. PlayerLoadout = function( ply ) return
  243. ply:SetHealth(1750)
  244. ply:SetArmor(375) end,
  245. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  246. })
  247.  
  248. TEAM_LTNGNLTERRAIN = DarkRP.createJob("Lieutenant-Général", {
  249. color = Color(109, 109, 109, 255),
  250. model = {
  251. "models/lt_c/sci_fi/humans/male_01.mdl",
  252. "models/lt_c/sci_fi/humans/female_zoey.mdl",
  253. "models/halo1/spartan_teal.mdl",
  254.  
  255. },
  256. description = [[<Whitelist> Vous êtes un Lieutenant-Général de terrain de l'Etat-Major]],
  257. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  258. command = "lgem",
  259. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  260. salary = 100,
  261. admin = 0,
  262. vote = false,
  263. hasLicense = false,
  264. category = "Etat-Major",
  265. PlayerLoadout = function( ply ) return
  266. ply:SetHealth(1900)
  267. ply:SetArmor(450) end,
  268. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  269. })
  270.  
  271. TEAM_GNLTERRAIN = DarkRP.createJob("Général", {
  272. color = Color(109, 109, 109, 255),
  273. model = {
  274. "models/lt_c/sci_fi/humans/male_bill.mdl",
  275. "models/voxelzero/player/odst.mdl",
  276.  
  277. },
  278. description = [[<Whitelist> Vous êtes le Général de terrain de l'Etat-Major]],
  279. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  280. command = "genem",
  281. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  282. salary = 100,
  283. admin = 0,
  284. vote = false,
  285. hasLicense = false,
  286. category = "Etat-Major",
  287. PlayerLoadout = function( ply ) return
  288. ply:SetHealth(2250)
  289. ply:SetArmor(500) end,
  290. CustomCheckFailMsg = "Ce métier est reservé aux EM de terrain.",
  291. })
Advertisement
Add Comment
Please, Sign In to add comment