Advertisement
kittaiyo

Untitled

Feb 24th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.66 KB | None | 0 0
  1. TEAM_CTWOLFFE = DarkRP.createJob("Clonetrooper 104th", {
  2. color = Color(72, 72, 72, 255),
  3. model = {
  4. "models/reizer_cgi_p2/104_trp/104_trp.mdl",
  5. },
  6. description = [[<Whitelist> Vous êtes un Clonetrooper de la 104th]],
  7. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  8. command = "ct104",
  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 104th",
  15. PlayerLoadout = function( ply ) return
  16. ply:SetHealth(100) end,
  17. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  18. })
  19.  
  20. TEAM_MDCWOLFFE = DarkRP.createJob("MDC 104th", {
  21. color = Color(255, 0, 0, 255),
  22. model = {
  23. "models/reizer_cgi_p2/104_med/104_med.mdl",
  24. },
  25. description = [[<Whitelist> Vous êtes un medecin de la 104th]],
  26. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","weapon_bactanade","weapon_bactainjector","weapon_medkit","swep_radiodevice", },
  27. command = "mdc104th",
  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 104th",
  34. PlayerLoadout = function( ply ) return
  35. ply:SetHealth(550) end,
  36. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  37. })
  38.  
  39.  
  40. TEAM_CPLWOLFFE = DarkRP.createJob("Caporal 104th", {
  41. color = Color(72, 72, 72, 255),
  42. model = {
  43. "models/reizer_cgi_p2/104_d1/104_d1.mdl",
  44. },
  45. description = [[<Whitelist> Vous êtes un Caporal de la 104th]],
  46. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  47. command = "cpl104",
  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 104th",
  54. PlayerLoadout = function( ply ) return
  55. ply:SetHealth(500)
  56. ply:SetArmor(100) end,
  57. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  58. })
  59.  
  60. TEAM_CPLCWOLFFE = DarkRP.createJob("Caporal-Chef 104th", {
  61. color = Color(72, 72, 72, 255),
  62. model = {
  63. "models/reizer_cgi_p2/104_d2/104_d2.mdl",
  64. },
  65. description = [[<Whitelist> Vous êtes un Caporal-Chef de la 104th]],
  66. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  67. command = "cplc104",
  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 104th",
  74. PlayerLoadout = function( ply ) return
  75. ply:SetHealth(750)
  76. ply:SetArmor(125) end,
  77. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  78. })
  79.  
  80. TEAM_SGTWOLFFE = DarkRP.createJob("Sergent 104th", {
  81. color = Color(72, 72, 72, 255),
  82. model = {
  83. "models/reizer_cgi_p2/104_sgt/104_sgt.mdl",
  84. },
  85. description = [[<Whitelist> Vous êtes un Sergent de la 104th]],
  86. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  87. command = "sgt104",
  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 104th",
  94. PlayerLoadout = function( ply ) return
  95. ply:SetHealth(1000)
  96. ply:SetArmor(150) end,
  97. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  98. })
  99.  
  100. TEAM_LTN2NDWOLFFE = DarkRP.createJob("LTN2nd 104th", {
  101. color = Color(72, 72, 72, 255),
  102. model = {
  103. "models/reizer_cgi_p2/104_d5/104_d5.mdl",
  104. },
  105. description = [[<Whitelist> Vous êtes un Lieutenant en second de la 104th]],
  106. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  107. command = "ltn2nd104",
  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 104th",
  114. PlayerLoadout = function( ply ) return
  115. ply:SetHealth(1200)
  116. ply:SetArmor(175) end,
  117. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  118. })
  119.  
  120. TEAM_LTNWOLFFE = DarkRP.createJob("Lieutenant 104th", {
  121. color = Color(72, 72, 72, 255),
  122. model = {
  123. "models/reizer_cgi_p2/104_lt/104_lt.mdl",
  124. },
  125. description = [[<Whitelist> Vous êtes un Lieutenant de la 104th]],
  126. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  127. command = "ltn104",
  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 104th",
  134. PlayerLoadout = function( ply ) return
  135. ply:SetHealth(1400)
  136. ply:SetArmor(200) end,
  137. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  138. })
  139.  
  140. TEAM_CPT2NDWOLFFE = DarkRP.createJob("CPT2nd 104th", {
  141. color = Color(72, 72, 72, 255),
  142. model = {
  143. "models/reizer_cgi_p2/104_maj/104_maj.mdl",
  144. },
  145. description = [[<Whitelist> Vous êtes un Capitaine en second de la 104th]],
  146. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  147. command = "cpt2nd104",
  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 104th",
  154. PlayerLoadout = function( ply ) return
  155. ply:SetHealth(1600)
  156. ply:SetArmor(215) end,
  157. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  158. })
  159.  
  160. TEAM_CPTWOLFFE = DarkRP.createJob("Capitaine 104th", {
  161. color = Color(72, 72, 72, 255),
  162. model = {
  163. "models/reizer_cgi_p2/104_cpt/104_cpt.mdl",
  164. },
  165. description = [[<Whitelist> Vous êtes un Capitaine de la 104th]],
  166. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  167. command = "cpt104",
  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 104th",
  174. PlayerLoadout = function( ply ) return
  175. ply:SetHealth(1800)
  176. ply:SetArmor(225) end,
  177. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  178. })
  179.  
  180. TEAM_VCMDWOLFFE = DarkRP.createJob("Vice-Commandant 104th", {
  181. color = Color(72, 72, 72, 255),
  182. model = {
  183. "models/reizer_cgi_p2/104_arc/104_arc.mdl",
  184. },
  185. description = [[<Whitelist> Vous êtes le Vice-Commandant de la 104th]],
  186. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  187. command = "vcmd104",
  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 104th",
  194. PlayerLoadout = function( ply ) return
  195. ply:SetHealth(2000)
  196. ply:SetArmor(250) end,
  197. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  198. })
  199.  
  200. TEAM_CMDWOLFFE = DarkRP.createJob("Commandant 104th", {
  201. color = Color(72, 72, 72, 255),
  202. model = {
  203. "models/reizer_cgi_p2/104_wolf/104_wolf.mdl",
  204. },
  205. description = [[<Whitelist> Vous êtes le Commandant de la 104th]],
  206. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  207. command = "cmd104",
  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 104th",
  214. PlayerLoadout = function( ply ) return
  215. ply:SetHealth(2250)
  216. ply:SetArmor(350) end,
  217. CustomCheckFailMsg = "Ce métier est reservé aux 104th.",
  218. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement