kittaiyo

Untitled

Feb 28th, 2018
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.97 KB | None | 0 0
  1. TEAM_CMMMAJOR = DarkRP.createJob("Cadet Major Marine", {
  2. color = Color(109, 109, 109, 255),
  3. model = {
  4. "models/player/clone/bnaval.mdl",
  5.  
  6. },
  7. description = [[<Whitelist> Vous êtes un Cadet Major Marine de l'Etat-Major]],
  8. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  9. command = "cmm",
  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) end,
  18. CustomCheckFailMsg = "Ce métier est reservé aux EM.",
  19. })
  20.  
  21. TEAM_ENMAJOR = DarkRP.createJob("Enseigne", {
  22. color = Color(109, 109, 109, 255),
  23. model = {
  24. "models/player/clone/navalponds.mdl",
  25.  
  26. },
  27. description = [[<Whitelist> Vous êtes un Enseigne de l'Etat-Major]],
  28. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  29. command = "enseigneem",
  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 = "Etat-Major",
  36. PlayerLoadout = function( ply ) return
  37. ply:SetHealth(100) end,
  38. CustomCheckFailMsg = "Ce métier est reservé aux EM.",
  39. })
  40.  
  41. TEAM_SLTNMAJOR = DarkRP.createJob("Sous-Lieutenant", {
  42. color = Color(109, 109, 109, 255),
  43. model = {
  44. "models/player/clone/gnaval.mdl",
  45.  
  46. },
  47. description = [[<Whitelist> Vous êtes un Sous-Lieutenant de l'Etat-Major]],
  48. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  49. command = "sltnem",
  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 = "Etat-Major",
  56. PlayerLoadout = function( ply ) return
  57. ply:SetHealth(100) end,
  58. CustomCheckFailMsg = "Ce métier est reservé aux EM.",
  59. })
  60.  
  61. TEAM_LTNMAJOR = DarkRP.createJob("Lieutenant", {
  62. color = Color(109, 109, 109, 255),
  63. model = {
  64. "models/player/clone/ifngnaval.mdl",
  65.  
  66. },
  67. description = [[<Whitelist> Vous êtes un Lieutenant de l'Etat-Major]],
  68. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  69. command = "ltnem",
  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 = "Etat-Major",
  76. PlayerLoadout = function( ply ) return
  77. ply:SetHealth(100) end,
  78. CustomCheckFailMsg = "Ce métier est reservé aux EM.",
  79. })
  80.  
  81. TEAM_LTNCOMAJOR = DarkRP.createJob("Lieutenant-Commander", {
  82. color = Color(109, 109, 109, 255),
  83. model = {
  84. "models/gonzo/navyvariants/black/black.mdl",
  85.  
  86. },
  87. description = [[<Whitelist> Vous êtes un Lieutenant-Commander de l'Etat-Major]],
  88. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  89. command = "ltncomem",
  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 = "Etat-Major",
  96. PlayerLoadout = function( ply ) return
  97. ply:SetHealth(100) end,
  98. CustomCheckFailMsg = "Ce métier est reservé aux EM.",
  99. })
  100.  
  101. TEAM_COMMAJOR = DarkRP.createJob("Commander", {
  102. color = Color(109, 109, 109, 255),
  103. model = {
  104. "models/gonzo/navyvariants/green/green.mdl",
  105.  
  106. },
  107. description = [[<Whitelist> Vous êtes un Commander de l'Etat-Major]],
  108. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  109. command = "comem",
  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 = "Etat-Major",
  116. PlayerLoadout = function( ply ) return
  117. ply:SetHealth(100) end,
  118. CustomCheckFailMsg = "Ce métier est reservé aux EM.",
  119. })
  120.  
  121. TEAM_CPTMAJOR = DarkRP.createJob("Capitaine", {
  122. color = Color(109, 109, 109, 255),
  123. model = {
  124. "models/player/bridgestaff/cgibridgestaff.mdl",
  125.  
  126. },
  127. description = [[<Whitelist> Vous êtes un Capitaine de l'Etat-Major]],
  128. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  129. command = "cptem",
  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 = "Etat-Major",
  136. PlayerLoadout = function( ply ) return
  137. ply:SetHealth(100) end,
  138. CustomCheckFailMsg = "Ce métier est reservé aux EM.",
  139. })
  140.  
  141. TEAM_COMMOMAJOR = DarkRP.createJob("Commodore", {
  142. color = Color(109, 109, 109, 255),
  143. model = {
  144. "models/gonzo/navyvariants/green/green.mdl",
  145.  
  146. },
  147. description = [[<Whitelist> Vous êtes un Commodore de l'Etat-Major]],
  148. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  149. command = "comoem",
  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 = "Etat-Major",
  156. PlayerLoadout = function( ply ) return
  157. ply:SetHealth(100) end,
  158. CustomCheckFailMsg = "Ce métier est reservé aux EM.",
  159. })
  160.  
  161. TEAM_CAMMAJOR = DarkRP.createJob("Contre-Amiral", {
  162. color = Color(109, 109, 109, 255),
  163. model = {
  164. "models/player/clone/ifnbnaval.mdl",
  165.  
  166. },
  167. description = [[<Whitelist> Vous êtes le Contre-Amiral de l'Etat-Major]],
  168. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  169. command = "coamem",
  170. max = 1, -- 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 = "Etat-Major",
  176. PlayerLoadout = function( ply ) return
  177. ply:SetHealth(100) end,
  178. CustomCheckFailMsg = "Ce métier est reservé aux EM.",
  179. })
  180.  
  181. TEAM_VAMMAJOR = DarkRP.createJob("Vice-Amiral", {
  182. color = Color(109, 109, 109, 255),
  183. model = {
  184. "models/player/clone/ifnwnaval.mdl",
  185.  
  186. },
  187. description = [[<Whitelist> Vous êtes le Vice-Amiral de l'Etat-Major]],
  188. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  189. command = "vamem",
  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 = "Etat-Major",
  196. PlayerLoadout = function( ply ) return
  197. ply:SetHealth(100) end,
  198. CustomCheckFailMsg = "Ce métier est reservé aux EM.",
  199. })
  200.  
  201. TEAM_AMMAJOR = DarkRP.createJob("Amiral", {
  202. color = Color(109, 109, 109, 255),
  203. model = {
  204. "models/player/clone/genericadmiral.mdl",
  205.  
  206. },
  207. description = [[<Whitelist> Vous êtes l'Amiral de l'Etat-Major]],
  208. weapons = {"weapon_752_dc17","garde_a_vousv1.1","swep_radiodevice", },
  209. command = "amiem",
  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 = "Etat-Major",
  216. PlayerLoadout = function( ply ) return
  217. ply:SetHealth(100) end,
  218. CustomCheckFailMsg = "Ce métier est reservé aux EM.",
  219. })
Add Comment
Please, Sign In to add comment