Advertisement
Guest User

Jobs

a guest
Apr 24th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. --[[
  2. Generated using: DarkRP | Job Generator
  3. https://csite.io/tools/gmod-darkrp-job
  4. --]]
  5. TEAM_DRUGDEALER = DarkRP.createJob("Drug Dealer", {
  6. color = Color(47, 212, 33, 255),
  7. model = {"models/player/ezio.mdl"},
  8. description = [[Drugs,Drugs,Drugs sell them to the Public don't get caught selling em, Make Profit and Keep on selling till your rich!]],
  9. weapons = {},
  10. command = "DrugDealer",
  11. max = 1,
  12. salary = 300,
  13. admin = 0,
  14. vote = false,
  15. hasLicense = false,
  16. candemote = false,
  17. category = "Criminals",
  18. NeedToChangeFrom = TEAM_CITIZEN
  19. })
  20.  
  21.  
  22.  
  23. --[[
  24. Generated using: DarkRP | Job Generator
  25. https://csite.io/tools/gmod-darkrp-job
  26. --]]
  27. TEAM_ASSASIN = DarkRP.createJob("Assasin", {
  28. color = Color(93, 18, 189, 255),
  29. model = {"models/player/ezio.mdl"},
  30. description = [[Kill for profit]],
  31. weapons = {"m9k_harpoon", "m9k_knife", "m9k_machete", "m9k_damascus"},
  32. command = "Assasin",
  33. max = 1,
  34. salary = 300,
  35. admin = 1,
  36. vote = true,
  37. hasLicense = false,
  38. candemote = false,
  39. category = "Criminals",
  40. NeedToChangeFrom = TEAM_CITIZEN,
  41. customCheck = function(ply) return CLIENT or
  42. table.HasValue({}, ply:SteamID())
  43. end,
  44. CustomCheckFailMsg = "",
  45. })
  46.  
  47. --[[
  48. Generated using: DarkRP | Job Generator
  49. https://csite.io/tools/gmod-darkrp-job
  50. --]]
  51. TEAM_Hitman = DarkRP.createJob("Hitman", {
  52. color = Color(0, 0, 0, 255),
  53. model = {"models/player/leet.mdl"},
  54. description = [[Kill for profit, make it silent ]],
  55. weapons = {},
  56. command = "Hitman",
  57. max = 3,
  58. salary = 600,
  59. admin = 0,
  60. vote = true,
  61. hasLicense = false,
  62. candemote = true,
  63. category = "Criminals",
  64. NeedToChangeFrom = TEAM_CITIZEN
  65. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement