Advertisement
MartinLaps

Жители

Feb 17th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. TEAM_CITIZEN = DarkRP.createJob("Житель", {
  2. color = Color(128, 128, 0),
  3. model = "models/tfa/comm/gg/pm_sw_trandoshan_bounty_hunter_v2_skin2.mdl",
  4. description = [[0, 191, 255]],
  5. weapons = {"weapon_fists"},
  6. command = "citizen",
  7. category = "Жители",
  8. max = 0,
  9. salary = GAMEMODE.Config.normalsalary * 0.5,
  10. admin = 0
  11. hasLicense = false,
  12. candemote = false,
  13. type = "citizen",
  14. PlayerSpawn = function(ply)
  15. ply:SetHealth(100)
  16. ply:SetMaxHealth(100)
  17. end,
  18. })
  19.  
  20. TEAM_CITIZEN = DarkRP.createJob("Житель-Вор", {
  21. color = Color(128, 128, 0),
  22. model = "models/tfa/comm/gg/pm_sw_trandoshan_bounty_hunter_v2_skin2.mdl",
  23. description = [[Житель-Вор]],
  24. weapons = {"weapon_fists", "tfa_swch_de10"},
  25. command = "citizen",
  26. category = "Жители",
  27. max = 0,
  28. salary = GAMEMODE.Config.normalsalary * ,
  29. admin = 0
  30. hasLicense = false,
  31. candemote = false,
  32. type = "citizen",
  33. PlayerSpawn = function(ply)
  34. ply:SetHealth(100)
  35. ply:SetMaxHealth(100)
  36. end,
  37. })
  38.  
  39. TEAM_CITIZEN = DarkRP.createJob("Житель-Торговец", "tfa_swch_elg3a" {
  40. color = Color(128, 128, 0),
  41. model = "models/tfa/comm/gg/pm_sw_trandoshan_bounty_hunter_v2_skin2.mdl",
  42. description = [[Житель-Торговец]],
  43. weapons = {"weapon_fists"},
  44. command = "citizen",
  45. category = "Жители",
  46. max = 0,
  47. salary = GAMEMODE.Config.normalsalary * 1.5,
  48. admin = 0
  49. hasLicense = false,
  50. candemote = false,
  51. type = "citizen",
  52. PlayerSpawn = function(ply)
  53. ply:SetHealth(100)
  54. ply:SetMaxHealth(100)
  55. end,
  56. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement