Advertisement
CaptainFiske

Untitled

Oct 19th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.71 KB | None | 0 0
  1. TEAM_HEISTER = DarkRP.createJob("Heister", {
  2.     color = Color(0, 221, 255, 255),
  3.     model = {"models/player/pd2_chains_p.mdl", "models/player/pd2_dallas_p.mdl", " models/player/pd2_hoxton_p.mdl", "models/player/pd2_wolf_p.mdl"},
  4.     description = [[>> VIP ONLY << You plan heists to rob the bank, raid the pd, or rob any kind of store. Do NOT ABUSE]],
  5.     weapons = {" m9k_glock", "m9k_ak47"},
  6.     command = "",
  7.     max = 5,
  8.     salary = 30,
  9.     admin = 0,
  10.     vote = false,
  11.     hasLicense = false,
  12.  
  13. customCheck = function(ply) return CLIENT or
  14.     table.HasValue({"superadmin", "admin", "donator", "vip"}, ply:GetNWString("usergroup"))
  15. end,
  16. CustomCheckFailMsg = "You have to be a VIP to become this job!",
  17. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement