[iSTEK] Oyuncuları O yere Işınlama

BlackPvPNetwork

Marangoz
En iyi cevaplar
0
Altaki yerleri ayarlarım mesela sunucu kapisitesi mesela 20 kişilik bundanda 20 tane yaptım tüm olan hangi oyuncu olursa olsun hepsini {uhc1} {uhc2} {uhc3} {uhc4},,,, buralara ışınlasın ama 1 oyuncuyu 1 yere.

command /uhc1ayarla:
permission: uhcs.b
trigger:
set {uhc1} to player's location

command /uhc2ayarla:
permission: uhcs.b
trigger:
set {uhc2} to player's location

command /uhc3ayarla:
permission: uhcs.b
trigger:
set {uhc3} to player's location

command /uhc4ayarla:
permission: uhcs.b
trigger:
set {uhc4} to player's location

command /uhc5ayarla:
permission: uhcs.b
trigger:
set {uhc5} to player's location

command /uhc6ayarla:
permission: uhcs.b
trigger:
set {uhc6} to player's location

command /uhc7ayarla:
permission: uhcs.b
trigger:
set {uhc7} to player's location
 

RedEyeses

Kömür Madencisi
En iyi cevaplar
0
20 tane yaptıysan

chance of 5%:
[TAB]teleport player to {uhc1}

gibi yapabilirsin.
 

RedEyeses

Kömür Madencisi
En iyi cevaplar
0
aynı şekilde yazıcaksın 1.sini yazdığın gibi sonra 2 kişi 2 kişi ayarlarsın
 

Axel102

Hayalet Avcısı
En iyi cevaplar
6
Kod:
loop 20 times:
 loop {::*}:
  teleport loop-value-2 to {uhc%loop-number-1%}
  remove loop-value-2 from {::*}
 

RedEyeses

Kömür Madencisi
En iyi cevaplar
0
Kod:
chance of 5%:
    teleport player to {uhc1}

chance of 5%:
    teleport player to {uhc1}
spam falan yapmadım.
 

CryZoneTR

Ağaç Yumruklayıcı
En iyi cevaplar
0
buyur dostum. Denemedim ama umarım işine yarar,
PHP:
command /uhcbelirle <integer>:
    trigger:
        if arg 1 is set:
            set {uhc%arg 1%} to player's location
            send "Uhc%arg 1% ayarlandi!"
        else:
            send "Lutfen numara giriniz."

command /gonder:
    trigger:
        loop all players:
            set {_x::%loop-player%} to loop-player
            wait 0.1 ticks
        set {_z} to 1
        loop {_x::*}:
            teleport loop-value to {uhc%{_z}%}
            remove loop-value to {_x::*}
            wait 0.1 ticks
 
Üst