xMateuszP0L

Nie uciekamy na spawna podczas walki ! [Minecraft Skript PL]

Oct 2nd, 2014
1,858
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. # NAZWA
  2. # Nie uciekamy na spawna podczas walki !
  3. # AUTOR
  4. # Skrypt by xMateuszP0L
  5. # WERSJA
  6. # wersja skryptu 1.0
  7. # PRZECZYTAJ
  8. # Proszę się nie podszywać pod autora.
  9.  
  10. on entering of region "spawn":
  11. if {liniapvp.%player%} is true:
  12. cancel event
  13. push the player upwards at speed 0.5
  14. push the player horizontally forward at speed -2
  15. on entering of region "spawn1":
  16. if {liniapvp.%player%} is true:
  17. cancel event
  18. push the player upwards at speed 0.5
  19. push the player horizontally forward at speed 3
  20. on damage:
  21. attacker is a player
  22. victim is a player
  23. set {liniapvp.%attacker%} to true
  24. set {liniapvp.%victim%} to true
  25. wait 30 seconds
  26. set {liniapvp.%victim%} to false
  27. set {liniapvp.%attacker%} to false
Advertisement
Add Comment
Please, Sign In to add comment