Mam taki problem stworzylem skrypt na linie pvp wszytsko normalnie dziala ale da sie wejsc tylem na strefe no - pvp prosze o pomoc!
KOD:
on entering of region "spawn": if {liniapvp.%player%} is true: cancel event push the player upwards at speed 0.2 push the player horizontally forward at speed -2on entering of region "spawnsdasd": if {liniapvp.%player%} is true: cancel event push the player upwards at speed 0.2 push the player horizontally forward at speed 3on damage: attacker is a player victim is a player set {liniapvp.%attacker%} to true set {liniapvp.%victim%} to true wait 10 seconds set {liniapvp.%victim%} to false set {liniapvp.%attacker%} to false