Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. -- 770th Commander
  2. TEAM_770THCOMMANDER = DarkRP.createJob("770th Siege Commander", {
  3. color = Color(120, 0, 0, 255),
  4. model = "models/player/asgclonewars/commander_fox/commander_fox.mdl",
  5. description = [[A strong battleborn leader fit for combat. Formally apart of a forerunning ambush division, you have experience like no other. Even after sustaining several blaster wounds, you moved forward to protect what's right. Lead your 770th into combat in an offensive fashion, and crush those in your way.
  6. (This is Tader's Custom Battalion)]],
  7. weapons = {"weapon_752_dc17dual", "weapon_lasermgun", "weapon_752_dc17m_br", "weapon_752_ihr", "weapon_752_dlt19", "weapon_medkit"},
  8. command = "770commander",
  9. max = 1,
  10. salary = 50,
  11. admin = 0,
  12. vote = false,
  13. hasLicense = false,
  14. PlayerSpawn = function(ply) ply:SetHealth(250) end,
  15. customCheck = function(ply) return CLIENT or ply:GetUserGroup() == "770commander" or ply:IsAdmin() or ply:GetUserGroup() == "moderator" end,
  16. category = "770th Overwatch Battalion",
  17. sortOrder = 3,
  18. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement