Advertisement
MartinLaps

DG

Feb 19th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. TEAM_DGUARDD = DarkRP.createJob("Магна Страж", {
  2. color = Color(250, 128, 114),
  3. model = "models/tfa/comm/gg/pm_sw_magna_guard_combined.mdl",
  4. description = [[Магна-Страж]],
  5. weapons = {"swep_mexicanstaffwos"},
  6. command = "jdguard",
  7. category = "Дроиды",
  8. max = 0,
  9. salary = GAMEMODE.Config.normalsalary * 0,
  10. admin = 0,
  11. hasLicense = false,
  12. candemote = false,
  13. type = "dguardd",
  14. PlayerSpawn = function(ply)
  15. ply:SetHealth(150)
  16. ply:SetMaxHealth(150)
  17. end,
  18. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement