Advertisement
Guest User

Jobs/Models

a guest
Jun 24th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.12 KB | None | 0 0
  1. TEAM_THIEF = DarkRP.createJob("Thief", {
  2. color = Color(0, 0, 0, 255),
  3. model = "models/player/group01/cookies114.mdl",
  4. description = [[You are a thief, rob people, lockpick their house and steal their printers.]],
  5. weapons = {"lockpick"},
  6. command = "thief",
  7. max = 2,
  8. salary = 65,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. category = "Criminals",
  13. })
  14.  
  15. TEAM_SS = DarkRP.createJob("Secret Service", {
  16. color = Color(100, 20, 20, 255),
  17. model = "models/player/macdguy.mdl",
  18. description = [[You are responsible for protecting the mayor.
  19. Take care of the old fellow, he is vanuarable to terrorists all the time! Before he enters a room, you need to make sure its secure.]],
  20. weapons = {"weapon_deagle2", "stunstick", "weaponchecker"},
  21. command = "ss",
  22. max = 2,
  23. salary = 65,
  24. admin = 0,
  25. vote = true,
  26. hasLicense = false,
  27. ammo = {
  28. ["pistol"] = 60,
  29. },
  30. category = "Civil Protection",
  31. })
  32.  
  33. TEAM_GUARD = DarkRP.createJob("Guard", {
  34. color = Color(0,200,50,255),
  35. model = "models/odessa.mdl",
  36. description = [[People will pay for protection, use your weapon or buy one from the local gundealer.]],
  37. weapons = {"weapon_deagle2"},
  38. command = "guard",
  39. max = 1,
  40. salary = 85,
  41. admin = 0,
  42. vote = false,
  43. hasLicense = true,
  44. category = "Citizens",
  45. })
  46.  
  47. TEAM_TERROR = DarkRP.createJob("Terrorist", {
  48. color = Color(255, 140, 0, 255),
  49. model = "models/player/kuma/taliban_bomber.mdl",
  50. description = [[]],
  51. weapons = {"m9k_ak47", "m9k_suicide_bomb"},
  52. command = "terrorist",
  53. max = 3,
  54. salary = 150,
  55. admin = 0,
  56. vote = true,
  57. hasLicense = false,
  58. category = "VIP",
  59. customCheck = function(ply) return ply:GetUserGroup() == "VIP" or ply:IsAdmin() end,
  60. CustomCheckFailMsg = "This job is VIP only!"
  61. })
  62.  
  63. TEAM_OSAMA = DarkRP.createJob("Osama", {
  64. color = Color(255, 140, 0, 255),
  65. model = "models/characters/osama_bin_laden.mdl",
  66. description = [[]],
  67. weapons = {"m9k_ak47", "m9k_ied_detonator", "m9k_suicide_bomb"}
  68. command = "osama",
  69. max = 1,
  70. salary = 150,
  71. admin = 0,
  72. vote = true,
  73. hasLicense = false,
  74. category = "VIP+",
  75. customCheck = function(ply) return ply:GetUserGroup() == "VIP+" or ply:IsAdmin() end,
  76. CustomCheckFailMsg = "This job is VIP+ only!"
  77. })
  78.  
  79. TEAM_MEDIC = DarkRP.createJob("Medic", {
  80. color = Color(0,200,50,255),
  81. model = "models/Humans/Group03m/male_09.mdl",
  82. description = [[You are a medic, go around healing players who are hurt.]],
  83. weapons = {"med_kit"},
  84. command = "medic",
  85. max = 3,
  86. salary = 40,
  87. admin = 0,
  88. vote = false,
  89. hasLicense = true,
  90. category = "Citizens",
  91. })
  92.  
  93. TEAM_MAFIA = DarkRP.createJob("Mafia", {
  94. color = Color(0, 0, 0, 255),
  95. model = "models/humans/mafia/male_02.mdl",
  96. description = [[You are apart of the mafia, follow your leader and do whatever he says. You can raid and mug.]],
  97. weapons = {"lockpick"},
  98. command = "mafia",
  99. max = 5,
  100. salary = 65,
  101. admin = 0,
  102. vote = false,
  103. hasLicense = false,
  104. category = "Mafia",
  105. })
  106.  
  107. TEAM_MAFIAL = DarkRP.createJob("Mafia Leader", {
  108. color = Color(0, 0, 0, 255),
  109. model = "models/vito.mdl",
  110. description = [[You are the Mafia leader, command your members agaianst anyone who disrespects you and your members. You can raid and mug.]],
  111. weapons = {"lockpick", "m9k_thompson", "unarrest_stick"},
  112. command = "mafial",
  113. max = 1,
  114. salary = 65,
  115. admin = 0,
  116. vote = true,
  117. hasLicense = false,
  118. category = "Mafia",
  119. })
  120.  
  121. TEAM_HACKER = DarkRP.createJob("Hacker", {
  122. color = Color(0, 0, 0, 255),
  123. model = "models/player/lulsec.mdl",
  124. description = [[You are a hacker, help theives raid other players.]],
  125. weapons = {"keypad_cracker"},
  126. command = "hacker",
  127. max = 3,
  128. salary = 50,
  129. admin = 0,
  130. vote = false,
  131. hasLicense = false,
  132. category = "Criminals",
  133. })
  134.  
  135. TEAM_MUTANT = DarkRP.createJob("Mutant", {
  136. color = Color(0, 0, 0, 255),
  137. model = "models/half-dead/specimen.mdl",
  138. description = [[You are a mutant, you live in the sewers and you can take people hostage to the sewers.]],
  139. weapons = {"m9k_knife", "weapon_cuff_elastic"},
  140. command = "mutant",
  141. max = 5,
  142. salary = 0,
  143. admin = 0,
  144. vote = false,
  145. hasLicense = false,
  146. category = "Criminals",
  147. })
  148.  
  149. TEAM_SPY = DarkRP.createJob("Spy", {
  150. color = Color(0, 0, 0, 255),
  151. model = "models/player/group01/cookies114.mdl",
  152. description = [[You spy on others players by disguising yourself as any prop.]],
  153. weapons = {"disguise_swep"},
  154. command = "spy",
  155. max = 3,
  156. salary = 50,
  157. admin = 0,
  158. vote = false,
  159. hasLicense = false,
  160. category = "Criminals",
  161. })
  162.  
  163.  
  164.  
  165.  
  166.  
  167. Addons:
  168. Mafia:
  169. http://steamcommunity.com/sharedfiles/filedetails/?id=283211438&searchtext=Mafia
  170. Theif:
  171. http://steamcommunity.com/sharedfiles/filedetails/?id=579900920&searchtext=Robber
  172. Random:
  173. http://steamcommunity.com/sharedfiles/filedetails/?id=348376962&searchtext=playermodel
  174. http://steamcommunity.com/sharedfiles/filedetails/?id=243665786&searchtext=playermodel
  175. http://steamcommunity.com/sharedfiles/filedetails/?id=227312918&searchtext=playermodel
  176. Hitman:
  177. http://steamcommunity.com/sharedfiles/filedetails/?id=123581457&searchtext=hitman
  178. SWAT/Police:
  179. http://steamcommunity.com/sharedfiles/filedetails/?id=900284108&searchtext=SWAT
  180. http://steamcommunity.com/sharedfiles/filedetails/?id=121961644&searchtext=playermodel
  181. Osama/Terrorist:
  182. http://steamcommunity.com/sharedfiles/filedetails/?id=296507747&searchtext=Osama
  183. http://steamcommunity.com/sharedfiles/filedetails/?id=208348503&searchtext=playermodel
  184. Hacker:
  185. http://steamcommunity.com/sharedfiles/filedetails/?id=927779732&searchtext=hacker
  186. Mutant:
  187. http://steamcommunity.com/sharedfiles/filedetails/?id=257870201&searchtext=monster+playermodel
  188.  
  189.  
  190. SWEPS/Weapons:
  191.  
  192. Climb:
  193. http://steamcommunity.com/sharedfiles/filedetails/?id=113495466&searchtext=
  194.  
  195. Disguise:
  196. http://steamcommunity.com/sharedfiles/filedetails/?id=183743548&searchtext=disguise+swep
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement