Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. local ConfigJobs = {
  2. TEAM_3B_1C_INF = { -- Job name
  3. MaxJobRank = 20, -- Max job rank
  4. [1] = {
  5. name = "Trp.", -- name rank
  6. time = 999999, -- time rank
  7. rank = 1, -- number rank
  8. wep = {{"bf2017_dc17","light_sw_dc15smg"}}, -- Weapons
  9. BonusSalary = 0, -- Salary
  10. Models = {{Model = "models/hyperspace_network/unassigned_sergeant/unassigned_sergeant.mdl", Bodygroups = {{0,0}}, Skin = 0}}, -- Models
  11. PrefixSeparator = "", -- Prefix
  12. Icon = {{ -- Icons
  13. Material("jobranks/police/rank1.png")
  14. }},
  15. BonusStat = {Health = 25, Armor = 25}, -- Bonus Statistic
  16. DisableProgression = true
  17. },
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement