Advertisement
kittaiyo

Untitled

Feb 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.61 KB | None | 0 0
  1. TEAM_CTAEROPORTEE = DarkRP.createJob("Clone Trooper 212th", {
  2. color = Color(255, 93, 0, 255),
  3. model = {
  4. "models/reizer_cgi_p2/212_trp/212_trp.mdl",
  5. },
  6. description = [[<Whitelist> Vous êtes un CT de la 212th]],
  7. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  8. command = "ct212th",
  9. max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  10. salary = 100,
  11. admin = 0,
  12. vote = false,
  13. hasLicense = false,
  14. category = "Régiment 212th",
  15. PlayerLoadout = function( ply ) return
  16. ply:SetHealth(100) end,
  17. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  18. })
  19.  
  20. TEAM_MDCAEROPORTEE = DarkRP.createJob("Medecin 212th", {
  21. color = Color(255, 93, 0, 255),
  22. model = {
  23. "models/reizer_cgi_p2/212_med/212_med.mdl",
  24. },
  25. description = [[<Whitelist> Vous êtes un medecin de la 212th]],
  26. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","weapon_leash_elastic","weapon_hexshield","stungun","weapon_bactanade","weapon_bactainjector","weapon_medkit","swep_radiodevice", },
  27. command = "mdc212th",
  28. max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  29. salary = 100,
  30. admin = 0,
  31. vote = false,
  32. hasLicense = false,
  33. category = "Régiment 212th",
  34. PlayerLoadout = function( ply ) return
  35. ply:SetHealth(550) end,
  36. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  37. })
  38.  
  39.  
  40. TEAM_CPLAEROPORTEE = DarkRP.createJob("Caporal 212th", {
  41. color = Color(255, 93, 0, 255),
  42. model = {
  43. "models/reizer_cgi_p2/212_d2/212_d2.mdl",
  44. },
  45. description = [[<Whitelist> Vous êtes un Caporal de la 212th]],
  46. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  47. command = "cpl212th",
  48. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  49. salary = 100,
  50. admin = 0,
  51. vote = false,
  52. hasLicense = false,
  53. category = "Régiment 212th",
  54. PlayerLoadout = function( ply ) return
  55. ply:SetHealth(500)
  56. ply:SetArmor(100) end,
  57. CustomCheckFailMsg = "Ce métier est reservé aux 212th .",
  58. })
  59.  
  60. TEAM_CPLCAEROPORTEE = DarkRP.createJob("Caporal-Chef 212th", {
  61. color = Color(255, 93, 0, 255),
  62. model = {
  63. "models/reizer_cgi_p2/212_d1/212_d1.mdl",
  64. },
  65. description = [[<Whitelist> Vous êtes un Caporal-Chef de la 212th]],
  66. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  67. command = "cplc212th",
  68. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  69. salary = 100,
  70. admin = 0,
  71. vote = false,
  72. hasLicense = false,
  73. category = "Régiment 212th ",
  74. PlayerLoadout = function( ply ) return
  75. ply:SetHealth(750)
  76. ply:SetArmor(125) end,
  77. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  78. })
  79.  
  80. TEAM_SGTAEROPORTEE = DarkRP.createJob("Sergent 212th", {
  81. color = Color(255, 93, 0, 255),
  82. model = {
  83. "models/reizer_cgi_p2/212_sgt/212_sgt.mdl",
  84. },
  85. description = [[<Whitelist> Vous êtes un Sergent de la 212th]],
  86. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  87. command = "sgt212th",
  88. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  89. salary = 100,
  90. admin = 0,
  91. vote = false,
  92. hasLicense = false,
  93. category = "Régiment 212th",
  94. PlayerLoadout = function( ply ) return
  95. ply:SetHealth(1000)
  96. ply:SetArmor(150) end,
  97. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  98. })
  99.  
  100. TEAM_LTN2NDAEROPORTEE = DarkRP.createJob("Lieutenant en Second 212th", {
  101. color = Color(255, 93, 0, 255),
  102. model = {
  103. "models/reizer_cgi_p2/212_d6/212_d6.mdl",
  104. },
  105. description = [[<Whitelist> Vous êtes un Lieutenant en second de la 212th]],
  106. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  107. command = "ltn2nd212",
  108. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  109. salary = 100,
  110. admin = 0,
  111. vote = false,
  112. hasLicense = false,
  113. category = "Régiment 212th ",
  114. PlayerLoadout = function( ply ) return
  115. ply:SetHealth(1200)
  116. ply:SetArmor(175) end,
  117. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  118. })
  119.  
  120. TEAM_LTNAEROPORTEE = DarkRP.createJob("Lieutenant 212th", {
  121. color = Color(255, 93, 0, 255),
  122. model = {
  123. "models/reizer_cgi_p2/212_lt/212_lt.mdl",
  124. },
  125. description = [[<Whitelist> Vous êtes un Lieutenant de la 212th]],
  126. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  127. command = "ltn2nd212",
  128. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  129. salary = 100,
  130. admin = 0,
  131. vote = false,
  132. hasLicense = false,
  133. category = "Régiment 212th ",
  134. PlayerLoadout = function( ply ) return
  135. ply:SetHealth(1400)
  136. ply:SetArmor(200) end,
  137. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  138. })
  139.  
  140. TEAM_CPT2NDAEROPORTEE = DarkRP.createJob("Capitaine en Second 212th", {
  141. color = Color(255, 93, 0, 255),
  142. model = {
  143. "models/reizer_cgi_p2/212_maj/212_maj.mdl",
  144. },
  145. description = [[<Whitelist> Vous êtes un Capitaine en second de la 212th]],
  146. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  147. command = "cpt2ndshock",
  148. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  149. salary = 100,
  150. admin = 0,
  151. vote = false,
  152. hasLicense = false,
  153. category = "Régiment 212th",
  154. PlayerLoadout = function( ply ) return
  155. ply:SetHealth(1600)
  156. ply:SetArmor(215) end,
  157. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  158. })
  159.  
  160. TEAM_CPTAEROPORTEE = DarkRP.createJob("Capitaine 212th", {
  161. color = Color(255, 93, 0, 255),
  162. model = {
  163. "models/reizer_cgi_p2/212_cpt/212_cpt.mdl",
  164. },
  165. description = [[<Whitelist> Vous êtes un Capitaine de la 212th]],
  166. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  167. command = "cptshock",
  168. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  169. salary = 100,
  170. admin = 0,
  171. vote = false,
  172. hasLicense = false,
  173. category = "Régiment 212th",
  174. PlayerLoadout = function( ply ) return
  175. ply:SetHealth(1800)
  176. ply:SetArmor(225) end,
  177. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  178. })
  179.  
  180. TEAM_VCMDAEROPORTEE = DarkRP.createJob("Vice-Commandant 212th", {
  181. color = Color(255, 93, 0, 255),
  182. model = {
  183. "models/reizer_cgi_p2/212_col/212_col.mdl",
  184. },
  185. description = [[<Whitelist> Vous êtes le Vice-Commandant de la 212th]],
  186. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  187. command = "vcmdshock",
  188. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  189. salary = 100,
  190. admin = 0,
  191. vote = false,
  192. hasLicense = false,
  193. category = "Régiment 212th",
  194. PlayerLoadout = function( ply ) return
  195. ply:SetHealth(2000)
  196. ply:SetArmor(250) end,
  197. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  198. })
  199.  
  200. TEAM_CMDAEROPORTEE = DarkRP.createJob("Commandant 212th", {
  201. color = Color(255, 93, 0, 255),
  202. model = {
  203. "models/reizer_cgi_p2/212_guire/212_guire.mdl",
  204. },
  205. description = [[<Whitelist> Vous êtes le Commandant de la 212th]],
  206. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  207. command = "cmdshock",
  208. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  209. salary = 100,
  210. admin = 0,
  211. vote = false,
  212. hasLicense = false,
  213. category = "Régiment 212th ",
  214. PlayerLoadout = function( ply ) return
  215. ply:SetHealth(2250)
  216. ply:SetArmor(350) end,
  217. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  218. })
  219.  
  220. TEAM_CMDMAEROPORTEE = DarkRP.createJob("Commandant-Maréchal 212th", {
  221. color = Color(255, 93, 0, 255),
  222. model = {
  223. "models/reizer_cgi_p2/212_cody/212_cody.mdl",
  224. },
  225. description = [[<Whitelist> Vous êtes le Commandant-Maréchal de la 212th]],
  226. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  227. command = "cmdm212th",
  228. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  229. salary = 100,
  230. admin = 0,
  231. vote = false,
  232. hasLicense = false,
  233. category = "Régiment 212th",
  234. PlayerLoadout = function( ply ) return
  235. ply:SetHealth(2500)
  236. ply:SetArmor(500) end,
  237. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  238. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement