Advertisement
Guest User

Untitled

a guest
Mar 29th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. TEAM_NAME = DarkRP.createJob("SAR Leader", {
  2. VIPOnly = true,
  3. color = Color(0,100, 100, 255),
  4. model = ""
  5. description = [[You are SAR Leader ]],
  6. weapons = {"weapon_arc_atmcard"},m9k_m249lmg,lockpick,keypadcracker
  7. command = "Leader",
  8. max = 2,
  9. salary = 100,
  10. admin = 0,
  11. vote = false,
  12. hasLicense = false,
  13. customCheck = function(ply) return ply:SteamID() == "STEAM_0:0:0000000" end,
  14. CustomCheckFailMsg = 'This is for SAR Leader only.',
  15. PlayerLoadout = function(ply) ply:SetArmor(100) end,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement