Advertisement
JVS_Whiskey

2/21 CCs

Feb 21st, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.67 KB | None | 0 0
  1. Workshop items
  2. Add:
  3. https://steamcommunity.com/sharedfiles/filedetails/?id=1615633161&searchtext=
  4. https://steamcommunity.com/sharedfiles/filedetails/?id=1205501531&searchtext=JFK
  5. https://steamcommunity.com/sharedfiles/filedetails/?id=776208710
  6. https://steamcommunity.com/sharedfiles/filedetails/?id=694799274
  7. https://steamcommunity.com/sharedfiles/filedetails/?id=1121710593
  8. https://steamcommunity.com/sharedfiles/filedetails/?id=1316105408
  9.  
  10. Remove:
  11. https://steamcommunity.com/sharedfiles/filedetails/?id=137818168&searchtext=dante
  12. https://steamcommunity.com/sharedfiles/filedetails/?id=788109554&searchtext=Gandalf
  13.  
  14.  
  15.  
  16. Add- https://steamcommunity.com/sharedfiles/filedetails/?id=1615633161&searchtext=
  17. TEAM_ASSASSINATOR = DarkRP.createJob("The Assassinator", {
  18. color = Color(65, 65, 65, 255),
  19. model = {"models/player/alexghost/triborg_pm/triborg_pm.mdl"},
  20. description = [[A kid who was turned to the Dark Side after foreseeing the future. He saw death, and what the Jedi were leading him to. The Jedi were worse than the Sith in the kids thoughts. He later forgot all of the Light Side teachings and turned to the Dark Side achieving great success.]],
  21. weapons = {"weapon_lightsaber_personal", "wos_inventory", "weapon_fists", "keys"},
  22. command = "assassinator",
  23. max = 1,
  24. salary = 200,
  25. admin = 0,
  26. vote = false,
  27. hasLicense = false,
  28. candemote = false,
  29. category = "CC Jobs",
  30. PlayerSpawn = function(ply) ply:SetHealth(3000) ply:SetMaxHealth(3000) return CLIENT end,
  31. PlayerDeath = function(ply) ply:SetHealth(0) return CLIENT end,
  32. CustomCheckFailMsg = "Command is assassinator",
  33. customCheck = function(ply) return ply:SteamID() == "STEAM_0:0:77069225" end,
  34. })
  35.  
  36.  
  37.  
  38. Remove- https://steamcommunity.com/sharedfiles/filedetails/?id=788109554&searchtext=Gandalf
  39. Add- https://steamcommunity.com/sharedfiles/filedetails/?id=1205501531&searchtext=JFK
  40. TEAM_JFK = DarkRP.createJob("JFK", {
  41. color = Color(32, 173, 54, 255),
  42. model = {"models/suit_jfk/suit_jfk.mdl"},
  43. description = [[You got killed by a dead guy!]],
  44. weapons = {"weapon_lightsaber_personal", "wos_inventory", "weapon_fists", "keys"},
  45. command = "jfk",
  46. max = 1,
  47. salary = 200,
  48. admin = 0,
  49. vote = false,
  50. hasLicense = false,
  51. candemote = false,
  52. category = "CC Jobs",
  53. PlayerSpawn = function(ply) ply:SetHealth(3000) ply:SetMaxHealth(3000) return CLIENT end,
  54. PlayerDeath = function(ply) ply:SetHealth(0) return CLIENT end,
  55. CustomCheckFailMsg = "Command is jfk",
  56. customCheck = function(ply) return ply:SteamID() == "STEAM_0:1:228743563" end,
  57. })
  58.  
  59.  
  60. Add- https://steamcommunity.com/sharedfiles/filedetails/?id=776208710
  61. TEAM_CATALYST = DarkRP.createJob("The Fallen Catalyst", {
  62. color = Color(65, 65, 65, 255),
  63. model = {"models/j1.mdl"},
  64. description = [[hi my name is ventum and this is my 2nd cc.]],
  65. weapons = {"weapon_lightsaber_personal", "wos_inventory", "weapon_fists", "keys"},
  66. command = "midas",
  67. max = 1,
  68. salary = 200,
  69. admin = 0,
  70. vote = false,
  71. hasLicense = false,
  72. candemote = false,
  73. category = "CC Jobs",
  74. PlayerSpawn = function(ply) ply:SetHealth(3000) ply:SetMaxHealth(3000) return CLIENT end,
  75. PlayerDeath = function(ply) ply:SetHealth(0) return CLIENT end,
  76. CustomCheckFailMsg = "Command is midas",
  77. customCheck = function(ply) return ply:SteamID() == "STEAM_0:1:91575114" end,
  78. })
  79.  
  80. Add- https://steamcommunity.com/sharedfiles/filedetails/?id=694799274
  81. TEAM_MRBROWN = DarkRP.createJob("Nightmare Revan", {
  82. color = Color(153, 0, 46, 255),
  83. model = {"models/player/darth_revan_brown.mdl"},
  84. description = [[Nightmare Revan. It's your boi.]],
  85. weapons = {"weapon_lightsaber_personal", "wos_inventory", "weapon_fists", "keys"},
  86. command = "mrbrown",
  87. max = 1,
  88. salary = 200,
  89. admin = 0,
  90. vote = false,
  91. hasLicense = false,
  92. candemote = false,
  93. category = "CC Jobs",
  94. PlayerSpawn = function(ply) ply:SetHealth(2500) ply:SetMaxHealth(2500) return CLIENT end,
  95. PlayerDeath = function(ply) ply:SetHealth(0) return CLIENT end,
  96. CustomCheckFailMsg = "Command is mrbrown",
  97. customCheck = function(ply) return ply:SteamID() == "STEAM_0:1:57957793" end,
  98. })
  99.  
  100. Rework- No model change
  101. TEAM_JUSTICIAR = DarkRP.createJob("Sith Jens'aarai", {
  102. color = Color(0, 176, 33, 255),
  103. model = {"models/player/ezio.mdl"},
  104. description = [[A fallen Jedi Master, succumbing to the lust for power obtained from his time in the Paladin Order. Now, his mission is simple - To consolidate power for the Empire, find ancient secrets and philosophies lost to the Sith, and to obtain them to further his own absolute power in the long run.]],
  105. weapons = {"weapon_lightsaber_personal", "wos_inventory", "weapon_fists", "keys"},
  106. command = "jensaarai",
  107. max = 1,
  108. salary = 200,
  109. admin = 0,
  110. vote = false,
  111. hasLicense = false,
  112. candemote = false,
  113. category = "CC Jobs",
  114. PlayerSpawn = function(ply) ply:SetHealth(3000) ply:SetMaxHealth(3000) return CLIENT end,
  115. PlayerDeath = function(ply) ply:SetHealth(0) return CLIENT end,
  116. CustomCheckFailMsg = "Command is Jensaarai",
  117. customCheck = function(ply) return ply:SteamID() == "STEAM_0:1:52668474" end,
  118. })
  119.  
  120. Add- https://steamcommunity.com/sharedfiles/filedetails/?id=1121710593
  121. TEAM_REAPER = DarkRP.createJob("Kage The Reaper", {
  122. color = Color(196, 1, 1, 255),
  123. model = {"models/mailer/characters/tesv_dragonpriest.mdl"},
  124. description = [[Kage The Reaper, He walks these lands causing death to all who stand in his way.]],
  125. weapons = {"weapon_lightsaber_personal", "wos_inventory", "weapon_fists", "keys"},
  126. command = "kage",
  127. max = 1,
  128. salary = 200,
  129. admin = 0,
  130. vote = false,
  131. hasLicense = false,
  132. candemote = false,
  133. category = "CC Jobs",
  134. PlayerSpawn = function(ply) ply:SetHealth(3000) ply:SetMaxHealth(3000) return CLIENT end,
  135. PlayerDeath = function(ply) ply:SetHealth(0) return CLIENT end,
  136. CustomCheckFailMsg = "Command is kage",
  137. customCheck = function(ply) return ply:SteamID() == "STEAM_0:0:99054118" end,
  138. })
  139.  
  140. Add- https://steamcommunity.com/sharedfiles/filedetails/?id=1316105408
  141. Remove- https://steamcommunity.com/sharedfiles/filedetails/?id=137818168&searchtext=dante
  142. TEAM_STEELY = DarkRP.createJob("Steely", {
  143. color = Color(151, 3, 11, 255),
  144. model = {"models/player/tfa_syn_kilo.mdl"},
  145. description = [[Its ya boi Steely Wheely Automobiley]],
  146. weapons = {"weapon_lightsaber_personal", "wos_inventory", "weapon_fists", "keys"},
  147. command = "steely",
  148. max = 1,
  149. salary = 200,
  150. admin = 0,
  151. vote = false,
  152. hasLicense = false,
  153. candemote = false,
  154. category = "CC Jobs",
  155. PlayerSpawn = function(ply) ply:SetHealth(3000) ply:SetMaxHealth(3000) return CLIENT end,
  156. PlayerDeath = function(ply) ply:SetHealth(0) return CLIENT end,
  157. CustomCheckFailMsg = "Command is steely",
  158. customCheck = function(ply) return ply:SteamID() == "STEAM_0:1:55325065" end,
  159. })
  160.  
  161. TEAM_OIL = DarkRP.createJob("Oil", {
  162. color = Color(195, 6, 242, 255),
  163. model = {"models/gonzo/fourapocalypsemandalorians/death/death.mdl"},
  164. description = [[Go around and kill things]],
  165. weapons = {"weapon_lightsaber_personal", "wos_inventory", "weapon_fists", "keys"},
  166. command = "oil",
  167. max = 1,
  168. salary = 200,
  169. admin = 0,
  170. vote = false,
  171. hasLicense = false,
  172. candemote = false,
  173. category = "CC Jobs",
  174. PlayerSpawn = function(ply) ply:SetHealth(3000) ply:SetMaxHealth(3000) return CLIENT end,
  175. PlayerDeath = function(ply) ply:SetHealth(0) return CLIENT end,
  176. CustomCheckFailMsg = "Command is oil",
  177. customCheck = function(ply) return ply:SteamID() == "STEAM_0:1:244891589" end,
  178. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement