Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.59 KB | None | 0 0
  1. TEAM_GUN = DarkRP.createJob("Gun Dealer", {
  2. color = Color(255, 180, 0, 255),
  3. model = {"models/player/monk.mdl"},
  4. description = [[As a gun dealer, you sell your guns to people to arm them and use them for protection or to also be used for raiding.]],
  5. weapons = {"weapon_fists", "weapon_physgun", "weapon_physcannon", "keys", "itemstore_pickup"},
  6. command = "gundealer",
  7. max = 3,
  8. salary = 100,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. candemote = true,
  13. category = "Dealers"
  14. })
  15. TEAM_HEAVY = DarkRP.createJob("Heavy Gun Dealer", {
  16. color = Color(255, 180, 0, 255),
  17. model = {"models/player/guerilla.mdl"},
  18. description = [[As a heavy gun dealer, you sell more weapons as an ordinary gun dealer you
  19. also sell a bit more advanced weapons like Assault weapons, shotguns, pistols, ETC...]],
  20. weapons = {"weapon_fist"},
  21. command = "heavygundealer",
  22. max = 3,
  23. salary = 100,
  24. admin = 0,
  25. vote = false,
  26. hasLicense = false,
  27. candemote = true,
  28. category = "Dealers",
  29. customCheck = function(ply) return CLIENT or
  30. table.HasValue({"VIP"}, ply:GetNWString("usergroup"))
  31. end,
  32. CustomCheckFailMsg = "This is a job for VIP members only!",
  33. })
  34. TEAM_BLACK = DarkRP.createJob("Black Market Dealer", {
  35. color = Color(0, 0, 0, 255),
  36. model = {"models/player/eli.mdl"},
  37. description = [[As a black market dealer, you sell the most top-tier weapons no other gun
  38. dealer can sell to you like more guns (AR, SNIPERS, ROCKETS, ETC...).]],
  39. weapons = {"weapon_fists", "weapon_physgun", "weapon_physcannon", "keys", "itemstore_pickup"},
  40. command = "blackmarketdealer",
  41. max = 2,
  42. salary = 100,
  43. admin = 0,
  44. vote = false,
  45. hasLicense = false,
  46. candemote = true,
  47. category = "Dealers",
  48. customCheck = function(ply) return CLIENT or
  49. table.HasValue({"VIP+"}, ply:GetNWString("usergroup"))
  50. end,
  51. CustomCheckFailMsg = "This is a job for VIP+ members only!",
  52. })
  53. TEAM_PDC = DarkRP.createJob("Police Chief", {
  54. color = Color(255, 255, 255, 255),
  55. model = {"models/player/combine_soldier_prisonguard.mdl"},
  56. description = [[Your the police chief lead your fellow officers in the war against crime
  57.  
  58. Can raid: No
  59. Can mug: No
  60. Can terror: No
  61. Can kidnap: No
  62. Use weapons: No
  63. CustomRP: No
  64. Info: CustomRp is the right to roleplay “freely” as in you are not forced to take your role seriously in role-play, this does not mean you can break server rules.
  65. ]],
  66. weapons = {"weapon_fists", "weapon_physgun", "weapon_physcannon", "keys", "itemstore_pickup", "m9k_m92beretta", "arrest_stick", "unarrest_stick", "weaponchecker", "door_ram", "m9k_remington870", "stunstick"},
  67. command = "pdc",
  68. max = 1,
  69. salary = 45,
  70. admin = 0,
  71. vote = true,
  72. hasLicense = true,
  73. candemote = true,
  74. category = "Government",
  75. PlayerSpawn = function(ply)
  76. ply:SetMaxHealth(100)
  77. ply:SetHealth(100)
  78. ply:SetArmor(10)
  79. end
  80. })
  81. TEAM_PD = DarkRP.createJob("Police Officer ", {
  82. color = Color(255, 255, 255, 255),
  83. model = {"models/humans/nypd1940/male_01.mdl"},
  84. description = [[You are a Police Officer. You protect the city and follow your chief orders.
  85.  
  86. Can raid: No
  87. Can mug: No
  88. Can terror: No
  89. Can kidnap: No
  90. Use weapons: Yes
  91. CustomRP: No
  92. Info: CustomRp is the right to roleplay “freely” as in you are not forced to take your role seriously in role-play, this does not mean you can break server rules.
  93.  
  94. ]],
  95. weapons = {"weapon_fists", "weapon_physgun", "weapon_physcannon", "keys", "itemstore_pickup", "m9k_m92beretta", "arrest_stick", "unarrest_stick", "weaponchecker", "door_ram", "stunstick"},
  96. command = "pd",
  97. max = 4,
  98. salary = 100,
  99. admin = 0,
  100. vote = true,
  101. hasLicense = true,
  102. candemote = true,
  103. category = "Government"
  104. })
  105. TEAM_CT = DarkRP.createJob("Counter Terrorist", {
  106. color = Color(255, 255, 255, 255),
  107. model = {"models/player/combat_batman/combat_batman.mdl"},
  108. description = [[You are a Counter Terrorist. You KOS Terrorists and follow your leaders orders
  109.  
  110. Can raid: No
  111. Can mug: No
  112. Can terror: No
  113. Can kidnap: No
  114. Use weapons: Yes
  115. CustomRP: No
  116. Info: CustomRp is the right to roleplay “freely” as in you are not forced to take your role seriously in role-play, this does not mean you can break server rules.
  117.  
  118. ]],
  119. weapons = {"weapon_fists", "weapon_physgun", "weapon_physcannon", "keys", "itemstore_pickup"},
  120. command = "counter terrorist",
  121. max = 6,
  122. salary = 100,
  123. admin = 0,
  124. vote = false,
  125. hasLicense = false,
  126. candemote = true,
  127. category = "Government"
  128. })
  129. TEAM_CTL = DarkRP.createJob("Counter Terrorist Leader", {
  130. color = Color(255, 255, 255, 255),
  131. model = {"models/tlsaudrl2548/delta.mdl"},
  132. description = [[Your the counter terrorist leader, you lead you lead the counter terrorist in a war against the terrorist
  133.  
  134. Can raid: Yes
  135. Can mug: Yes
  136. Can terror: No
  137. Can kidnap: Yes
  138. Use weapons: Yes
  139. CustomRP: Yes
  140. Info: CustomRP is the right to roleplay “freely” as in you are not forced to take your role seriously in role-play, this does not mean you can break server rules.
  141. ]],
  142. weapons = {"weapon_fists", "weapon_physgun", "weapon_physcannon", "keys", "itemstore_pickup", "m9k_m4a1", "m9k_usp"},
  143. command = "Counter Terrorist Leader ",
  144. max = 1,
  145. salary = 45,
  146. admin = 0,
  147. vote = true,
  148. hasLicense = false,
  149. candemote = false,
  150. category = "Government",
  151. PlayerSpawn = function(ply)
  152. ply:SetMaxHealth(100)
  153. ply:SetHealth(100)
  154. end
  155. })
  156. TEAM_EQUIPMENT = DarkRP.createJob("Equipment Dealer", {
  157. color = Color(163, 98, 0, 255),
  158. model = {"models/player/Group03/male_09.mdl"},
  159. description = [[The Equipment Dealer is a job that will sell players equipment that will assist you
  160. in raids such as lockpicks, Medkits, and ETC...]],
  161. weapons = {"weapon_fists", "weapon_physgun", "weapon_physcannon", "keys", "itemstore_pickup"},
  162. command = "equipment",
  163. max = 2,
  164. salary = 100,
  165. admin = 0,
  166. vote = false,
  167. hasLicense = false,
  168. candemote = true,
  169. category = "Dealers"
  170. })
  171. TEAM_TLEADER = DarkRP.createJob("Terrorist Leader", {
  172. color = Color(53, 125, 71, 255),
  173. model = {"models/player/kuma/taliban_rpg.mdl"},
  174. description = [[You're a terrorist leader, your job is to gather terrorists and terror the city.
  175.  
  176. Can raid: Yes
  177. Can mug: Yes
  178. Can terror: Yes
  179. Can kidnap: Yes
  180. Use weapons: Yes
  181. CustomRP: No
  182. Info: CustomRP is the right to roleplay “freely” as in you are not forced to take your role seriously in role-play, this does not mean you can break server rules.]],
  183. weapons = {"weapon_fists", "weapon_physgun", "weapon_physcannon", "keys", "itemstore_pickup",},
  184. command = "tleader",
  185. max = 1,
  186. salary = 100,
  187. admin = 0,
  188. vote = true,
  189. hasLicense = false,
  190. candemote = true,
  191. category = "Criminals"
  192. })
  193. TEAM_TERRORIST = DarkRP.createJob("Terrorist", {
  194. color = Color(53, 125, 71, 255),
  195. model = {
  196. "models/player/kuma/alqaeda_commando.mdl",
  197. "models/player/kuma/taliban_bomber.mdl",
  198. "models/player/kuma/taliban_grunt.mdl"
  199. },
  200. description = [[You're a Terrorist. Go terror and follow your leaders orders.
  201.  
  202. Can raid: Yes
  203. Can mug: Yes
  204. Can terror: Yes
  205. Can kidnap: Yes
  206. Use weapons: Yes
  207. CustomRP: No
  208. Info: CustomRP is the right to roleplay “freely” as in you are not forced to take your role seriously in role-play, this does not mean you can break server rules.]],
  209. weapons = {"weapon_fists", "weapon_physgun", "weapon_physcannon", "keys", "itemstore_pickup"},
  210. command = "t",
  211. max = 4,
  212. salary = 100,
  213. admin = 0,
  214. vote = false,
  215. hasLicense = false,
  216. candemote = true,
  217. category = "Criminals"
  218. })
  219. TEAM_PRO = DarkRP.createJob("Pro Thief", {
  220. color = Color(255, 0, 0, 255),
  221. model = {"models/lillwasa/payday/wolf.mdl"},
  222. description = [[You're a Pro Thief.
  223.  
  224. Can raid: Yes
  225. Can mug: Yes
  226. Can terror: No
  227. Can kidnap: Yes
  228. Use weapons: Yes
  229. CustomRP: No
  230. Info: CustomRP is the right to roleplay “freely” as in you are not forced to take your role seriously in role-play, this does not mean you can break server rules.]],
  231. weapons = {"weapon_fists", "weapon_physgun", "weapon_physcannon", "keys", "itemstore_pickup"},
  232. command = "prothief",
  233. max = 4,
  234. salary = 100,
  235. admin = 0,
  236. vote = false,
  237. hasLicense = false,
  238. candemote = true,
  239. category = "Criminals"
  240. })
  241. TEAM_ETHIEF = DarkRP.createJob("Elite Thief", {
  242. color = Color(97, 255, 0, 255),
  243. model = {"models/specops/spec_ops.mdl"},
  244. description = [[You are a Elite Thief. you raid and mug people, you are the most strongest and experience thief of them all.
  245.  
  246. Can Raid: Yes
  247. Can Mug: Yes
  248. Can Terror: No
  249. Can Kidnap: Yes
  250. Use Weapons: Yes
  251. CustomRP: No
  252. Info: CustomRP is the right to roleplay “freely” as in you are not forced to take your role seriously in role-play, this does not mean you can break server rules.]],
  253. weapons = {"weapon_fists", "weapon_physgun", "weapon_physcannon", "keys", "itemstore_pickup"},
  254. command = "elitethief",
  255. max = 4,
  256. salary = 100,
  257. admin = 0,
  258. vote = false,
  259. hasLicense = false,
  260. candemote = true,
  261. category = "Criminals",
  262. PlayerSpawn = function(ply)
  263. ply:SetMaxHealth(160)
  264. ply:SetHealth(160)
  265. ply:SetArmor(150)
  266. end,
  267. customCheck = function(ply) return CLIENT or
  268. table.HasValue({"VIP+"}, ply:GetNWString("usergroup"))
  269. end,
  270. CustomCheckFailMsg = "This is a job for VIP+ members only!",
  271. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement