Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1.  
  2. TEAM_Dowódca = DarkRP.createJob("Dowódca US. Army", {
  3. color = Color(34, 85, 85, 255),
  4. model = {"models/wgrunt/wgrunt3e/wgrunt3.mdl"},
  5. description = [[Jesteś Dowódcą US. Army]],
  6. weapons = {"weapon_bf4_m16", "salute", "weapon_p2282", "csgo_bayonet", "weapon_hands", "stunstick", "door_ram"},
  7. command = "Dowódca",
  8. max = 0,
  9. salary = 200,
  10. admin = 0,
  11. vote = false,
  12. hasLicense = false,
  13. candemote = false,
  14. category = "US. Army",
  15. PlayerSpawn = function(ply)
  16. ply:SetMaxHealth(100)
  17. ply:SetHealth(100)
  18. ply:SetArmor(100)
  19. end
  20. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement