Witam,
Przerobi ktoś ten skrypt?
Gracze skarżą się, że jak spadają to ich zabija... Przyczyna jest ping lub lagi ich mc.
Da się zrobić aby po teleportacji był ten ktoś nieśmiertelny przez te 10 sekund?
options:
x-min: -900
x-max: 900
z-min: -900
z-max: 900
on right click:
if clicked block is stone button:
if block behind clicked block is sponge:
set {_x} to random integer between {@x-min} and {@x-max}
set {_y} to 99
set {_z} to random integer between {@z-min} and {@z-max}
set {_location} to location at {_x}, {_y}, {_z}
set {randomtp.god.%player%} to true
teleport player to {_location}
stop
on damage:
if victim is player:
if {randomtp.god.%victim%} is true:
cancel event
delete {randomtp.god.%victim%}
stop
Pytanie
Uzi 20
Witam,
Przerobi ktoś ten skrypt?
Gracze skarżą się, że jak spadają to ich zabija... Przyczyna jest ping lub lagi ich mc.
Da się zrobić aby po teleportacji był ten ktoś nieśmiertelny przez te 10 sekund?
options: x-min: -900 x-max: 900 z-min: -900 z-max: 900 on right click: if clicked block is stone button: if block behind clicked block is sponge: set {_x} to random integer between {@x-min} and {@x-max} set {_y} to 99 set {_z} to random integer between {@z-min} and {@z-max} set {_location} to location at {_x}, {_y}, {_z} set {randomtp.god.%player%} to true teleport player to {_location} stop on damage: if victim is player: if {randomtp.god.%victim%} is true: cancel event delete {randomtp.god.%victim%} stop
Edytowane przez bvczKod wstawiam w znaczniki [ code]
Notatka dodana przez bvcz
Odnośnik do komentarza
https://skript.pl/temat/32078-skrypt-na-randomtp/Udostępnij na innych stronach
3 odpowiedzi na to pytanie
Rekomendowane odpowiedzi