Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.32 KB | None | 0 0
  1. TEAM_POLICE = DarkRP.createJob("Civil Protection", {
  2. color = Color(25, 25, 170, 255),
  3. model = {"models/player/police.mdl", "models/player/police_fem.mdl"},
  4. description = [[The protector of every citizen that lives in the city.
  5. You have the power to arrest criminals and protect innocents.
  6. Hit a player with your arrest baton to put them in jail.
  7. Bash a player with a stunstick and they may learn to obey the law.
  8. The Battering Ram can break down the door of a criminal, with a warrant for their arrest.
  9. The Battering Ram can also unfreeze frozen props (if enabled).
  10. Type /wanted <name> to alert the public to the presence of a criminal.]],
  11. weapons = {"arrest_stick", "unarrest_stick", "weapon_glock2", "stunstick", "door_ram", "weaponchecker", "weapon_arc_atmcard","keys",},
  12. command = "cp",
  13. max = 4,
  14. salary = GAMEMODE.Config.normalsalary * 1.45,
  15. admin = 0,
  16. vote = true,
  17. hasLicense = true,
  18. ammo = {
  19. ["pistol"] = 60,
  20. },
  21. category = "Civil Protection",
  22. })
  23.  
  24. TEAM_GANG = DarkRP.createJob("Gangster", {
  25. color = Color(75, 75, 75, 255),
  26. model = {
  27. "models/player/Group03/Female_01.mdl",
  28. "models/player/Group03/Female_02.mdl",
  29. "models/player/Group03/Female_03.mdl",
  30. "models/player/Group03/Female_04.mdl",
  31. "models/player/Group03/Female_06.mdl",
  32. },
  33. description = [[The lowest person of crime.
  34. A gangster generally works for the Mobboss who runs the crime family.
  35. The Mob boss sets your agenda and you follow it or you might be punished.]],
  36. weapons = {"weapon_arc_atmcard","keys",},
  37. command = "gangster",
  38. max = 3,
  39. salary = GAMEMODE.Config.normalsalary,
  40. admin = 0,
  41. vote = false,
  42. hasLicense = false,
  43. category = "Gangsters",
  44. })
  45.  
  46. TEAM_MOB = DarkRP.createJob("Mob boss", {
  47. color = Color(25, 25, 25, 255),
  48. model = "models/player/gman_high.mdl",
  49. description = [[The Mob boss is the boss of the criminals in the city.
  50. With his power he coordinates the gangsters and forms an efficient crime organization.
  51. He has the ability to break into houses by using a lockpick.
  52. The Mob boss posesses the ability to unarrest you.]],
  53. weapons = {"lockpick", "unarrest_stick","weapon_arc_atmcard","keys",},
  54. command = "mobboss",
  55. max = 1,
  56. salary = GAMEMODE.Config.normalsalary * 1.34,
  57. admin = 0,
  58. vote = false,
  59. hasLicense = false,
  60. category = "Gangsters",
  61. })
  62.  
  63. TEAM_GUN = DarkRP.createJob("Gun Dealer", {
  64. color = Color(255, 140, 0, 255),
  65. model = "models/player/monk.mdl",
  66. description = [[A Gun Dealer is the only person who can sell guns to other people.
  67. Make sure you aren't caught selling illegal firearms to the public! You might get arrested!]],
  68. weapons = {"weapon_arc_atmcard","keys",},
  69. command = "gundealer",
  70. max = 2,
  71. salary = GAMEMODE.Config.normalsalary,
  72. admin = 0,
  73. vote = false,
  74. hasLicense = false,
  75. category = "Citizens",
  76. })
  77.  
  78. TEAM_MEDIC = DarkRP.createJob("Medic", {
  79. color = Color(47, 79, 79, 255),
  80. model = {
  81. "models/player/Group03/Male_09.mdl",
  82. "models/player/Group03/Male_08.mdl",
  83. "models/player/Group03/Male_07.mdl",
  84. "models/player/Group03/Male_06.mdl",
  85. "models/player/Group03/Male_05.mdl",
  86. "models/player/Group03/Male_04.mdl",
  87. "models/player/group03/male_01.mdl",
  88. "models/player/Group03/Male_02.mdl",
  89. "models/player/Group03/male_03.mdl",},
  90. description = [[With your medical knowledge you work to restore players to full health. Without a medic, people cannot be healed. Left click with the Medical Kit to heal other players. Right click with the Medical Kit to heal yourself.]],
  91. weapons = {"med_kit","weapon_arc_atmcard","keys",},
  92. command = "medic",
  93. max = 3,
  94. salary = GAMEMODE.Config.normalsalary,
  95. admin = 0,
  96. vote = false,
  97. hasLicense = false,
  98. medic = true,
  99. category = "Citizens",
  100. })
  101.  
  102. TEAM_CHIEF = DarkRP.createJob("Civil Protection Chief", {
  103. color = Color(20, 20, 255, 255),
  104. model = "models/Combine_Super_Soldier.mdl",
  105. description = [[The Chief is the leader of the Civil Protection unit.
  106. Coordinate the police force to enforce law in the city.
  107. Hit a player with arrest baton to put them in jail.
  108. Bash a player with a stunstick and they may learn to obey the law.
  109. The Battering Ram can break down the door of a criminal, with a warrant for his/her arrest.
  110. Type /wanted <name> to alert the public to the presence of a criminal.
  111. Type /jailpos to set the Jail Position]],
  112. weapons = {"arrest_stick", "unarrest_stick", "weapon_deagle2", "stunstick", "door_ram", "weaponchecker"},
  113. command = "chief",
  114. max = 1,
  115. salary = GAMEMODE.Config.normalsalary * 1.67,
  116. admin = 0,
  117. vote = false,
  118. hasLicense = true,
  119. chief = true,
  120. NeedToChangeFrom = TEAM_POLICE,
  121. ammo = {
  122. ["pistol"] = 60,
  123. },
  124. category = "Civil Protection",
  125. })
  126.  
  127. TEAM_MAYOR = DarkRP.createJob("Mayor", {
  128. color = Color(150, 20, 20, 255),
  129. model = "models/player/breen.mdl",
  130. description = [[The Mayor of the city creates laws to govern the city.
  131. If you are the mayor you may create and accept warrants.
  132. Type /wanted <name> to warrant a player.
  133. Type /jailpos to set the Jail Position.
  134. Type /lockdown initiate a lockdown of the city.
  135. Everyone must be inside during a lockdown.
  136. The cops patrol the area.
  137. /unlockdown to end a lockdown]],
  138. weapons = {"weapon_arc_atmcard",keys,},
  139. command = "mayor",
  140. max = 1,
  141. salary = GAMEMODE.Config.normalsalary * 1.89,
  142. admin = 0,
  143. vote = true,
  144. hasLicense = false,
  145. mayor = true,
  146. category = "Civil Protection",
  147. })
  148.  
  149. TEAM_HOBO = DarkRP.createJob("Hobo", {
  150. color = Color(80, 45, 0, 255),
  151. model = "models/player/corpse1.mdl",
  152. description = [[The lowest member of society. Everybody laughs at you.
  153. You have no home.
  154. Beg for your food and money
  155. Sing for everyone who passes to get money
  156. Make your own wooden home somewhere in a corner or outside someone else's door]],
  157. weapons = {"weapon_bugbait"},
  158. command = "hobo",
  159. max = 5,
  160. salary = 0,
  161. admin = 0,
  162. vote = false,
  163. hasLicense = false,
  164. candemote = false,
  165. hobo = true,
  166. category = "Citizens",
  167. customCheck = function(ply) return ply:GetUserGroup() == "minge" end,
  168. CustomCheckFailMsg = "This job is for Minge only!"
  169. })
  170.  
  171. TEAM_DRUG = DarkRP.createJob("Drug Dealer", {
  172. color = Color(80, 45, 0, 255),
  173. model = "models/player/scarecrow.mdl",
  174. description = [[You're a drug dealer. You sell anonymous drugs. doing /advert
  175. will be instant demotion]],
  176. weapons = {"keys","weapon_arc_atmcard",},
  177. command = "drug",
  178. max = 3,
  179. salary = 15,
  180. admin = 0,
  181. vote = false,
  182. hasLicense = false
  183. })
  184.  
  185. TEAM_THIEF = DarkRP.createJob("Thief", {
  186. color = Color(0, 0, 0, 255),
  187. model = "models/player/robber.mdl",
  188. description = [[You are a thief, rob people, lockpick their house and steal their plants and legal printers.]],
  189. weapons = {"lockpick"},
  190. command = "thief",
  191. max = 4,
  192. salary = 65,
  193. admin = 0,
  194. vote = false,
  195. hasLicense = false
  196. })
  197.  
  198. TEAM_MUTANT = AddExtraTeam("Mutant", {
  199. color = Color(145, 121, 64, 255),
  200. model = "models/player/zombie_fast.mdl",
  201. description = [[You are a mutant, you lurk the sewers and murder anyone who step foot in inside the sewers.]],
  202. weapons = {"weapon_crowbar"},
  203. command = "mutant",
  204. max = 4,
  205. salary = 35,
  206. admin = 0,
  207. vote = false,
  208. hasLicense = false,
  209. })
  210.  
  211. TEAM_BANK = AddExtraTeam("Banker", {
  212. color = Color(204, 51, 204, 0),
  213. model = {"models\Humans/Group02/Female_02.mdl", "models\Humans/Group02/male_02.mdl",},
  214. description = [[You are a Banker, Listen to your mannger and protect the bank.]],
  215. weapons = {"weapon_arc_atmcard", "keys", "pocket",},
  216. command = "BANKER",
  217. max = 3,
  218. salary = 60,
  219. admin = 0,
  220. vote = false,
  221. hasLicense = true,
  222. })
  223.  
  224. TEAM_BANK = AddExtraTeam("Banker Manager", {
  225. color = Color(204, 51, 204, 0),
  226. model = "models/mossman.mdl",
  227. description = [[You are a Banker, Listen to your mannger and protect the bank.]],
  228. weapons = {"weapon_arc_atmcard", "keys", "pocket",},
  229. command = "MB",
  230. max = 1,
  231. salary = 80,
  232. admin = 0,
  233. vote = false,
  234. hasLicense = true,
  235. })
  236.  
  237. TEAM_ADMIN = AddExtraTeam("Cereal On Duty", {
  238. color = Color(0,122,205),
  239. model = "models/player/yoshi.mdl",
  240. description = [[Why so cereal?.]],
  241. weapons = {"weapon_arc_atmcard", "keys", "pocket",},
  242. command = "COD",
  243. max = 1,
  244. salary = 80,
  245. admin = 1,
  246. vote = false,
  247. hasLicense = true,
  248. customCheck =function(ply)
  249. return ply:SteamID()=="STEAM_0:1:28936547"
  250. or ply:SteamID()=="STEAM_0:1:58417481"
  251. customCheck = function(ply) return ply:GetUserGroup() == "superadmin" or ply:IsAdmin() end,
  252. CustomCheckFailMsg = "YOUR NOT THAT CEREAL M8"
  253. })
  254.  
  255. TEAM_ADMIN = AddExtraTeam("Cody The Coder", {
  256. color = Color(0,122,205),
  257. model = "models/player/yoshi.mdl",
  258. description = [[Stop reading this and start coding.]],
  259. weapons = {"weapon_arc_atmcard", "keys", "pocket",},
  260. command = "CTC",
  261. max = 1,
  262. salary = 80,
  263. admin = 1,
  264. vote = false,
  265. hasLicense = true,
  266. customCheck =function(ply)
  267. return ply:SteamID()=="STEAM_0:1:28936547"
  268. or ply:SteamID()=="STEAM_0:1:58417481"
  269. customCheck = function(ply) return ply:GetUserGroup() == "superadmin" or ply:IsAdmin() end,
  270. CustomCheckFailMsg = "do u evn code?"
  271. })
  272.  
  273. TEAM_ADMIN = AddExtraTeam("Head Admin On Duty", {
  274. color = Color(255,103,0),
  275. model = "models/player/scorpion.mdl",
  276. description = [[Take care off the staff.]],
  277. weapons = {"weapon_arc_atmcard", "keys", "pocket",},
  278. command = "HAOD",
  279. max = 1,
  280. salary = 80,
  281. admin = 1,
  282. vote = false,
  283. hasLicense = false,
  284. customCheck = function(ply) return ply:GetUserGroup() == "headadmin" or ply:IsAdmin() end,
  285. CustomCheckFailMsg = "Dummy! try clicking on what you can be!"
  286. })
  287.  
  288. TEAM_ADMIN = DarkRP.createJob("Admin on Duty", {
  289. color = Color( 0, 255, 8, 255),
  290. model = "models/player/yoshi.mdl",
  291. description = [[You are an admin on duty, You administrate!]],
  292. weapons = {},
  293. command = "admin",
  294. max = 8,
  295. salary = 100,
  296. admin = 1,
  297. vote = false,
  298. hasLicense = false,
  299. customCheck = function(ply) return ply:IsAdmin() end,
  300. CustomCheckFailMsg = "This job is for Admins only!"
  301. })
  302.  
  303. TEAM_MOD = DarkRP.createJob("Moderator on Duty", {
  304. color = Color(0, 110, 255, 255),
  305. model = "models/player/pyroteknik/link_hw.mdl",
  306. description = [[You are a moderator on duty, You moderate!]],
  307. weapons = {},
  308. command = "mod",
  309. max = 8,
  310. salary = 100,
  311. admin = 0,
  312. vote = false,
  313. hasLicense = false,
  314. customCheck = function(ply) return ply:GetUserGroup() == "moderator" or ply:IsAdmin() end,
  315. CustomCheckFailMsg = "This job is for Moderators only!"
  316. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement