Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. --[[
  2. Generated using: DarkRP | Job Generator
  3. https://csite.io/tools/gmod-darkrp-job
  4. --]]
  5. TEAM_STRAZ = DarkRP.createJob("Generał Brygadier", {
  6. color = Color(255, 4, 4, 255),
  7. model = {"models/player/gasmask.mdl"},
  8. description = [[Jako strażak nie możesz dopuścić do tego, aby Paralake spłonęło!]],
  9. weapons = {},
  10. command = "gstrazy",
  11. max = 0,
  12. salary = 200,
  13. admin = 0,
  14. vote = false,
  15. hasLicense = false,
  16. candemote = false,
  17. category = "Straż",
  18. NeedToChangeFrom = TEAM_STRAZ,
  19. PlayerSpawn = function(ply)
  20. ply:SetMaxHealth(100)
  21. ply:SetHealth(100)
  22. ply:SetArmor(50)
  23. end
  24. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement