Advertisement
Guest User

Jobs for epic Sever

a guest
Aug 30th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.47 KB | None | 0 0
  1. TEAM_ITALIANMOBSTER = AddExtraTeam("Italian Mobster", {
  2. color = Color(100, 100, 100, 255),
  3. model = "models/player/guerilla.mdl",
  4. description = [[You work for the Italian Mob boss,
  5. You take orders from the Italian mob boss only.
  6. SALARY:45]],
  7. weapons = {},
  8. command = "italianmobster",
  9. max = 6,
  10. salary = 45,
  11. admin = 0,
  12. vote = false,
  13. hasLicense = false
  14. })
  15. TEAM_ADMIN = DarkRP.createJob("Admin On Duty", {
  16. color = Color(0, 0, 0, 255),
  17. model = {"models/player/superheroes/superman.mdl"},
  18. description = [[U help the sever from sits]],
  19. weapons = {""},
  20. command = "adminonduty",
  21. max = 5,
  22. salary = 5676,
  23. admin = 0,
  24. vote = false,
  25. hasLicense = true,
  26. candemote = false,
  27. -- CustomCheck
  28. medic = false,
  29. chief = false,
  30. mayor = false,
  31. hobo = false,
  32. cook = false,
  33. category = "Citizens",
  34. })
  35. TEAM_FBI = AddExtraTeam("F.B.I", {
  36. color = Color(50, 90, 255, 255),
  37. model = "models/player/riot.mdl",
  38. description = [[ [Gold Donator] As a F.B.I Special Agent its your job to find
  39. Terrorists and kill or arrest them.....
  40. SALARY:120]],
  41. weapons = {"weapon_mad_m4", "weapon_mad_p228"},
  42. command = "fbi",
  43. max = 2,
  44. salary = 120,
  45. admin = 0,
  46. vote = false,
  47. hasLicense = false
  48. })
  49. TEAM_BANK = AddExtraTeam("Downtown Bank Owner", {
  50. color = Color(65, 90, 255, 255),
  51. model = "models/player/Hostage/hostage_04.mdl",
  52. description = [[ [Gold Donator] As a Bank Owner you can store
  53. printers, guns etc.....
  54. SALARY:120]],
  55. weapons = {},
  56. command = "bank",
  57. max = 2,
  58. salary = 120,
  59. admin = 0,
  60. vote = false,
  61. hasLicense = false
  62. })
  63. TEAM_NG = AddExtraTeam("National Guard", {
  64. color = Color(10, 10, 100, 255),
  65. model = "models/player/gasmask.mdl",
  66. description = [[ [Gold Donator Job] As a member of the National Guard
  67. your job is to protect the citizen from terrorist...
  68. If its allot of Terrorists in the city the Lieutenant Colonel of the
  69. National Guard is in charge over all Law Enforcement in the city.
  70. SALARY:150]],
  71. weapons = {"weaponchecker", "weapon_mad_m4", "weapon_mad_p228"},
  72. command = "ng",
  73. max = 5,
  74. salary = 150,
  75. admin = 0,
  76. vote = false,
  77. hasLicense = true
  78. })
  79. TEAM_LOCKPICK = AddExtraTeam("Black Market Dealer", {
  80. color = Color(50, 50, 50, 255),
  81. model = "models/player/odessa.mdl",
  82. description = [[Get paid to lockpick doors.]],
  83. weapons = {"fists"},
  84. command = "Black Market Dealer",
  85. max = 2,
  86. salary = 45,
  87. admin = 0,
  88. vote = true,
  89. hasLicense = false
  90. })
  91. TEAM_NGLT = AddExtraTeam("National Guard Lieutenant Colonel", {
  92. color = Color(10, 10, 150, 255),
  93. model = "models/player/gasmask.mdl",
  94. description = [[ [Supporter Job] As the Lieutenant Colonel in the
  95. National Guard its your job to be in charge of all Law Enforcement
  96. when its allot of terrorists or attacks in the city.
  97. SALARY:230]],
  98. weapons = {"weaponchecker", "weapon_mad_m4", "weapon_mad_p228"},
  99. command = "nglt",
  100. max = 5,
  101. salary = 230,
  102. admin = 0,
  103. vote = false,
  104. hasLicense = true,
  105. customCheck = function(ply)
  106. return ply:IsUserGroup("d_headadmin") or ply:IsUserGroup("developer")
  107. end
  108. })
  109. TEAM_HOBOLORD = DarkRP.createJob("Hobo Lord", {
  110. color = Color(200, 150, 0, 255),
  111. model = "models/player/soldier_stripped.mdl",
  112. description = [[You own the Hobos, they follow you. You build a home with your fellow hobos on the streets. Also, you make $5 from them.]],
  113. weapons = {"weapon_bugbait", "weapon_angryhobo"},
  114. command = "hobolord",
  115. max = 1,
  116. salary = 5,
  117. admin = 0,
  118. vote = false,
  119. hasLicense = false,
  120. candemote = false
  121. })
  122. -- Code generated at: TheCodingBeast.com | DarkRP 2.5 Tools
  123. TEAM_LIGHTDEALER = DarkRP.createJob("Light Gun Dealer", {
  124. color = Color(229, 90, 90, 255),
  125. model = {"models/player/barney.mdl"},
  126. description = [[You are a light gun dealer you sell guns to the public but only the small ones.]],
  127. weapons = {},
  128. command = "BecomeLGundealer",
  129. max = 2,
  130. salary = 500,
  131. admin = 0,
  132. vote = true,
  133. hasLicense = true,
  134. candemote = true,
  135. -- CustomCheck
  136. medic = false,
  137. chief = false,
  138. mayor = false,
  139. hobo = false,
  140. cook = false,
  141. category = "Citizens",
  142. })
  143. -- Code generated at: TheCodingBeast.com | DarkRP 2.5 Tools
  144. -- Code generated at: TheCodingBeast.com | DarkRP 2.5 Tools
  145. TEAM_OWNERONDUTY = DarkRP.createJob("Owner On Duty", {
  146. color = Color(21, 122, 120, 255),
  147. model = {"models/player/anon/anon.mdl"},
  148. description = [[U own the sever]],
  149. weapons = {"m9k_usas"},
  150. command = "owneronduty",
  151. max = 1,
  152. salary = 250,
  153. admin = 2,
  154. vote = false,
  155. hasLicense = true,
  156. candemote = false,
  157. -- CustomCheck
  158. medic = false,
  159. chief = false,
  160. mayor = false,
  161. hobo = false,
  162. cook = false,
  163. category = "Citizens",
  164. })
  165. TEAM_COOWNERONDUTY = DarkRP.createJob("Co Owner On Duty", {
  166. color = Color(0, 0, 0, 255),
  167. model = {"models/player/wildcat/tyler.mdl"},
  168. description = [[U co own the sever]],
  169. weapons = {"m9k_usas"},
  170. command = "coowneronduty",
  171. max = 1,
  172. salary = 1233,
  173. admin = 2,
  174. vote = false,
  175. hasLicense = true,
  176. candemote = false,
  177. -- CustomCheck
  178. medic = false,
  179. chief = false,
  180.  
  181. mayor = false,
  182. hobo = false,
  183. cook = false,
  184. category = "Citizens",
  185. })
  186. TEAM_MOD = DarkRP.createJob("Mod On Duty", {
  187. color = Color(0, 0, 0, 255),
  188. model = {"models/player/superheroes/greenlantern.mdl"},
  189. description = [[U help the sever from sits]],
  190. weapons = {""},
  191. command = "modonduty",
  192. max = 5,
  193. salary = 5676,
  194. admin = 0,
  195. vote = false,
  196. hasLicense = true,
  197. candemote = false,
  198. -- CustomCheck
  199. medic = false,
  200. chief = false,
  201. mayor = false,
  202. hobo = false,
  203. cook = false,
  204. category = "Citizens",
  205. })
  206. TEAM_H2ODELIRIOUS = AddExtraTeam("H2O Delirious", {
  207. color = Color(111, 199, 175, 255),
  208. model = "models/player/h2o/delirious.mdl",
  209. description = [[You are H2O Delirous You cause mayhem (reserved do not become)]],
  210. weapons = {"m9k_usas"," m9k_honeybadger","m9k_svu","m9k_vector","csgo_karambit_marblefade","lockpick","med_kit"},
  211. command = "H20",
  212. max = 1,
  213. salary = 60,
  214. admin = 1,
  215. vote = false,
  216. hasLicense = false
  217. })
  218. TEAM_STAFFONDUTY = DarkRP.createJob("Staff On Duty", {
  219. color = Color(10, 237, 128, 255),
  220. model = {"models/player/daftpunk/daft_silver.mdl"},
  221. description = [[Protect the server
  222. No Abusing Staff Or Demote]],
  223. weapons = {"weapon_fists"},
  224. command = "staffonduty",
  225. max = 4,
  226. salary = 250,
  227. admin = 1,
  228. vote = false,
  229. hasLicense = true,
  230. candemote = false,
  231. -- CustomCheck
  232. medic = false,
  233. chief = false,
  234. mayor = false,
  235. hobo = false,
  236. cook = false,
  237. category = "Citizens",
  238. })
  239. TEAM_TRIALMOD = DarkRP.createJob("Trial Mod On Duty", {
  240. color = Color(0, 0, 0, 255),
  241. model = {"models/player/lui/luicalibre.mdl"},
  242. description = [[U help the sever from sits]],
  243. weapons = {""},
  244. command = "trailmodonduty",
  245. max = 5,
  246. salary = 5676,
  247. admin = 0,
  248. vote = false,
  249. hasLicense = true,
  250. candemote = false,
  251. -- CustomCheck
  252. medic = false,
  253. chief = false,
  254. mayor = false,
  255. hobo = false,
  256. cook = false,
  257. category = "Citizens",
  258. })
  259. TEAM_Hitman = AddExtraTeam("Hitman", {
  260. color = Color(84, 69, 0, 298),
  261. model = "models/player/guerilla.mdl",
  262. description = [[Your a hitman you are weak compared to you master the Elite Hitmen you cant do what they can and don't have the skills you spawn with the weapons ether ]],
  263. weapons = {"m9k_usp","m9k_intervention"},
  264. command = "Hitman",
  265. max = 5,
  266. salary = 65,
  267. admin = 0,
  268. vote = true,
  269. hasLicense = false
  270. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement