kittaiyo

Untitled

Feb 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.19 KB | None | 0 0
  1. TEAM_CTMARINE = DarkRP.createJob("Clonetrooper 21st", {
  2. color = Color(127, 0, 255, 255),
  3. model = {
  4. "models/reizer_cgi_p2/21_trp/21_trp.mdl",
  5. "models/reizer_cgi_p2/gm_1/gm_1.mdl",
  6. "models/reizer_cgi_p2/gm_8/gm_8.mdl",
  7. "models/reizer_cgi_p2/gm_13/gm_13.mdl",
  8. "models/reizer_cgi_p2/gm_3/gm_3.mdl",
  9. },
  10. description = [[<Whitelist> Vous êtes un Clonetrooper de la 21st]],
  11. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  12. command = "ct21st",
  13. max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  14. salary = 100,
  15. admin = 0,
  16. vote = false,
  17. hasLicense = false,
  18. category = "Régiment 21st",
  19. PlayerLoadout = function( ply ) return
  20. ply:SetHealth(100) end,
  21. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  22. })
  23.  
  24. TEAM_MDCMARINE = DarkRP.createJob("Medecin 21st", {
  25. color = Color(127, 0, 255, 255),
  26. model = {
  27. "models/reizer_cgi_p2/21_med/21_med.mdl",
  28. "models/reizer_cgi_p2/gm_1/gm_1.mdl",
  29. "models/reizer_cgi_p2/gm_8/gm_8.mdl",
  30. "models/reizer_cgi_p2/gm_13/gm_13.mdl",
  31. "models/reizer_cgi_p2/gm_3/gm_3.mdl",
  32. },
  33. description = [[<Whitelist> Vous êtes un Medecin de la 21st]],
  34. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  35. command = "mdc21st",
  36. max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  37. salary = 100,
  38. admin = 0,
  39. vote = false,
  40. hasLicense = false,
  41. category = "Régiment 21st",
  42. PlayerLoadout = function( ply ) return
  43. ply:SetHealth(550) end,
  44. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  45. })
  46.  
  47. TEAM_CPLMARINE = DarkRP.createJob("Caporal 21st", {
  48. color = Color(127, 0, 255, 255),
  49. model = {
  50. "models/reizer_cgi_p2/21_d1/21_d1.mdl",
  51. "models/reizer_cgi_p2/gm_1/gm_1.mdl",
  52. "models/reizer_cgi_p2/gm_8/gm_8.mdl",
  53. "models/reizer_cgi_p2/gm_13/gm_13.mdl",
  54. "models/reizer_cgi_p2/gm_3/gm_3.mdl",
  55. },
  56. description = [[<Whitelist> Vous êtes un Clonetrooper de la 21st]],
  57. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  58. command = "cpl21st",
  59. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  60. salary = 100,
  61. admin = 0,
  62. vote = false,
  63. hasLicense = false,
  64. category = "Régiment 21st",
  65. PlayerLoadout = function( ply ) return
  66. ply:SetHealth(500)
  67. ply:SetArmor(100) end,
  68. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  69. })
  70.  
  71. TEAM_CPLCMARINE = DarkRP.createJob("Caporal-Chef 21st", {
  72. color = Color(127, 0, 255, 255),
  73. model = {
  74. "models/reizer_cgi_p2/21_d4/21_d4.mdl",
  75. "models/reizer_cgi_p2/gm_1/gm_1.mdl",
  76. "models/reizer_cgi_p2/gm_8/gm_8.mdl",
  77. "models/reizer_cgi_p2/gm_13/gm_13.mdl",
  78. "models/reizer_cgi_p2/gm_3/gm_3.mdl",
  79. },
  80. description = [[<Whitelist> Vous êtes un Caporal-Chef de la 21st]],
  81. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  82. command = "cplc21st",
  83. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  84. salary = 100,
  85. admin = 0,
  86. vote = false,
  87. hasLicense = false,
  88. category = "Régiment 21st",
  89. PlayerLoadout = function( ply ) return
  90. ply:SetHealth(750)
  91. ply:SetArmor(125) end,
  92. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  93. })
  94.  
  95. TEAM_SGTMARINE = DarkRP.createJob("Sergent 21st", {
  96. color = Color(127, 0, 255, 255),
  97. model = {
  98. "models/reizer_cgi_p2/21_sgt/21_sgt.mdl",
  99. "models/reizer_cgi_p2/gm_1/gm_1.mdl",
  100. "models/reizer_cgi_p2/gm_8/gm_8.mdl",
  101. "models/reizer_cgi_p2/gm_13/gm_13.mdl",
  102. "models/reizer_cgi_p2/gm_3/gm_3.mdl",
  103. },
  104. description = [[<Whitelist> Vous êtes un Sergent de la 21st]],
  105. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  106. command = "sgt21st",
  107. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  108. salary = 100,
  109. admin = 0,
  110. vote = false,
  111. hasLicense = false,
  112. category = "Régiment 21st",
  113. PlayerLoadout = function( ply ) return
  114. ply:SetHealth(1000)
  115. ply:SetArmor(150) end,
  116. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  117. })
  118.  
  119. TEAM_LTN2NDMARINE = DarkRP.createJob("Lieutenant en second 21st", {
  120. color = Color(0, 127, 31, 255),
  121. model = {
  122. "models/reizer_cgi_p2/21_d3/21_d3.mdl",
  123. "models/reizer_cgi_p2/gm_1/gm_1.mdl",
  124. "models/reizer_cgi_p2/gm_8/gm_8.mdl",
  125. "models/reizer_cgi_p2/gm_13/gm_13.mdl",
  126. "models/reizer_cgi_p2/gm_3/gm_3.mdl",
  127. },
  128. description = [[<Whitelist> Vous êtes un Lieutenant en second de la 21st]],
  129. 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", },
  130. command = "ltn2nd21st",
  131. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  132. salary = 100,
  133. admin = 0,
  134. vote = false,
  135. hasLicense = false,
  136. category = "Régiment 21st",
  137. PlayerLoadout = function( ply ) return
  138. ply:SetHealth(1200)
  139. ply:SetArmor(175) end,
  140. CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
  141. })
  142.  
  143.  
  144. TEAM_LTNMARINE = DarkRP.createJob("Lieutenant 21st", {
  145. color = Color(0, 127, 31, 255),
  146. model = {
  147. "models/reizer_cgi_p2/21_lt/21_lt.mdl",
  148. "models/reizer_cgi_p2/gm_1/gm_1.mdl",
  149. "models/reizer_cgi_p2/gm_8/gm_8.mdl",
  150. "models/reizer_cgi_p2/gm_13/gm_13.mdl",
  151. "models/reizer_cgi_p2/gm_3/gm_3.mdl",
  152. },
  153. description = [[<Whitelist> Vous êtes un Lieutenant de la 21st]],
  154. 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", },
  155. command = "ltn2nd41st",
  156. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  157. salary = 100,
  158. admin = 0,
  159. vote = false,
  160. hasLicense = false,
  161. category = "Régiment 21st",
  162. PlayerLoadout = function( ply ) return
  163. ply:SetHealth(1400)
  164. ply:SetArmor(200) end,
  165. CustomCheckFailMsg = "Ce métier est reservé aux 41st.",
  166. })
  167.  
  168.  
  169. TEAM_CPTMARINE = DarkRP.createJob("Capitaine en Second 21st", {
  170. color = Color(127, 0, 255, 255),
  171. model = {
  172. "models/reizer_cgi_p2/21_arf/21_arf.mdl",
  173. "models/reizer_cgi_p2/gm_1/gm_1.mdl",
  174. "models/reizer_cgi_p2/gm_8/gm_8.mdl",
  175. "models/reizer_cgi_p2/gm_13/gm_13.mdl",
  176. "models/reizer_cgi_p2/gm_3/gm_3.mdl",
  177. },
  178. description = [[<Whitelist> Vous êtes un Capitaine en Second de la 21st]],
  179. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  180. command = "cpt2nd21st",
  181. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  182. salary = 100,
  183. admin = 0,
  184. vote = false,
  185. hasLicense = false,
  186. category = "Régiment 21st",
  187. PlayerLoadout = function( ply ) return
  188. ply:SetHealth(100) end,
  189. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  190. })
  191.  
  192. TEAM_CPTMARINE = DarkRP.createJob("Capitaine 21st", {
  193. color = Color(127, 0, 255, 255),
  194. model = {
  195. "models/reizer_cgi_p2/21_cpt/21_cpt.mdl",
  196. "models/reizer_cgi_p2/gm_1/gm_1.mdl",
  197. "models/reizer_cgi_p2/gm_8/gm_8.mdl",
  198. "models/reizer_cgi_p2/gm_13/gm_13.mdl",
  199. "models/reizer_cgi_p2/gm_3/gm_3.mdl",
  200. },
  201. description = [[<Whitelist> Vous êtes un Capitaine de la 21st]],
  202. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  203. command = "cpt21st",
  204. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  205. salary = 100,
  206. admin = 0,
  207. vote = false,
  208. hasLicense = false,
  209. category = "Régiment 21st",
  210. PlayerLoadout = function( ply ) return
  211. ply:SetHealth(100) end,
  212. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  213. })
  214.  
  215. TEAM_VCMDMARINE = DarkRP.createJob("Vice-Commandant 21st", {
  216. color = Color(127, 0, 255, 255),
  217. model = {
  218. "models/reizer_cgi_p2/21_assault/21_assault.mdl",
  219. "models/reizer_cgi_p2/gm_1/gm_1.mdl",
  220. "models/reizer_cgi_p2/gm_8/gm_8.mdl",
  221. "models/reizer_cgi_p2/gm_13/gm_13.mdl",
  222. "models/reizer_cgi_p2/gm_3/gm_3.mdl",
  223. },
  224. description = [[<Whitelist> Vous êtes le Vice-Commandant de la 21st]],
  225. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  226. command = "vcmd21st",
  227. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  228. salary = 100,
  229. admin = 0,
  230. vote = false,
  231. hasLicense = false,
  232. category = "Régiment 21st",
  233. PlayerLoadout = function( ply ) return
  234. ply:SetHealth(100) end,
  235. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  236. })
  237.  
  238. TEAM_CMDMARINE = DarkRP.createJob("Commandant 21st", {
  239. color = Color(127, 0, 255, 255),
  240. model = {
  241. "models/reizer_cgi_p2/21_jet/21_jet.mdl",
  242. },
  243. description = [[<Whitelist> Vous êtes le Commandant de la 21st]],
  244. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  245. command = "cmd21st",
  246. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  247. salary = 100,
  248. admin = 0,
  249. vote = false,
  250. hasLicense = false,
  251. category = "Régiment 21st",
  252. PlayerLoadout = function( ply ) return
  253. ply:SetHealth(100) end,
  254. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  255. })
  256.  
  257. TEAM_CMDMMARINE = DarkRP.createJob("Commandant-Maréchal 21st", {
  258. color = Color(127, 0, 255, 255),
  259. model = {
  260. "models/reizer_cgi_p2/21_bacara/21_bacara.mdl",
  261. },
  262. description = [[<Whitelist> Vous êtes le Commandant-Maréchal de la 21st]],
  263. weapons = {"weapon_752_dc15a","weapon_752_dc17","weapon_752_dc15s","garde_a_vousv1.1","swep_radiodevice", },
  264. command = "cmdm21st",
  265. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  266. salary = 100,
  267. admin = 0,
  268. vote = false,
  269. hasLicense = false,
  270. category = "Régiment 21st",
  271. PlayerLoadout = function( ply ) return
  272. ply:SetHealth(100) end,
  273. CustomCheckFailMsg = "Ce métier est reservé aux 21st.",
  274. })
  275.  
  276. TEAM_MUNDI = DarkRP.createJob("GNL Ki-Adi Mundi", {
  277. color = Color(127, 0, 255, 255),
  278. model = {
  279. "models/tfa/comm/gg/pm_sw_mundi.mdl",
  280. },
  281. description = [[<Whitelist> =VIP= Vous êtes le Général de la 21st]],
  282. weapons = {"weapon_lightsaber", },
  283. command = "Kiadi",
  284. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  285. salary = 100,
  286. admin = 0,
  287. vote = false,
  288. hasLicense = false,
  289. category = "Régiment 21st",
  290. PlayerLoadout = function( ply ) return
  291. ply:SetHealth(3000) end,
  292. customCheck = function(ply) return CLIENT or
  293. table.HasValue({'superadmin','Gerant-Staff', 'Administrateur', 'Moderateur', 'Moderateur-Test', 'VIP', "Gerant-CloneWarsRP"}, ply:GetNWString('usergroup'))
  294. CustomCheckFailMsg = "Ce métier est reservé aux VIP.",
  295. })
Advertisement
Add Comment
Please, Sign In to add comment