Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.90 KB | None | 0 0
  1. TEAM_NOVICE = DarkRP.createJob("Novice Jedi", {
  2. color = Color(0, 63, 255 ),
  3. model = {"models/jazzmcfly/jka/younglings/jka_young_anikan.mdl" , "models/jazzmcfly/jka/younglings/jka_young_female.mdl" , "models/jazzmcfly/jka/younglings/jka_young_male.mdl" , "models/jazzmcfly/jka/younglings/jka_young_shak.mdl"},
  4. description = [[Vous êtes un Novice Jedi]],
  5. weapons = {""},
  6. command = "Novicejedi",
  7. max = 0,
  8. salary = 1,
  9. admin = 0,
  10. PlayerSpawn = function(ply) ply:SetHealth(150) ply:SetMaxHealth(150) end,
  11. category = "République",
  12. })
  13.  
  14. TEAM_INITIE = DarkRP.createJob("Inité Jedi", {
  15. color = Color(0, 63, 255 ),
  16. model = {"models/grealms/characters/casualjedi/casualjedi_01.mdl" , "models/grealms/characters/casualjedi/casualjedi_02.mdl" , "models/grealms/characters/casualjedi/casualjedi_03.mdl" , "models/grealms/characters/casualjedi/casualjedi_04.mdl" , "models/grealms/characters/casualjedi/casualjedi_05.mdl" , "models/grealms/characters/casualjedi/casualjedi_06.mdl" , "models/grealms/characters/casualjedi/casualjedi_07.mdl" , "models/grealms/characters/casualjedi/casualjedi_08.mdl" , "models/grealms/characters/casualjedi/casualjedi_09.mdl"},
  17. description = [[Vous êtes un Initie Jedi]],
  18. weapons = {"models/jazzmcfly/jka/dv/dv.mdl"},
  19. command = "Innitiejedi",
  20. max = 0,
  21. salary = 1,
  22. admin = 0,
  23. PlayerSpawn = function(ply) ply:SetHealth(300) ply:SetMaxHealth(300) end,
  24. category = "République",
  25. })
  26.  
  27. TEAM_PADAWAN_ERUDIT = DarkRP.createJob("Padawan Erudit", {
  28. color = Color(0, 63, 255 ),
  29. model = {"models/padawan2/padawan2.mdl"},
  30. description = [[Vous êtes un Padawan Erudit]],
  31. weapons = {"weapon_lightsaber_personal"},
  32. command = "Padawanerudit",
  33. max = 0,
  34. salary = 1,
  35. admin = 0,
  36. PlayerSpawn = function(ply) ply:SetHealth(650) ply:SetMaxHealth(650) end,
  37. category = "République",
  38. })
  39.  
  40. TEAM_PADAWAN_OMBRE = DarkRP.createJob("Padawan Ombre", {
  41. color = Color(0, 63, 255 ),
  42. model = {"models/padawan5/padawan5.mdl"},
  43. description = [[Vous êtes un Padawan Ombre]],
  44. weapons = {"weapon_lightsaber_personal"},
  45. command = "Padawanombre",
  46. max = 0,
  47. salary = 1,
  48. admin = 0,
  49. PlayerSpawn = function(ply) ply:SetHealth(650) ply:SetMaxHealth(650) end,
  50. category = "République",
  51. })
  52.  
  53. TEAM_PADAWAN_GARDIEN = DarkRP.createJob("Padawan Gardien", {
  54. color = Color(0, 63, 255 ),
  55. model = {"models/padawan4/padawan4.mdl"},
  56. description = [[Vous êtes un Padawan Gardien]],
  57. weapons = {"weapon_lightsaber_personal"},
  58. command = "Padawangardien",
  59. max = 0,
  60. salary = 1,
  61. admin = 0,
  62. PlayerSpawn = function(ply) ply:SetHealth(800) ply:SetMaxHealth(800) end,
  63. category = "République",
  64. })
  65.  
  66. TEAM_PADAWAN_SENTINELLE = DarkRP.createJob("Padawan Sentinelle", {
  67. color = Color(0, 63, 255 ),
  68. model = {"models/padawan3/padawan3.mdl"},
  69. description = [[Vous êtes un Padawan Sentinelle]],
  70. weapons = {"weapon_lightsaber_personal"},
  71. command = "Padawansentinelle",
  72. max = 0,
  73. salary = 1,
  74. admin = 0,
  75. PlayerSpawn = function(ply) ply:SetHealth(750) ply:SetMaxHealth(750) end,
  76. category = "République",
  77. })
  78.  
  79. TEAM_ERUDIT = DarkRP.createJob("Erudit Jedi", {
  80. color = Color(0, 63, 255 ),
  81. model = {"models/player/valley/jaric.mdl"},
  82. description = [[Vous êtes un Erudit Jedi]],
  83. weapons = {"weapon_lightsaber_personal"},
  84. command = "Eruditjedi",
  85. max = 0,
  86. salary = 1,
  87. admin = 0,
  88. PlayerSpawn = function(ply) ply:SetHealth(1100) ply:SetMaxHealth(1100) end,
  89. category = "République",
  90. })
  91.  
  92. TEAM_OMBRE = DarkRP.createJob("Ombre Jedi", {
  93. color = Color(0, 63, 255 ),
  94. model = {"models/gonzo/forcewarden/krelach/krelach.mdl"},
  95. description = [[Vous êtes une Ombre Jedi]],
  96. weapons = {"weapon_lightsaber_personal"},
  97. command = "Ombrejedi",
  98. max = 0,
  99. salary = 1,
  100. admin = 0,
  101. PlayerSpawn = function(ply) ply:SetHealth(1000) ply:SetMaxHealth(1000) end,
  102. category = "République",
  103. })
  104.  
  105. TEAM_GARDIEN = DarkRP.createJob("Gardien Jedi", {
  106. color = Color(0, 63, 255 ),
  107. model = {"models/grealms/characters/carthonasi/carthonasi.mdl"},
  108. description = [[Vous êtes un Gardien Jedi]],
  109. weapons = {"weapon_lightsaber_personal"},
  110. command = "Gardienjedi",
  111. max = 0,
  112. salary = 1,
  113. admin = 0,
  114. PlayerSpawn = function(ply) ply:SetHealth(1300) ply:SetMaxHealth(1300) end,
  115. category = "République",
  116. })
  117.  
  118. TEAM_SENTINELLE = DarkRP.createJob("Sentinelle Jedi", {
  119. color = Color(0, 63, 255 ),
  120. model = {"models/gonzo/swtorjedi1/malerevan/malerevan.mdl"},
  121. description = [[Vous êtes un Sentinelle Jedi]],
  122. weapons = {"weapon_lightsaber_personal"},
  123. command = "sentinellejedi",
  124. max = 0,
  125. salary = 1,
  126. admin = 0,
  127. PlayerSpawn = function(ply) ply:SetHealth(1200) ply:SetMaxHealth(1200) end,
  128. category = "République",
  129. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement