Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 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("Strażak", {
  6. color = Color(255, 0, 0, 255),
  7. model = {"models/player/swat.mdl"},
  8. description = [[Jako strażak nie możesz dopuścić do tego, aby Paralake spłonęło!]],
  9. weapons = {},
  10. command = "jstraz",
  11. max = 0,
  12. salary = 200,
  13. admin = 0,
  14. vote = false,
  15. hasLicense = false,
  16. candemote = false,
  17. category = "Straż",
  18. PlayerSpawn = function(ply)
  19. ply:SetMaxHealth(100)
  20. ply:SetHealth(100)
  21. ply:SetArmor(47)
  22. end
  23. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement