Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. TEAM_Mitch = DarkRP.createJob("Mr. Mitch", {
  2. color = Color(0, 121, 220, 255),
  3. model = {"models/player/ClannyPolice/Male_09.mdl"},
  4. description = [[Custom Class: Belongs to Mitch Hill]],
  5. weapons = {"unarrest_stick", "bb_glock_alt", "m9k_knife", "riot_shield", "stunstick", "weaponchecker", "door_ram", "m9k_fists", "keys", "pocket", "weapon_fists", "arrest_stick", "m9k_m16a4_acog"},
  6. command = "mrmitch",
  7. max = 4,
  8. salary = 500,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. candemote = false,
  13. category = "Citizen",
  14. customCheck = function(ply) return
  15. table.HasValue({"STEAM_0:1:85866441"}, ply:SteamID())
  16. end,
  17. PlayerSpawn = function(ply) ply:SetBodygroup(13) end
  18. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement