Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. TEAM_WATCHER = DarkRP.createJob("Rorschach", {
  2. color = Color(145, 145, 145, 255),
  3. model = {"http://steamcommunity.com/sharedfiles/filedetails/?id=129774825&searchtext=rorschach"},
  4. description = [[Slangor's Custom Class.]],
  5. weapons = {"swep_pickpocket","weapon_keycard","weapon_hacking_keycard","keypad_cracker","weapon_cuff_rope","m9k_spas12","climb_swep2","prolockpick","m9k_svu","m9k_an94","weapon_medkit"},
  6. command = "rorschach",
  7. max = 1,
  8. salary = 5000,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. candemote = true,
  13. jobType = "priv",
  14. customCheck = function(ply) return ply:SteamID() == "STEAM_0:1:102937776" end,
  15. CustomCheckFailMsg = "This is Slangor's job!",
  16. PlayerSpawn = function(ply)
  17. ply:SetArmor(0)
  18. end,
  19. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement