Advertisement
aeralle

Untitled

Aug 28th, 2015
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.13 KB | None | 0 0
  1. TEAM_PRISONER = AddExtraTeam("Prisoner", {
  2.     color = Color(20, 150, 20, 255),
  3.     model = {
  4.         "models/player/Group01/Female_01.mdl",
  5.         "models/player/Group01/Female_02.mdl",
  6.         "models/player/Group01/Female_03.mdl",
  7.         "models/player/Group01/Female_04.mdl",
  8.         "models/player/Group01/Female_06.mdl",
  9.         "models/player/Group01/Female_07.mdl",
  10.         "models/player/group01/male_01.mdl",
  11.         "models/player/Group01/Male_02.mdl",
  12.         "models/player/Group01/male_03.mdl",
  13.         "models/player/Group01/Male_04.mdl",
  14.         "models/player/Group01/Male_05.mdl",
  15.         "models/player/Group01/Male_06.mdl",
  16.         "models/player/Group01/Male_07.mdl",
  17.         "models/player/Group01/Male_08.mdl",
  18.         "models/player/Group01/Male_09.mdl"
  19.     },
  20.     description = [[ a stupid ass person who got caught doing Illegal shit , you gotta escape prison!!  ]],
  21.     weapons = {weapon_fists},
  22.     command = "contract",
  23.     max = 0,
  24.     salary = 20,
  25.     admin = 0,
  26.     vote = false,
  27.     hasLicense = false,
  28.         customCheck = function(ply)
  29.              return ply:IsUserGroup("user")
  30.         end
  31. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement