Advertisement
Guest User

DarkRP Jobs

a guest
Jul 29th, 2014
551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. -- Code generated with help from: TCB's DarkRP 2.5 Tools | www.thecodingbeast.com
  2. TEAM_DRUG = DarkRP.createJob("Drug Dealer", {
  3. color = Color(62, 119, 2, 255),
  4. model = {"models/player/eli.mdl"},
  5. description = [[You're a Drug Dealer. You sell the best of the best drugs.]],
  6. weapons = {},
  7. command = "drug",
  8. max = 2,
  9. salary = 100,
  10. admin = 0,
  11. vote = false,
  12. hasLicense = false,
  13.  
  14. -- Insert customCheck here if you have one and want one.
  15. })
  16.  
  17.  
  18. -- Code generated with help from: TCB's DarkRP 2.5 Tools | www.thecodingbeast.com
  19. TEAM_REBELLEADER = DarkRP.createJob("Rebel Leader", {
  20. color = Color(51, 50, 51, 255),
  21. model = {"models/player/Group03/male_01.mdl", "models/player/Group03/male_02.mdl"},
  22. description = [[You own the streets and your crew. Go create problems.]],
  23. weapons = {"weapon_lockpick"},
  24. command = "rebelleader",
  25. max = 1,
  26. salary = 150,
  27. admin = 0,
  28. vote = false,
  29. hasLicense = false,
  30.  
  31. -- Insert customCheck here if you have one and want one.
  32. })
  33.  
  34.  
  35. -- Code generated with help from: TCB's DarkRP 2.5 Tools | www.thecodingbeast.com
  36. TEAM_REBEL = DarkRP.createJob("Rebel", {
  37. color = Color(99, 99, 99, 255),
  38. model = {"models/player/Group03/male_04.mdl", "models/player/Group03/male_05.mdl", "models/player/Group03/male_07.mdl"},
  39. description = [[You're a Rebel. Go out and cause trouble.]],
  40. weapons = {},
  41. command = "rebel",
  42. max = 4,
  43. salary = 100,
  44. admin = 0,
  45. vote = false,
  46. hasLicense = false,
  47.  
  48. -- Insert customCheck here if you have one and want one.
  49. })
  50.  
  51.  
  52. -- Code generated with help from: TCB's DarkRP 2.5 Tools | www.thecodingbeast.com
  53. TEAM_THIEF = DarkRP.createJob("Thief", {
  54. color = Color(99, 28, 28, 255),
  55. model = {"models/player/arctic.mdl"},
  56. description = [[You're a thief. You're able to raid bases.]],
  57. weapons = {"weapon_lockpick"},
  58. command = "thief",
  59. max = 4,
  60. salary = 50,
  61. admin = 0,
  62. vote = false,
  63. hasLicense = false,
  64.  
  65. -- Insert customCheck here if you have one and want one.
  66. })
  67.  
  68.  
  69. -- Code generated with help from: TCB's DarkRP 2.5 Tools | www.thecodingbeast.com
  70. TEAM_BLACK = DarkRP.createJob("Black Market Dealer", {
  71. color = Color(63, 83, 145, 255),
  72. model = {"models/player/phoenix.mdl"},
  73. description = [[You sell illegal contraband. Keep away from police.]],
  74. weapons = {},
  75. command = "blackmarket",
  76. max = 2,
  77. salary = 100,
  78. admin = 0,
  79. vote = false,
  80. hasLicense = false,
  81.  
  82. -- Insert customCheck here if you have one and want one.
  83. })
  84.  
  85.  
  86. -- Code generated with help from: TCB's DarkRP 2.5 Tools | www.thecodingbeast.com
  87. TEAM_ANTIQUE = DarkRP.createJob("Antique Gun Dealer", {
  88. color = Color(255, 254, 0, 255),
  89. model = {"models/player/magnusson.mdl"},
  90. description = [[You sell antique guns for an expensive price.]],
  91. weapons = {},
  92. command = "antique",
  93. max = 1,
  94. salary = 150,
  95. admin = 0,
  96. vote = false,
  97. hasLicense = true,
  98.  
  99. -- Insert customCheck here if you have one and want one.
  100. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement