theo33500

Liste des jobs ThDarkRp

Jun 7th, 2015
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.29 KB | None | 0 0
  1. TEAM_CITIZEN = DarkRP.createJob("Citoyen", {
  2. color = Color(20, 150, 20, 255),
  3. model = {
  4. "models/player/Group01/Female_01.mdl",
  5. "models/player/Group01/Female_02.mdl",
  6. "models/player/Group01/Female_03.mdl",
  7. "models/player/Group01/Female_04.mdl",
  8. "models/player/Group01/Female_06.mdl",
  9. "models/player/group01/male_01.mdl",
  10. "models/player/Group01/Male_02.mdl",
  11. "models/player/Group01/male_03.mdl",
  12. "models/player/Group01/Male_04.mdl",
  13. "models/player/Group01/Male_05.mdl",
  14. "models/player/Group01/Male_06.mdl",
  15. "models/player/Group01/Male_07.mdl",
  16. "models/player/Group01/Male_08.mdl",
  17. "models/player/Group01/Male_09.mdl"
  18. },
  19. description = [[The Citizen is the most basic level of society you can hold besides being a hobo. You have no specific role in city life.]],
  20. weapons = {"weapon_arc_atmcard", "weapon_fists"},
  21. command = "citoyen",
  22. max = 0,
  23. salary = GAMEMODE.Config.normalsalary,
  24. admin = 0,
  25. vote = false,
  26. hasLicense = false,
  27. candemote = false,
  28. category = "Citizens",
  29. })
  30.  
  31. TEAM_POLICE = DarkRP.createJob("Policier", {
  32. color = Color(25, 25, 170, 255),
  33. model = {"models/humans/nypd1940/male_01.mdl", "models/humans/nypd1940/male_02.mdl", "models/humans/nypd1940/male_03.mdl", "models/humans/nypd1940/male_04.mdl", "models/humans/nypd1940/male_05.mdl", "models/humans/nypd1940/male_06.mdl", "models/humans/nypd1940/male_07.mdl", "models/humans/nypd1940/male_08.mdl", "models/humans/nypd1940/male_09.mdl"},
  34. description = [[The protector of every citizen that lives in the city.
  35. You have the power to arrest criminals and protect innocents.
  36. Hit a player with your arrest baton to put them in jail.
  37. Bash a player with a stunstick and they may learn to obey the law.
  38. The Battering Ram can break down the door of a criminal, with a warrant for their arrest.
  39. The Battering Ram can also unfreeze frozen props (if enabled).
  40. Type /wanted <name> to alert the public to the presence of a criminal.]],
  41. weapons = {"arrest_stick", "unarrest_stick", "fas2_glock20", "stunstick", "door_ram", "weaponchecker", "weapon_arc_atmcard", "weapon_fists", "weapon_stungun"},
  42. command = "policier",
  43. max = 6,
  44. salary = GAMEMODE.Config.normalsalary * 1.45,
  45. admin = 0,
  46. vote = false,
  47. hasLicense = true,
  48. ammo = {
  49. ["pistol"] = 60,
  50. },
  51. category = "Civil Protection",
  52. })
  53.  
  54. TEAM_GANG = DarkRP.createJob("Membre des Bloodz", {
  55. color = Color(75, 75, 75, 255),
  56. model = {"models/player/bloodz/slow_2.mdl", "models/player/bloodz/slow_1.mdl", "models/player/bloodz/slow_3.mdl"},
  57. description = [[The lowest person of crime.
  58. A gangster generally works for the Mobboss who runs the crime family.
  59. The Mob boss sets your agenda and you follow it or you might be punished.]],
  60. weapons = {"weapon_arc_atmcard", "weapon_fists"},
  61. command = "gangster",
  62. max = 5,
  63. salary = GAMEMODE.Config.normalsalary,
  64. admin = 0,
  65. vote = false,
  66. hasLicense = false,
  67. category = "Gangsters",
  68. })
  69.  
  70. TEAM_MOB = DarkRP.createJob("Tueur a gage", {
  71. color = Color(25, 25, 25, 255),
  72. model = {
  73. "models/player/Group01/Female_01.mdl",
  74. "models/player/Group01/Female_02.mdl",
  75. "models/player/Group01/Female_03.mdl",
  76. "models/player/Group01/Female_04.mdl",
  77. "models/player/Group01/Female_06.mdl",
  78. "models/player/group01/male_01.mdl",
  79. "models/player/Group01/Male_02.mdl",
  80. "models/player/Group01/male_03.mdl",
  81. "models/player/Group01/Male_04.mdl",
  82. "models/player/Group01/Male_05.mdl",
  83. "models/player/Group01/Male_06.mdl",
  84. "models/player/Group01/Male_07.mdl",
  85. "models/player/Group01/Male_08.mdl",
  86. "models/player/Group01/Male_09.mdl"
  87. },
  88. description = [[The Mob boss is the boss of the criminals in the city.
  89. With his power he coordinates the gangsters and forms an efficient crime organization.
  90. He has the ability to break into houses by using a lockpick.
  91. The Mob boss posesses the ability to unarrest you.]],
  92. weapons = {"lockpick", "unarrest_stick", "weapon_arc_atmcard", "weapon_fists",},
  93. command = "chefbloodz",
  94. max = 1,
  95. salary = GAMEMODE.Config.normalsalary * 1.34,
  96. admin = 0,
  97. vote = false,
  98. hasLicense = false,
  99. category = "Gangsters",
  100. })
  101.  
  102. TEAM_GUN = DarkRP.createJob("Vendeur d'arme", {
  103. color = Color(255, 140, 0, 255),
  104. model = "models/player/monk.mdl",
  105. description = [[A Gun Dealer is the only person who can sell guns to other people.
  106. Make sure you aren't caught selling illegal firearms to the public! You might get arrested!]],
  107. weapons = {"weapon_arc_atmcard", "weapon_fists"},
  108. command = "gundealer",
  109. max = 3,
  110. salary = GAMEMODE.Config.normalsalary,
  111. admin = 0,
  112. vote = false,
  113. hasLicense = false,
  114. category = "Citizens",
  115. })
  116.  
  117. TEAM_MEDIC = DarkRP.createJob("Docteur", {
  118. color = Color(47, 79, 79, 255),
  119. model = "models/player/kleiner.mdl",
  120. description = [[With your medical knowledge you work to restore players to full health.
  121. Without a medic, people cannot be healed.
  122. Left click with the Medical Kit to heal other players.
  123. Right click with the Medical Kit to heal yourself.]],
  124. weapons = {"med_kit", "weapon_arc_atmcard", "weapon_fists"},
  125. command = "docteur",
  126. max = 3,
  127. salary = GAMEMODE.Config.normalsalary,
  128. admin = 0,
  129. vote = false,
  130. hasLicense = false,
  131. medic = true,
  132. category = "Citizens",
  133. })
  134.  
  135. TEAM_CHIEF = DarkRP.createJob("Comissaire", {
  136. color = Color(20, 20, 255, 255),
  137. model = "models/player/combine_soldier_prisonguard.mdl",
  138. description = [[The Chief is the leader of the Civil Protection unit.
  139. Coordinate the police force to enforce law in the city.
  140. Hit a player with arrest baton to put them in jail.
  141. Bash a player with a stunstick and they may learn to obey the law.
  142. The Battering Ram can break down the door of a criminal, with a warrant for his/her arrest.
  143. Type /wanted <name> to alert the public to the presence of a criminal.
  144. Type /jailpos to set the Jail Position]],
  145. weapons = {"arrest_stick", "unarrest_stick", "fas2_deagle", "stunstick", "door_ram", "weaponchecker", "weapon_arc_atmcard", "weapon_fists", "weapon_stungun"},
  146. command = "comissaire",
  147. max = 1,
  148. salary = GAMEMODE.Config.normalsalary * 1.67,
  149. admin = 0,
  150. vote = true,
  151. hasLicense = true,
  152. chief = true,
  153. NeedToChangeFrom = TEAM_POLICE,
  154. ammo = {
  155. ["pistol"] = 60,
  156. },
  157. category = "Civil Protection",
  158. })
  159.  
  160. TEAM_MAYOR = DarkRP.createJob("Maire", {
  161. color = Color(150, 20, 20, 255),
  162. model = "models/obama/obama.mdl",
  163. description = [[The Mayor of the city creates laws to govern the city.
  164. If you are the mayor you may create and accept warrants.
  165. Type /wanted <name> to warrant a player.
  166. Type /jailpos to set the Jail Position.
  167. Type /lockdown initiate a lockdown of the city.
  168. Everyone must be inside during a lockdown.
  169. The cops patrol the area.
  170. /unlockdown to end a lockdown]],
  171. weapons = {"weapon_arc_atmcard", "weaponchecker", "weapon_fists"},
  172. command = "mayor",
  173. max = 1,
  174. salary = GAMEMODE.Config.normalsalary * 1.89,
  175. admin = 0,
  176. vote = true,
  177. hasLicense = true,
  178. mayor = true,
  179. category = "Civil Protection",
  180. PlayerDeath = function(ply, weapon, killer)
  181. ply:changeTeam( TEAM_CITIZEN, true )
  182. if killer:IsPlayer() then
  183. DarkRP.notifyAll(0, 4, "Le maire a été tuer")
  184. else
  185. DarkRP.notifyAll(0, 4, "Le maire est mort")
  186. end
  187. end
  188. })
  189.  
  190. TEAM_HOBO = DarkRP.createJob("SDF", {
  191. color = Color(80, 45, 0, 255),
  192. model = "models/player/hunter.mdl",
  193. description = [[The lowest member of society. Everybody laughs at you.
  194. You have no home.
  195. Beg for your food and money
  196. Sing for everyone who passes to get money
  197. Make your own wooden home somewhere in a corner or outside someone else's door]],
  198. weapons = {"weapon_bugbait", "weapon_arc_atmcard", "weapon_fists"},
  199. command = "sdf",
  200. max = 3,
  201. salary = 0,
  202. admin = 0,
  203. vote = false,
  204. hasLicense = false,
  205. candemote = false,
  206. hobo = true,
  207. category = "Citizens",
  208. })
  209.  
  210. TEAM_ADMIN = DarkRP.createJob("Admin", {
  211. color = Color(0, 0, 0, 255),
  212. model = {"models/player/smith.mdl"},
  213. description = [[Admin, vas pas chercher plus loing]],
  214. weapons = {},
  215. command = "admin",
  216. max = 0,
  217. salary = 0,
  218. admin = 1,
  219. vote = false,
  220. hasLicense = false,
  221.  
  222. -- Insert customCheck here if you have one and want one.
  223. })
  224.  
  225. TEAM_AGENTSECRET = DarkRP.createJob("Agent Secret", {
  226. color = Color(20, 150, 20, 255),
  227. model = {"models/player/Group01/Female_01.mdl", "models/player/Group01/Female_02.mdl", "models/player/Group01/Female_03.mdl", "models/player/Group01/Female_04.mdl", "models/player/Group01/Female_06.mdl", "models/player/group01/male_01.mdl", "models/player/Group01/Male_02.mdl", "models/player/Group01/male_03.mdl", "models/player/Group01/Male_04.mdl", "models/player/Group01/Male_05.mdl", "models/player/Group01/Male_06.mdl", "models/player/Group01/Male_07.mdl", "models/player/Group01/Male_08.mdl", "models/player/Group01/Male_09.mdl", "models/player/bloodz/slow_2.mdl", "models/player/bloodz/slow_1.mdl", "models/player/bloodz/slow_3.mdl", "models/player/monk.mdl", "models/player/kleiner.mdl", "models/player/corpse1.mdl"},
  228. description = [[Les agents secrets, vous êtes censé rester secret, voter badge est le bâton d'arrestation, vous devez faire "/job Citoyen" , vous serez marquer Citoyen tout en étant agent secret]],
  229. weapons = {"arrest_stick", "unarrest_stick", "fas2_deagle", "stunstick", "door_ram", "weaponchecker", "weapon_arc_atmcard", "weapon_fists", "weapon_stungun"},
  230. command = "agent",
  231. max = 1,
  232. salary = 40,
  233. admin = 0,
  234. vote = true,
  235. hasLicense = true,
  236. category = "Civil Protection",
  237.  
  238. -- Insert customCheck here if you have one and want one.
  239. })
  240.  
  241. TEAM_VOLEUR = DarkRP.createJob("Voleur", {
  242. color = Color(0, 255, 100, 255),
  243. model = {"models/code_gs/robber/robberplayer.mdl"},
  244. description = [[Vous etes un voleur, rien de plus]],
  245. weapons = {"lockpick", "keypad_cracker", "weapon_arc_atmcard", "weapon_fists"},
  246. command = "voleur",
  247. max = 2,
  248. salary = 10,
  249. admin = 0,
  250. vote = false,
  251. hasLicense = false,
  252.  
  253. -- Insert customCheck here if you have one and want one.
  254. })
  255.  
  256. TEAM_GUARDE_DU_CORP = DarkRP.createJob("Guarde du corp", {
  257. color = Color(0, 86, 255, 255),
  258. model = {"models/player/guard_pack/guard_01.mdl","models/player/guard_pack/guard_02.mdl","models/player/guard_pack/guard_03.mdl","models/player/guard_pack/guard_04.mdl","models/player/guard_pack/guard_05.mdl","models/player/guard_pack/guard_06.mdl","models/player/guard_pack/guard_07.mdl","models/player/guard_pack/guard_08.mdl","models/player/guard_pack/guard_09.mdl"},
  259. description = [[Vous etes un guarde du corp, gardez le corp]],
  260. weapons = {"weaponchecker","weapon_stungun","weapon_arc_atmcard", "weapon_fists"},
  261. command = "guarde",
  262. max = 5,
  263. salary = 70,
  264. admin = 0,
  265. vote = true,
  266. hasLicense = true,
  267. candemote = true,
  268. -- CustomCheck
  269. medic = false,
  270. chief = false,
  271. mayor = false,
  272. hobo = false,
  273. cook = false,
  274. category = "",
  275. })
  276.  
  277. if not DarkRP.disabledDefaults["modules"]["hungermod"] then
  278. TEAM_COOK = DarkRP.createJob("Cook", {
  279. color = Color(238, 99, 99, 255),
  280. model = "models/player/mossman.mdl",
  281. description = [[As a cook, it is your responsibility to feed the other members of your city.
  282. You can spawn a microwave and sell the food you make:
  283. /buymicrowave]],
  284. weapons = {},
  285. command = "cook",
  286. max = 2,
  287. salary = 45,
  288. admin = 0,
  289. vote = false,
  290. hasLicense = false,
  291. cook = true
  292. })
  293. end
Advertisement
Add Comment
Please, Sign In to add comment