Advertisement
wifiboost

jobs

Oct 21st, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.65 KB | None | 0 0
  1. TEAM_PROMOTIONCLASSMOD = DarkRP.createJob( "War Face",
  2. {
  3. color = Color( 66, 238, 244 ), -- Change to a color that is close the player model chosen
  4. model =
  5. {
  6. "models/player/poseidon/enclave/posenclavesoldier.mdl", -- Change the model
  7. },
  8. description = [[...]], -- If you want to get clever i guess change it to fit for the player
  9. weapons =
  10. {
  11. "speedster_syringe",
  12. "pro_lockpick",
  13. "m9k_svt40",
  14. "m9k_1887winchester",
  15. "m9k_usp",
  16. "weapon_medkit",
  17. "m9k_m61_frag",
  18. "m9k_g3a3"
  19. },
  20. command = "promotionclassmod",
  21. max = 0,
  22. salary = 200, -- Stays the Same
  23. admin = 0, -- Stays the Same
  24. vote = false, -- Stays the Same
  25. category = "Restricted", -- Changes if it is or isnt whitelisted
  26. customCheck = function(ply)return ply:GetNWString("usergroup") == "moderator" -- Change as needed
  27. or ply:GetNWString("usergroup") == "moderatorx"
  28. or ply:GetNWString("usergroup") == "seniormodx"
  29. or ply:GetNWString("usergroup") == "admin"
  30. or ply:GetNWString("usergroup") == "headadmin"
  31. or ply:GetNWString("usergroup") == "senioradmin"
  32. or ply:GetNWString("usergroup") == "manager"
  33. or ply:GetNWString("usergroup") == "superadmin" end, -- Stays the same
  34. CustomCheckFailMsg = "This job is custom for Moderator", -- Player Name goes here for convenience
  35. PlayerLoadout = function(ply)
  36. ply:SetHealth(150) -- Stays the Same
  37. ply:SetArmor(0) end, -- Stays the Same
  38. speedster =
  39. {
  40. color = Color( 0, 0, 0 ), -- Dont change this
  41. sound = "backyard/speedster/reverseflash.wav", -- Dont change this
  42. maxSpeedForceVar = 55, -- Stays the same
  43. defaultSpeedForce = 40, -- Stays the same
  44. speedForceMultiply = 10, -- Stays the same
  45. },
  46. } )
  47.  
  48. TEAM_PROMOTIONCLASSSENMOD = DarkRP.createJob( "Fortress",
  49. {
  50. color = Color( 86, 86, 86 ), -- Change to a color that is close the player model chosen
  51. model =
  52. {
  53. "models/mark2580/payday2/pd2_swat_shield_zeal_player.mdl", -- Change the model
  54. },
  55. description = [[...]], -- If you want to get clever i guess change it to fit for the player
  56. weapons =
  57. {
  58. "speedster_syringe",
  59. "pro_lockpick",
  60. "m9k_svu",
  61. "m9k_1887winchester",
  62. "m9k_mp9",
  63. "karam_acid",
  64. "weapon_medkit",
  65. "m9k_sticky_grenade",
  66. "m9k_l85",
  67. "m9k_mp7"
  68. },
  69. command = "promotionclasssenmod",
  70. max = 0,
  71. salary = 200, -- Stays the Same
  72. admin = 0, -- Stays the Same
  73. vote = false, -- Stays the Same
  74. category = "Restricted", -- Changes if it is or isnt whitelisted
  75. customCheck = function(ply)return ply:GetNWString("usergroup") == "seniormod" -- Change as needed
  76. or ply:GetNWString("usergroup") == "seniormodx"
  77. or ply:GetNWString("usergroup") == "admin"
  78. or ply:GetNWString("usergroup") == "headadmin"
  79. or ply:GetNWString("usergroup") == "senioradmin"
  80. or ply:GetNWString("usergroup") == "manager"
  81. or ply:GetNWString("usergroup") == "superadmin" end, -- Stays the same
  82. CustomCheckFailMsg = "This job is custom for Senior Moderator", -- Player Name goes here for convenience
  83. PlayerLoadout = function(ply)
  84. ply:SetHealth(150) -- Stays the Same
  85. ply:SetArmor(50) end, -- Stays the Same
  86. speedster =
  87. {
  88. color = Color( 0, 0, 0 ), -- Dont change this
  89. sound = "backyard/speedster/reverseflash.wav", -- Dont change this
  90. maxSpeedForceVar = 55, -- Stays the same
  91. defaultSpeedForce = 40, -- Stays the same
  92. speedForceMultiply = 10, -- Stays the same
  93. },
  94. } )
  95.  
  96. TEAM_PROMOTIONCLASSADMIN = DarkRP.createJob( "Inhuman",
  97. {
  98. color = Color( 112, 86, 28 ), -- Change to a color that is close the player model chosen
  99. model =
  100. {
  101. "models/player/pbear/pbear.mdl", -- Change the model
  102. },
  103. description = [[...]], -- If you want to get clever i guess change it to fit for the player
  104. weapons =
  105. {
  106. "speedster_syringe",
  107. "pro_lockpick",
  108. "m9k_psg1",
  109. "m9k_spas12",
  110. "m9k_mp9",
  111. "karam_acid",
  112. "weapon_medkit",
  113. "csgo_tridagger_asiimov",
  114. "m9k_sticky_grenade",
  115. "m9k_g3a3",
  116. "m9k_ak74"
  117. },
  118. command = "promotionclassadmin",
  119. max = 0,
  120. salary = 200, -- Stays the Same
  121. admin = 0, -- Stays the Same
  122. vote = false, -- Stays the Same
  123. category = "Restricted", -- Changes if it is or isnt whitelisted
  124. customCheck = function(ply)return ply:GetNWString("usergroup") == "admin" -- Change as needed
  125. or ply:GetNWString("usergroup") == "headadmin"
  126. or ply:GetNWString("usergroup") == "senioradmin"
  127. or ply:GetNWString("usergroup") == "manager"
  128. or ply:GetNWString("usergroup") == "superadmin" end, -- Stays the same
  129. CustomCheckFailMsg = "This job is custom for Admins", -- Player Name goes here for convenience
  130. PlayerLoadout = function(ply)
  131. ply:SetHealth(150) -- Stays the Same
  132. ply:SetArmor(75) end, -- Stays the Same
  133. speedster =
  134. {
  135. color = Color( 0, 0, 0 ), -- Dont change this
  136. sound = "backyard/speedster/reverseflash.wav", -- Dont change this
  137. maxSpeedForceVar = 55, -- Stays the same
  138. defaultSpeedForce = 40, -- Stays the same
  139. speedForceMultiply = 10, -- Stays the same
  140. },
  141. } )
  142.  
  143. TEAM_PROMOTIONCLASSHEADMIN = DarkRP.createJob( "Glitch",
  144. {
  145. color = Color( 187, 193, 17 ), -- Change to a color that is close the player model chosen
  146. model =
  147. {
  148. "models/player/pizzaroll/dr2chuckgreene.mdl", -- Change the model
  149. },
  150. description = [[...]], -- If you want to get clever i guess change it to fit for the player
  151. weapons =
  152. {
  153. "speedster_syringe",
  154. "pro_lockpick",
  155. "m9k_sl8",
  156. "m9k_spas12",
  157. "m9k_mp9",
  158. "karam_acid",
  159. "weapon_medkit",
  160. "csgo_tridagger_asiimov",
  161. "m9k_sticky_grenade",
  162. "m9k_vector",
  163. "m9k_amd65",
  164. "m9k_fal",
  165. "weapon_kidnapper"
  166. },
  167. command = "promotionclassheadmin",
  168. max = 0,
  169. salary = 200, -- Stays the Same
  170. admin = 0, -- Stays the Same
  171. vote = false, -- Stays the Same
  172. category = "Restricted", -- Changes if it is or isnt whitelisted
  173. customCheck = function(ply)return ply:GetNWString("usergroup") == "headadmin" -- Change as needed
  174. or ply:GetNWString("usergroup") == "senioradmin"
  175. or ply:GetNWString("usergroup") == "manager"
  176. or ply:GetNWString("usergroup") == "superadmin" end, -- Stays the same
  177. CustomCheckFailMsg = "This job is custom for Head Admins", -- Player Name goes here for convenience
  178. PlayerLoadout = function(ply)
  179. ply:SetHealth(150) -- Stays the Same
  180. ply:SetArmor(100) end, -- Stays the Same
  181. speedster =
  182. {
  183. color = Color( 0, 0, 0 ), -- Dont change this
  184. sound = "backyard/speedster/reverseflash.wav", -- Dont change this
  185. maxSpeedForceVar = 55, -- Stays the same
  186. defaultSpeedForce = 40, -- Stays the same
  187. speedForceMultiply = 10, -- Stays the same
  188. },
  189. } )
  190.  
  191. TEAM_PROMOTIONCLASSSENADMIN = DarkRP.createJob( "Static",
  192. {
  193. color = Color( 124, 209, 255 ), -- Change to a color that is close the player model chosen
  194. model =
  195. {
  196. "models/killzone 3/shock trooper/shock.mdl", -- Change the model
  197. },
  198. description = [[...]], -- If you want to get clever i guess change it to fit for the player
  199. weapons =
  200. {
  201. "speedster_syringe",
  202. "pro_lockpick",
  203. "m9k_sl8",
  204. "m9k_spas12",
  205. "m9k_mp9",
  206. "karam_acid",
  207. "weapon_medkit",
  208. "csgo_tridagger_asiimov",
  209. "m9k_sticky_grenade",
  210. "m9k_vector",
  211. "m9k_amd65",
  212. "m9k_fal",
  213. "weapon_kidnapper",
  214. "swep_pickpocket",
  215. "m9k_ares_shrike"
  216. },
  217. command = "promotionclasssenadmin",
  218. max = 0,
  219. salary = 200, -- Stays the Same
  220. admin = 0, -- Stays the Same
  221. vote = false, -- Stays the Same
  222. category = "Restricted", -- Changes if it is or isnt whitelisted
  223. customCheck = function(ply)return ply:GetNWString("usergroup") == "senioradmin" -- Change as needed
  224. or ply:GetNWString("usergroup") == "manager"
  225. or ply:GetNWString("usergroup") == "superadmin" end, -- Stays the same
  226. CustomCheckFailMsg = "This job is custom for Senior Admins", -- Player Name goes here for convenience
  227. PlayerLoadout = function(ply)
  228. ply:SetHealth(150) -- Stays the Same
  229. ply:SetArmor(150) end, -- Stays the Same
  230. speedster =
  231. {
  232. color = Color( 0, 0, 0 ), -- Dont change this
  233. sound = "backyard/speedster/reverseflash.wav", -- Dont change this
  234. maxSpeedForceVar = 60, -- Stays the same
  235. defaultSpeedForce = 40, -- Stays the same
  236. speedForceMultiply = 10, -- Stays the same
  237. },
  238. } )
  239. TEAM_PROMOTIONCLASSMANAGER = DarkRP.createJob( "Genesis",
  240. {
  241. color = Color( 255, 68, 68 ), -- Change to a color that is close the player model chosen
  242. model =
  243. {
  244. "models/killzone mercenary/helghast_police_trooper/police_trooper.mdl", -- Change the model
  245. },
  246. description = [[...]], -- If you want to get clever i guess change it to fit for the player
  247. weapons =
  248. {
  249. "speedster_syringe",
  250. "pro_lockpick",
  251. "m9k_sl8",
  252. "m9k_spas12",
  253. "m9k_mp9",
  254. "karam_acid",
  255. "weapon_medkit",
  256. "csgo_tridagger_asiimov",
  257. "m9k_sticky_grenade",
  258. "m9k_vector",
  259. "m9k_amd65",
  260. "m9k_fal",
  261. "weapon_kidnapper",
  262. "swep_pickpocket",
  263. "m9k_ares_shrike",
  264. "m9k_m1918bar",
  265. "m9k_m14sp",
  266. "m9k_dbarrel"
  267. },
  268. command = "promotionclassmanager",
  269. max = 0,
  270. salary = 200, -- Stays the Same
  271. admin = 0, -- Stays the Same
  272. vote = false, -- Stays the Same
  273. category = "Restricted", -- Changes if it is or isnt whitelisted
  274. customCheck = function(ply)return ply:GetNWString("usergroup") == "manager" -- Change as needed
  275. or ply:GetNWString("usergroup") == "superadmin" end, -- Stays the same
  276. CustomCheckFailMsg = "This job is custom for Managers", -- Player Name goes here for convenience
  277. PlayerLoadout = function(ply)
  278. ply:SetHealth(150) -- Stays the Same
  279. ply:SetArmor(150) end, -- Stays the Same
  280. speedster =
  281. {
  282. color = Color( 0, 0, 0 ), -- Dont change this
  283. sound = "backyard/speedster/reverseflash.wav", -- Dont change this
  284. maxSpeedForceVar = 65, -- Stays the same
  285. defaultSpeedForce = 40, -- Stays the same
  286. speedForceMultiply = 10, -- Stays the same
  287. },
  288. } )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement