Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # NAZWA
- # Nie uciekamy na spawna podczas walki !
- # AUTOR
- # Skrypt by xMateuszP0L
- # WERSJA
- # wersja skryptu 1.0
- # PRZECZYTAJ
- # Proszę się nie podszywać pod autora.
- on entering of region "spawn":
- if {liniapvp.%player%} is true:
- cancel event
- push the player upwards at speed 0.5
- push the player horizontally forward at speed -2
- on entering of region "spawn1":
- if {liniapvp.%player%} is true:
- cancel event
- push the player upwards at speed 0.5
- push the player horizontally forward at speed 3
- on damage:
- attacker is a player
- victim is a player
- set {liniapvp.%attacker%} to true
- set {liniapvp.%victim%} to true
- wait 30 seconds
- set {liniapvp.%victim%} to false
- set {liniapvp.%attacker%} to false
Advertisement
Add Comment
Please, Sign In to add comment