Advertisement
Guest User

Broken Jobs

a guest
Feb 19th, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.01 KB | None | 0 0
  1. TEAM_CITIZEN = DarkRP.createJob("Citizen", {
  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 = {},
  21. command = "citizen",
  22. max = 31,
  23. salary = GAMEMODE.Config.normalsalary,
  24. admin = 0,
  25. vote = false,
  26. hasLicense = false,
  27. candemote = false
  28. })
  29.  
  30. TEAM_POLICE = DarkRP.createJob("Civil Protection", {
  31. color = Color(25, 25, 170, 255),
  32. model = {"models/player/police.mdl", "models/player/police_fem.mdl"},
  33. description = [[The protector of every citizen that lives in the city.
  34. You have the power to arrest criminals and protect innocents.
  35. Hit a player with your arrest baton to put them in jail.
  36. Bash a player with a stunstick and they may learn to obey the law.
  37. The Battering Ram can break down the door of a criminal, with a warrant for their arrest.
  38. The Battering Ram can also unfreeze frozen props (if enabled).
  39. Type /wanted <name> to alert the public to the presence of a criminal.]],
  40. weapons = {"arrest_stick", "unarrest_stick", "weapon_glock2", "stunstick", "door_ram", "weaponchecker"},
  41. command = "cp",
  42. max = 4,
  43. salary = GAMEMODE.Config.normalsalary * 1.45,
  44. admin = 0,
  45. vote = true,
  46. hasLicense = true,
  47. ammo = {
  48. ["pistol"] = 60,
  49. }
  50. })
  51.  
  52. TEAM_GANG = DarkRP.createJob("Gangster", {
  53. color = Color(75, 75, 75, 255),
  54. model = {
  55. "models/player/Group03/Female_01.mdl",
  56. "models/player/Group03/Female_02.mdl",
  57. "models/player/Group03/Female_03.mdl",
  58. "models/player/Group03/Female_04.mdl",
  59. "models/player/Group03/Female_06.mdl",
  60. "models/player/group03/male_01.mdl",
  61. "models/player/Group03/Male_02.mdl",
  62. "models/player/Group03/male_03.mdl",
  63. "models/player/Group03/Male_04.mdl",
  64. "models/player/Group03/Male_05.mdl",
  65. "models/player/Group03/Male_06.mdl",
  66. "models/player/Group03/Male_07.mdl",
  67. "models/player/Group03/Male_08.mdl",
  68. "models/player/Group03/Male_09.mdl"},
  69. description = [[The lowest person of crime.
  70. A gangster generally works for the Mobboss who runs the crime family.
  71. The Mob boss sets your agenda and you follow it or you might be punished.]],
  72. weapons = {},
  73. command = "gangster",
  74. max = 5,
  75. salary = GAMEMODE.Config.normalsalary,
  76. admin = 0,
  77. vote = false,
  78. hasLicense = false
  79. })
  80.  
  81. TEAM_MOB = DarkRP.createJob("Mob boss", {
  82. color = Color(25, 25, 25, 255),
  83. model = "models/player/gman_high.mdl",
  84. description = [[The Mob boss is the boss of the criminals in the city.
  85. With his power he coordinates the gangsters and forms an efficient crime organization.
  86. He has the ability to break into houses by using a lockpick.
  87. The Mob boss posesses the ability to unarrest you.]],
  88. weapons = {"lockpick", "unarrest_stick"},
  89. command = "mobboss",
  90. max = 1,
  91. salary = GAMEMODE.Config.normalsalary * 1.34,
  92. admin = 0,
  93. vote = false,
  94. hasLicense = false
  95. })
  96.  
  97. TEAM_GUN = DarkRP.createJob("Gun Dealer", {
  98. color = Color(255, 140, 0, 255),
  99. model = "models/player/monk.mdl",
  100. description = [[A Gun Dealer is the only person who can sell guns to other people.
  101. Make sure you aren't caught selling illegal firearms to the public! You might get arrested!]],
  102. weapons = {},
  103. command = "gundealer",
  104. max = 2,
  105. salary = GAMEMODE.Config.normalsalary,
  106. admin = 0,
  107. vote = false,
  108. hasLicense = false
  109. })
  110.  
  111. TEAM_MEDIC = DarkRP.createJob("Medic", {
  112. color = Color(47, 79, 79, 255),
  113. model = "models/player/kleiner.mdl",
  114. description = [[With your medical knowledge you work to restore players to full health.
  115. Without a medic, people cannot be healed.
  116. Left click with the Medical Kit to heal other players.
  117. Right click with the Medical Kit to heal yourself.]],
  118. weapons = {"med_kit"},
  119. command = "medic",
  120. max = 2,
  121. salary = GAMEMODE.Config.normalsalary,
  122. admin = 0,
  123. vote = false,
  124. hasLicense = false,
  125. medic = true
  126. })
  127.  
  128. TEAM_CHIEF = DarkRP.createJob("Civil Protection Chief", {
  129. color = Color(20, 20, 255, 255),
  130. model = "models/player/combine_soldier_prisonguard.mdl",
  131. description = [[The Chief is the leader of the Civil Protection unit.
  132. Coordinate the police force to enforce law in the city.
  133. Hit a player with arrest baton to put them in jail.
  134. Bash a player with a stunstick and they may learn to obey the law.
  135. The Battering Ram can break down the door of a criminal, with a warrant for his/her arrest.
  136. Type /wanted <name> to alert the public to the presence of a criminal.
  137. Type /jailpos to set the Jail Position]],
  138. weapons = {"arrest_stick", "unarrest_stick", "fas2_ots33", "stunstick", "door_ram", "weaponchecker"},
  139. command = "chief",
  140. max = 1,
  141. salary = GAMEMODE.Config.normalsalary * 1.67,
  142. admin = 0,
  143. vote = false,
  144. hasLicense = true,
  145. chief = true,
  146. NeedToChangeFrom = TEAM_POLICE,
  147. ammo = {
  148. ["pistol"] = 60,
  149. }
  150. })
  151.  
  152. TEAM_MAYOR = DarkRP.createJob("Mayor", {
  153. color = Color(150, 20, 20, 255),
  154. model = "models/player/breen.mdl",
  155. description = [[The Mayor of the city creates laws to govern the city.
  156. If you are the mayor you may create and accept warrants.
  157. Type /wanted <name> to warrant a player.
  158. Type /jailpos to set the Jail Position.
  159. Type /lockdown initiate a lockdown of the city.
  160. Everyone must be inside during a lockdown.
  161. The cops patrol the area.
  162. /unlockdown to end a lockdown]],
  163. weapons = {},
  164. command = "mayor",
  165. max = 1,
  166. salary = GAMEMODE.Config.normalsalary * 1.89,
  167. admin = 0,
  168. vote = true,
  169. hasLicense = false,
  170. mayor = true
  171. })
  172.  
  173. TEAM_HOBO = DarkRP.createJob("Hobo", {
  174. color = Color(80, 45, 0, 255),
  175. model = "models/player/corpse1.mdl",
  176. description = [[The lowest member of society. Everybody laughs at you.
  177. You have no home.
  178. Beg for your food and money
  179. Sing for everyone who passes to get money
  180. Make your own wooden home somewhere in a corner or outside someone else's door]],
  181. weapons = {"weapon_bugbait"},
  182. command = "hobo",
  183. max = 5,
  184. salary = 0,
  185. admin = 0,
  186. vote = false,
  187. hasLicense = false,
  188. candemote = false,
  189. hobo = true
  190. })
  191.  
  192. TEAM_GUARD = DarkRP.createJob("Guard", {
  193. color = Color(0,200,50,255),
  194. model = "models/player/barney.mdl",
  195. description = [[People will pay for protection, use your weapon or buy one from the local gundealer.]],
  196. weapons = {"fas2_p226"},
  197. command = "guard",
  198. max = 1,
  199. salary = 85,
  200. admin = 0,
  201. vote = false,
  202. hasLicense = true
  203. })
  204. TEAM_SWATLEADER = DarkRP.createJob("Swat Leader", {
  205. color = Color(25, 25, 170, 255),
  206. model = {"models/player/swat.mdl"},
  207. description = [[You control the all of the Swat, you lead them into raids.
  208. Hit a player with your arrest baton to put them in jail.
  209. Bash a player with a stunstick and they may learn to obey the law.
  210. The Battering Ram can break down the door of a criminal, with a warrant for their arrest.
  211. The Battering Ram can also unfreeze frozen props (if enabled).
  212. Type /wanted <name> to alert the public to the presence of a criminal.
  213. Swat are not allowed to base.]],
  214. weapons = {"arrest_stick", "unarrest_stick", "fas2_m4a1", "stunstick", "door_ram", "weaponchecker"},
  215. command = "Swat",
  216. max = 1,
  217. salary = 120,
  218. admin = 0,
  219. vote = true,
  220. hasLicense = true,
  221. help = {
  222. "Please don't abuse your job",
  223. "When you arrest someone they are auto transported to jail.",
  224. "They are auto let out of jail after some time",
  225. "Type /warrant [Nick|SteamID|Status ID] to set a search warrant for a player.",
  226. "Type /wanted [Nick|SteamID|Status ID] to alert everyone to a wanted suspect",
  227. "Type /unwanted [Nick|SteamID|Status ID] to clear the suspect",
  228. "Type /jailpos to set the jail position"
  229. }
  230. })
  231. TEAM_SWAT = DarkRP.createJob("Swat", {
  232. color = Color(25, 25, 170, 255),
  233. model = {"models/player/swat.mdl"},
  234. description = [[The protector of every citizen that lives in the city.
  235. You have the power to arrest criminals and protect innocents.
  236. You must follow the Swat Leaders orders or you will be demoted.
  237. Hit a player with your arrest baton to put them in jail.
  238. Bash a player with a stunstick and they may learn to obey the law.
  239. The Battering Ram can break down the door of a criminal, with a warrant for their arrest.
  240. The Battering Ram can also unfreeze frozen props (if enabled).
  241. Type /wanted <name> to alert the public to the presence of a criminal.
  242. Swat are not allowed to base.]],
  243. weapons = {"arrest_stick", "unarrest_stick", "fas2_m4a1", "stunstick", "door_ram", "weaponchecker"},
  244. command = "Swat",
  245. max = 4,
  246. salary = 85,
  247. admin = 0,
  248. vote = true,
  249. hasLicense = true,
  250. help = {
  251. "Please don't abuse your job and follow orders",
  252. "When you arrest someone they are auto transported to jail.",
  253. "They are auto let out of jail after some time",
  254. "Type /warrant [Nick|SteamID|Status ID] to set a search warrant for a player.",
  255. "Type /wanted [Nick|SteamID|Status ID] to alert everyone to a wanted suspect",
  256. "Type /unwanted [Nick|SteamID|Status ID] to clear the suspect",
  257. "Type /jailpos to set the jail position"
  258. }
  259. })
  260.  
  261. DarkRP.createJob("Mayors Daughter", {
  262. color = Color(255,100,100,255),
  263. model = "models/player/alyx.mdl",
  264. description = [[You are the mayors daughter, walk around with your dad
  265. just chill around. But be careful, you never know when somebody
  266. is waiting to kidnap you!]],
  267. weapons = {},
  268. command = "mayorsdaughter",
  269. max = 1,
  270. salary = 80,
  271. admin = 0,
  272. vote = false,
  273. hasLicense = false
  274. })
  275.  
  276. TEAM_THIEF = AddExtraTeam("Thief", {
  277. color = Color(255, 255, 102, 255),
  278. model = "models/player/artic.mdl",
  279. description = [[You are a thief and a menace to society,
  280. Your job is to lockpick into
  281. players\' homes and steal
  282. their valuables.]],
  283. weapons = {"lockpick","keypad_cracker"},
  284. command = "thief",
  285. max = 5,
  286. salary = 50,
  287. admin = 0,
  288. vote = false,
  289. hasLicense = false
  290. })
  291.  
  292. TEAM_HITMAN = DarkRP.createJob("Hitman", {
  293. color = Color(0, 0, 0, 255),
  294. model = "models/player/phoenix.mdl",
  295. description = [[People hire you to take out other people,
  296. this job require you to be completely focussed.
  297. A single breath can make you loose a shot.]],
  298. weapons = {"fas2_ak47"},
  299. command = "hitman",
  300. max = 1,
  301. salary = 65,
  302. admin = 0,
  303. vote = false,
  304. hasLicense = false
  305. })
  306.  
  307. TEAM_NINJA = AddExtraTeam("Ninja", {
  308. color = Color(255, 93, 0, 255),
  309. model = "models/player/charple.mdl",
  310. description = [[As a ninja you can jump from building
  311. to building with you grapling hook. But be careful
  312. because grapling hook is not leagel.]],
  313. weapons = {"grapplehook",
  314. command = "ninja",
  315. max = 1,
  316. salary = 65,
  317. admin = 0,
  318. vote = false,
  319. hasLicense = false
  320. })
  321.  
  322. TEAM_BANK = AddExtraTeam("Downtown Bank Owner", {
  323. color = Color(65, 90, 255, 255),
  324. model = "models/player/Hostage/hostage_04.mdl",
  325. description = [[As a Bank Owner you can store
  326. printers legally]],
  327. weapons = {}
  328. command = "bank",
  329. max = 2,
  330. salary = 120,
  331. admin = 0,
  332. vote = false,
  333. hasLicense = false
  334. })
  335.  
  336. TEAM_ADMIN = AddExtraTeam("Admin On Patrol", {
  337. color = Color(100, 100, 100, 255),
  338. model = {"models/player/combine_super_soldier.mdl"},
  339. description = [[Help people.]],
  340. weapons = {"unarrest_stick"},
  341. command = "admin",
  342. max = 3,
  343. salary = 1000,
  344. admin = 0,
  345. vote = false,
  346. hasLicense = false,
  347. customCheck = function(ply)
  348. return ply:IsSuperAdmin() or ply:IsUserGroup("admin")
  349. end
  350. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement