on first join:
if player has permissions "{@permissions}":
set {_targetx} to a random integer between {@xMin} and {@xMax}
set {_targetz} to a random integer between {@zMin} and {@zMax}
wait 5 ticks
execute console command "/tppos %player% %{_targetx}% {@yMin} %{_targetz}%"
stop
Pytanie
Uzi 20
Witam,
Ma ktoś skrypt na losowy teleport po śmierci gracza ??
Coś podobnego:
options:
xMin: -1000
xMax: 4000
zMin: -1000
zMax: 4000
yMin: 65
yMax: 80
world: world
on first join:
if player has permissions "{@permissions}":
set {_targetx} to a random integer between {@xMin} and {@xMax}
set {_targetz} to a random integer between {@zMin} and {@zMax}
wait 5 ticks
execute console command "/tppos %player% %{_targetx}% {@yMin} %{_targetz}%"
stop
Odnośnik do komentarza
Udostępnij na innych stronach
3 odpowiedzi na to pytanie
Rekomendowane odpowiedzi