Advertisement
aeralle

Untitled

Aug 29th, 2015
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.02 KB | None | 0 0
  1. TEAM_POLICE = DarkRP.createJob("Spy", {
  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/male_01.mdl",
  10.         "models/player/Group01/Male_02.mdl",
  11.         "models/player/Group01/male_03.mdl",
  12.         "models/player/Group01/Male_04.mdl",
  13.         "models/player/Group01/Male_05.mdl",
  14.         "models/player/Group01/Male_06.mdl",
  15.         "models/player/Group01/Male_07.mdl",
  16.         "models/player/Group01/Male_08.mdl",
  17.         "models/player/Group01/Male_09.mdl"
  18.     },
  19.     description = [[ You are a Spy , you find secrets of the prison and leak info for money ]],
  20.     weapons = {m9k_mp7},
  21.     command = "spy",
  22.     max = 2,
  23.     salary = 120,
  24.     admin = 0,
  25.     vote = true,
  26.     hasLicense = true,
  27.     candemote = true,
  28.     category = "Police",
  29. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement