Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. TEAM_GADGETMASTER = DarkRP.createJob("GADGET MASTER (VIP)", {
  2. color = Color(25, 25, 170, 255),
  3. model = "models/player/lordvipes/rerc_vector/vector_cvp.mdl",
  4. description = [[You may work alongside criminals, but you can also work alone. You have the tools that allows you to be a gadget master!]],
  5. weapons = {"climb_swep2", "prokeypadcracker", "pickpocket", "pro_lockpick_update", "weapon_camo", "weapon_kidnapper", "weapon_defibrilator", "weapon_arc_atmcard", "weapon_agent"},
  6. command = "gadgetmaster",
  7. max = 5,
  8. salary = 500,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. hasRadio = true,
  13. category = "VIP Jobs",
  14. candemote = false,
  15. thief = true
  16. customCheck = function(ply)
  17. return table.HasValue({"owner", "co-owner", "headofstaff", "superadmin", "admin+", "admin", "vip mod", "vip"}, ply:GetNWString("usergroup"))
  18. end
  19. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement