Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1.  
  2. JBR_SetupRankTable(TEAM_ISB, 16, 30, " ", 1, 1, true) -- THIS MUST ALWAYS BE FIRST OR IT WILL SETUP FOR THE JOBRANK THAT WAS DEFINED BEFORE THIS
  3. JBR_SetupRank(1, 0, "Agent", "Agent", {Promote = false, Demote = false}, {Health = 100, Armor = 0}, {}, nil)
  4. JBR_SetupRank(2, 1, "ISB Corporal", "ISB Corporal", {Promote = false, Demote = false}, {Health = 110, Armor = 0}, {}, nil)
  5. JBR_SetupRank(3, 2, "ISB Sergeant", "ISB Sergeant", {Promote = false, Demote = false}, {Health = 120, Armor = 0}, {}, nil)
  6. JBR_SetupRank(4, 3, "Sergeant", "Sergeant", {Promote = false, Demote = false}, {Health = 130, Armor = 0}, {}, nil)
  7. JBR_SetupRank(5, 4, "ISB Staff Chief", "ISB Staff Chief", {Promote = false, Demote = false}, {Health = 140, Armor = 0}, {}, nil)
  8. JBR_SetupRank(6, 5, "ISB Master Chief", "ISB Master Chief", {Promote = false, Demote = false}, {Health = 150, Armor = 0}, {}, nil)
  9. JBR_SetupRank(7, 6, "Constable", "Constable", {Promote = false, Demote = false}, {Health = 160, Armor = 0}, {}, nil)
  10. JBR_SetupRank(8, 7, "Senior Constable", "Senior Constable", {Promote = false, Demote = false}, {Health = 170, Armor = 0}, {}, nil)
  11. JBR_SetupRank(9, 8, "Lieutenant", "Lieutenant", {Promote = false, Demote = false}, {Health = 180, Armor = 0}, {}, nil)
  12. JBR_SetupRank(10, 9, "Commander", "Commander", {Promote = false, Demote = false}, {Health = 190, Armor = 0}, {}, nil)
  13. JBR_SetupRank(11, 10, "Colonel", "Colonel", {Promote = true, Demote = true}, {Health = 200, Armor = 0}, {}, nil)
  14. JBR_SetupRank(12, 11, "Senior Colonel", "Senior Colonel", {Promote = true, Demote = true}, {Health = 210, Armor = 0}, {}, nil)
  15. JBR_SetupRank(13, 12, "Bureau Chief", "Bureau Chief", {Promote = true, Demote = true}, {Health = 220, Armor = 0}, {}, nil)
  16. JBR_SetupRank(14, 13, "Deputy Director", "Deputy Director", {Promote = true, Demote = true}, {Health = 230, Armor = 50}, {}, nil)
  17. JBR_SetupRank(15, 14, "Director", "Director", {Promote = true, Demote = true}, {Health = 240, Armor = 100}, {}, nil)
  18. JBR_SetupRank(16, 16, "Chairman", "Chairman", {Promote = true, Demote = true}, {Health = 250, Armor = 150}, {}, nil)
  19. JBR_SetupRankModel(16, {{Model = "models/player/hydro/swbf_krennic/swbf_krennic.mdl", Bodygroups = nil, Skin = 1}})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement