kittaiyo

Untitled

Feb 28th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.65 KB | None | 0 0
  1. TEAM_CTCORPSSTELLAIRE = DarkRP.createJob("Clone Trooper 327th", {
  2. color = Color(237, 22, 255, 212),
  3. model = {
  4. "models/reizer_cgi_p2/327_trp/327_trp.mdl",
  5. "models/reizer_cgi_p2/327_snow_trp/327_snow_trp.mdl",
  6. },
  7. description = [[<Whitelist> Vous êtes un CT de la 327th]],
  8. weapons = {"weapon_tfa_dc15a327","weapon_752_dc17","weapon_tfa_dc15sa327","garde_a_vousv1.1","swep_radiodevice","tfa_dc17m_shotgun"},
  9. command = "ct327th",
  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 = "327th Corps Stellaire",
  16. PlayerLoadout = function( ply ) return
  17. ply:SetHealth(100) end,
  18. CustomCheckFailMsg = "Ce métier est reservé aux 327th.",
  19. })
  20.  
  21. TEAM_MDCCORPSSTELLAIRE = DarkRP.createJob("Medecin 327th", {
  22. color = Color(237, 22, 255, 212),
  23. model = {
  24. "models/reizer_cgi_p2/327_med/327_med.mdl",
  25. "models/reizer_cgi_p2/327_snow_trp/327_snow_trp.mdl",
  26. },
  27. description = [[<Whitelist> Vous êtes un medecin de la 327th]],
  28. weapons = {"weapon_tfa_dc15a327","weapon_752_dc17","weapon_tfa_dc15sa327","garde_a_vousv1.1","weapon_leash_elastic","weapon_hexshield","stungun","weapon_bactanade","weapon_bactainjector","weapon_medkit","swep_radiodevice","tfa_dc17m_shotgun","swep_radiodevice"},
  29. command = "mdc327th",
  30. max = 0, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  31. salary = 100,
  32. admin = 0,
  33. vote = false,
  34. hasLicense = false,
  35. category = "327th Corps Stellaire",
  36. PlayerLoadout = function( ply ) return
  37. ply:SetHealth(550) end,
  38. CustomCheckFailMsg = "Ce métier est reservé aux 212th.",
  39. })
  40.  
  41. TEAM_CPLCORPSSTELLAIRE = DarkRP.createJob("Caporal 327th", {
  42. color = Color(237, 22, 255, 212),
  43. model = {
  44. "models/reizer_cgi_p2/327_trp/327_trp.mdl",
  45. "models/reizer_cgi_p2/327_snow_trp/327_snow_trp.mdl",
  46. },
  47. description = [[<Whitelist> Vous êtes un Caporal de la 327th]],
  48. weapons = {"weapon_tfa_dc15a327","weapon_752_dc17","weapon_tfa_dc15sa327","garde_a_vousv1.1","swep_radiodevice","tfa_dc17m_shotgun"},
  49. command = "cpl327th",
  50. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  51. salary = 100,
  52. admin = 0,
  53. vote = false,
  54. hasLicense = false,
  55. category = "327th Corps Stellaire",
  56. PlayerLoadout = function( ply ) return
  57. ply:SetHealth(500) and ply:SetArmor(100) end,
  58. CustomCheckFailMsg = "Ce métier est reservé aux 327th .",
  59. })
  60.  
  61. TEAM_CPLCCORPSSTELLAIRE = DarkRP.createJob("Caporal-Chef 327th", {
  62. color = Color(237, 22, 255, 212),
  63. model = {
  64. "models/reizer_cgi_p2/327_d1/327_d1.mdl",
  65. "models/reizer_cgi_p2/327_snow_trp/327_snow_trp.mdl",
  66. },
  67. description = [[<Whitelist> Vous êtes un Caporal-Chef de la 327th]],
  68. weapons = {"weapon_tfa_dc15a327","weapon_752_dc17","weapon_tfa_dc15sa327","garde_a_vousv1.1","swep_radiodevice","tfa_dc17m_shotgun"},
  69. command = "cplc327th",
  70. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  71. salary = 100,
  72. admin = 0,
  73. vote = false,
  74. hasLicense = false,
  75. category = "327th Corps Stellaire",
  76. PlayerLoadout = function( ply ) return
  77. ply:SetHealth(750) and ply:SetArmor(125) end,
  78. CustomCheckFailMsg = "Ce métier est reservé aux 327th.",
  79. })
  80.  
  81. TEAM_SGTCORPSSTELLAIRE = DarkRP.createJob("Sergent 327th", {
  82. color = Color(237, 22, 255, 212),
  83. model = {
  84. "models/reizer_cgi_p2/327_d2/327_d2.mdl",
  85. "models/reizer_cgi_p2/327_snow_trp/327_snow_trp.mdl",
  86. },
  87. description = [[<Whitelist> Vous êtes un Sergent de la 327th]],
  88. weapons = {"weapon_tfa_dc15a327","weapon_752_dc17","weapon_tfa_dc15sa327","garde_a_vousv1.1","swep_radiodevice","tfa_dc17m_shotgun"},
  89. command = "sgt327th",
  90. max = 3, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  91. salary = 100,
  92. admin = 0,
  93. vote = false,
  94. hasLicense = false,
  95. category = "327th Corps Stellaire",
  96. PlayerLoadout = function( ply ) return
  97. ply:SetHealth(1000) and ply:SetArmor(150) end,
  98. CustomCheckFailMsg = "Ce métier est reservé aux 327th.",
  99. })
  100.  
  101. TEAM_LTN2NDCORPSSTELLAIRE = DarkRP.createJob("Lieutenant en Second 327th", {
  102. color = Color(237, 22, 255, 212),
  103. model = {
  104. "models/reizer_cgi_p2/327_d3/327_d3.mdl",
  105. "models/reizer_cgi_p2/327_snow_trp/327_snow_trp.mdl",
  106. },
  107. description = [[<Whitelist> Vous êtes un Lieutenant en second de la 327th]],
  108. weapons = {"weapon_tfa_dc15a327","weapon_752_dc17","weapon_tfa_dc15sa327","garde_a_vousv1.1","swep_radiodevice","tfa_dc17m_shotgun"},
  109. command = "ltn2nd327th",
  110. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  111. salary = 100,
  112. admin = 0,
  113. vote = false,
  114. hasLicense = false,
  115. category = "327th Corps Stellaire",
  116. PlayerLoadout = function( ply ) return
  117. ply:SetHealth(1200) and ply:SetArmor(175) end,
  118. CustomCheckFailMsg = "Ce métier est reservé aux 327th.",
  119. })
  120.  
  121. TEAM_LTNCORPSSTELLAIRE = DarkRP.createJob("Lieutenant 327th", {
  122. color = Color(237, 22, 255, 212),
  123. model = {
  124. "models/reizer_cgi_p2/327_d2/327_d2.mdl",
  125. "models/reizer_cgi_p2/327_snow_trp/327_snow_trp.mdl",
  126. },
  127. description = [[<Whitelist> Vous êtes un Lieutenant de la 327th]],
  128. weapons = {"weapon_tfa_dc15a327","weapon_752_dc17","weapon_tfa_dc15sa327","garde_a_vousv1.1","swep_radiodevice","tfa_dc17m_shotgun"},
  129. command = "ltn327th",
  130. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  131. salary = 100,
  132. admin = 0,
  133. vote = false,
  134. hasLicense = false,
  135. category = "327th Corps Stellaire",
  136. PlayerLoadout = function( ply ) return
  137. ply:SetHealth(1400) and ply:SetArmor(200) end,
  138. CustomCheckFailMsg = "Ce métier est reservé aux 327th.",
  139. })
  140.  
  141. TEAM_CPT2NDCORPSSTELLAIRE = DarkRP.createJob("Capitaine en Second 327th", {
  142. color = Color(237, 22, 255, 212),
  143. model = {
  144. "models/reizer_cgi_p2/327_d1/327_d1.mdl",
  145. "models/reizer_cgi_p2/327_snow_trp/327_snow_trp.mdl",
  146. },
  147. description = [[<Whitelist> Vous êtes un Capitaine en second de la 327th]],
  148. weapons = {"weapon_tfa_dc15a327","weapon_752_dc17","weapon_tfa_dc15sa327","garde_a_vousv1.1","swep_radiodevice","tfa_dc17m_shotgun"},
  149. command = "cpt2nd327th",
  150. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  151. salary = 100,
  152. admin = 0,
  153. vote = false,
  154. hasLicense = false,
  155. category = "327th Corps Stellaire",
  156. PlayerLoadout = function( ply ) return
  157. ply:SetHealth(1600) and ply:SetArmor(215) end,
  158. CustomCheckFailMsg = "Ce métier est reservé aux 327th.",
  159. })
  160.  
  161. TEAM_CPTCORPSSTELLAIRE = DarkRP.createJob("Capitaine 327th", {
  162. color = Color(237, 22, 255, 212),
  163. model = {
  164. "models/reizer_cgi_p2/327_d3/327_d3.mdl",
  165. "models/reizer_cgi_p2/327_snow_trp/327_snow_trp.mdl",
  166. },
  167. description = [[<Whitelist> Vous êtes un Capitaine de la 327th]],
  168. weapons = {"weapon_tfa_dc15a327","weapon_752_dc17","weapon_tfa_dc15sa327","garde_a_vousv1.1","swep_radiodevice","tfa_dc17m_shotgun"},
  169. command = "cpt327th",
  170. max = 2, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  171. salary = 100,
  172. admin = 0,
  173. vote = false,
  174. hasLicense = false,
  175. category = "327th Corps Stellaire",
  176. PlayerLoadout = function( ply ) return
  177. ply:SetHealth(1800) and ply:SetArmor(225) end,
  178. CustomCheckFailMsg = "Ce métier est reservé aux 327th.",
  179. })
  180.  
  181. TEAM_VCMDCORPSSTELLAIRE = DarkRP.createJob("Vice-Commandant 327th", {
  182. color = Color(237, 22, 255, 212),
  183. model = {
  184. "models/reizer_cgi_p2/327_d3/327_d3.mdl",
  185. "models/reizer_cgi_p2/327_snow_trp/327_snow_trp.mdl",
  186. },
  187. description = [[<Whitelist> Vous êtes le Vice-Commandant de la 327th]],
  188. weapons = {"weapon_tfa_dc15a327","weapon_752_dc17","weapon_tfa_dc15sa327","garde_a_vousv1.1","swep_radiodevice","tfa_dc17m_shotgun"},
  189. command = "vcmd327th",
  190. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  191. salary = 100,
  192. admin = 0,
  193. vote = false,
  194. hasLicense = false,
  195. category = "327th Corps Stellaire",
  196. PlayerLoadout = function( ply ) return
  197. ply:SetHealth(2000) and ply:SetArmor(250) end,
  198. CustomCheckFailMsg = "Ce métier est reservé aux 327th.",
  199. })
  200.  
  201. TEAM_CMDCORPSSTELLAIRE = DarkRP.createJob("Commandant 327th", {
  202. color = Color(237, 22, 255, 212),
  203. model = {
  204. "models/reizer_cgi_p2/327_trp/327_trp.mdl",
  205. "models/reizer_cgi_p2/327_snow_cmd/327_snow_cmd.mdl",
  206. },
  207. description = [[<Whitelist> Vous êtes le Commandant de la 327th]],
  208. weapons = {"weapon_tfa_dc15a327","weapon_752_dc17","weapon_tfa_dc15sa327","garde_a_vousv1.1","swep_radiodevice","tfa_dc17m_shotgun"},
  209. command = "cmd327th",
  210. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  211. salary = 100,
  212. admin = 0,
  213. vote = false,
  214. hasLicense = false,
  215. category = "327th Corps Stellaire",
  216. PlayerLoadout = function( ply ) return
  217. ply:SetHealth(2250) and ply:SetArmor(350) end,
  218. CustomCheckFailMsg = "Ce métier est reservé aux 327th.",
  219. })
  220.  
  221. TEAM_CMDMCORPSSTELLAIRE = DarkRP.createJob("Commandant-Maréchal 327th", {
  222. color = Color(237, 22, 255, 212),
  223. model = {
  224. "models/reizer_cgi_p2/327_bly/327_bly.mdl",
  225. },
  226. description = [[<Whitelist> Vous êtes le Commandant-Maréchal de la 327th]],
  227. weapons = {"weapon_tfa_dc15a327","weapon_752_dc17","weapon_tfa_dc15sa327","garde_a_vousv1.1","swep_radiodevice","tfa_dc17m_shotgun"},
  228. command = "cmdm327th",
  229. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  230. salary = 100,
  231. admin = 0,
  232. vote = false,
  233. hasLicense = false,
  234. category = "327th Corps Stellaire",
  235. PlayerLoadout = function( ply ) return
  236. ply:SetHealth(2500) and ply:SetArmor(500) end,
  237. CustomCheckFailMsg = "Ce métier est reservé aux 327th.",
  238. })
  239.  
  240. TEAM_SECURA = DarkRP.createJob("GNL Aayla Secura", {
  241. color = Color(183, 183, 12, 255),
  242. model = {
  243. "models/tfa/comm/gg/pm_sw_aayala.mdl",
  244. },
  245. description = [[<Whitelist> =VIP= Vous êtes le Général de la 327st]],
  246. weapons = {"weapon_lightsaber","swep_radiodevice"},
  247. command = "secura",
  248. max = 1, -- at most 70% of the players can have this job. Set to a whole number to set an absolute limit.
  249. salary = 100,
  250. admin = 0,
  251. vote = false,
  252. hasLicense = false,
  253. category = "327th Corps Stellaire",
  254. PlayerLoadout = function( ply ) return
  255. ply:SetHealth(3000) end,
  256. customCheck = function(ply) return CLIENT or
  257. table.HasValue({'superadmin','Gerant-Staff', 'Administrateur', 'Moderateur', 'Moderateur-Test', 'VIP', "Gerant-CloneWarsRP"}, ply:GetNWString('usergroup')) end,
  258. CustomCheckFailMsg = "Ce métier est reservé aux VIP.",
  259. })
Advertisement
Add Comment
Please, Sign In to add comment