Advertisement
Guest User

Untitled

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