Advertisement
Guest User

Untitled

a guest
May 26th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. TEAM_SECURITY = DarkRP.createJob("Security LT") ,
  2.    color = Color(0, 209, 255, 255),
  3.    model = {“models/player/pmc_4/pmc__01.mdl”},
  4.    description = [[You are security prevent the dclass from breaching]],
  5.    weapons = {“m9k_ragingbull”, “m9k_mossberg590”},
  6.    command = "Security",
  7.    max = 5,
  8.    salary = 0,
  9.    admin = 0,
  10.    vote = false,
  11.    hasLicense = false,
  12.    candemote = false,
  13. })
  14. TEAM_ISD = DarkRP.createJob("ISD Trainee") ,
  15.    color = Color(227, 227, 227, 255),
  16.    model = {“models/mtf/mtf remasteredhd.mdl”},
  17.    description = [[You Prevent security breaches or info breaches]],
  18.    weapons = {“weapon_empty_hands”, “m9k_smgp90”},
  19.    command = "ISD",
  20.    max = 7,
  21.    salary = 0,
  22.    admin = 0,
  23.    vote = false,
  24.    hasLicense = false,
  25.    candemote = false,
  26. })
  27. TEAM_HEAVY = DarkRP.createJob("Heavy Soldier") ,
  28.    color = color(0, 255, 124, 255),
  29.    model = {“models/arachnit/residentevil7/notahero/characters/umbrella_soldier/umbrella_soldier_combine.mdl”},
  30.    description = [[you heavy soldier protect your fellow soldiers]],
  31.    weapons = {“m9k_minigun”, “weapon_empty_hands”},
  32.    command = "Heavy",
  33.    max = 2,
  34.    salary = 0,
  35.    admin = 0,
  36.    vote = false,
  37.    hasLicense = false,
  38.    candemote = false,
  39. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement