Advertisement
Guest User

Untitled

a guest
Aug 13th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pike 0.52 KB | None | 0 0
  1. TEAM_PIES = DarkRP.createJob("Pies", {
  2. color = Color(255, 184, 73, 255),
  3. model = {"models/doge_player/doge_player.mdl"},
  4. description = [[Jesteś psem, nie masz nic ciekawego do roboty, mozesz się blakac samemu po ulicach miasta, lub oddac sie pod dobra reke człowieka.]],
  5. weapons = {"keys"},
  6. command = "pies",
  7. max = 2,
  8. salary = 0,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. candemote = false,
  13. category = "Podstawowe",
  14. PlayerSpawn = function(ply)
  15. ply:SetMaxHealth(100)
  16. ply:SetHealth(100)
  17. ply:SetArmor(0)
  18. end
  19. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement