Elması Giyince Komut Gerçekleştirme

Pentatonix

Zombi Katili
En iyi cevaplar
0
PHP:
on rightclick with a diamond:
    if name of player's tool is "&aYetki":
        if boots of player is air:
            make player execute command "warp viphammadde"
            set boots of player to player's tool
            remove player's tool from player's inventory
            while player is online:
                wait 1 seconds
                if boots of player is not a diamond named "&aYetki":
                    make console execute command "spawn %player%"
                    exit loop
        else:
            if boots of player is not a diamond named "&aYetki":
                make player execute command "warp viphammadde"
                give boots of player to player
                set boots of player to player's tool
                remove player's tool from player's inventory
                while player is online:
                    wait 1 seconds
                    if boots of player is not a diamond named "&aYetki":
                        make console execute command "spawn %player%"
                        exit loop

command /ver:
    trigger:
        give a diamond named "&aYetki" to player

o çıkarıp çıkarmadıgını kontrol etme, çıkardığında spawn komutunu işletecek
sadece o bot için mi geçerli ve lag yapmaz mı
 

wLood

Yepyeni Sunucu Çok Yakında @2016
En iyi cevaplar
0
elmas 2 tane olunca 2sini birden giyiyor 1 tane giyebilmesi gerek bunu da ayarlayabilir misin çok güzel olur
Kod:
set boots of player to player's tool
yukardaki kodu aşağıdakiyle değiştir.
Kod:
set boots of player to 1 player's tool
bunu bi dene , ben denemedim ama
 

Rosenrot

LAGOMORPHA
En iyi cevaplar
0
elmas 2 tane olunca 2sini birden giyiyor 1 tane giyebilmesi gerek bunu da ayarlayabilir misin çok güzel olur
bildirim gelmemiş
PHP:
on rightclick with a diamond:
    if name of player's tool is "&aYetki":
        if boots of player is air:
            if boots of player is not diamond named "&aYetki":
                make player execute command "warp viphammadde"
                set boots of player to player's tool
                remove player's tool from player's inventory
                while player is online:
                wait 1 seconds
                if boots of player is not a diamond named "&aYetki":
                    make console execute command "spawn %player%"
                    exit loop
        else:
            if boots of player is not a diamond named "&aYetki":
                make player execute command "warp viphammadde"
                give boots of player to player
                set boots of player to player's tool
                remove player's tool from player's inventory
                while player is online:
                    wait 1 seconds
                    if boots of player is not a diamond named "&aYetki":
                        make console execute command "spawn %player%"
                        exit loop

command /ver:
    trigger:
        give a diamond named "&aYetki" to player
 

Pentatonix

Zombi Katili
En iyi cevaplar
0
bildirim gelmemiş
PHP:
on rightclick with a diamond:
    if name of player's tool is "&aYetki":
        if boots of player is air:
            if boots of player is not diamond named "&aYetki":
                make player execute command "warp viphammadde"
                set boots of player to player's tool
                remove player's tool from player's inventory
                while player is online:
                wait 1 seconds
                if boots of player is not a diamond named "&aYetki":
                    make console execute command "spawn %player%"
                    exit loop
        else:
            if boots of player is not a diamond named "&aYetki":
                make player execute command "warp viphammadde"
                give boots of player to player
                set boots of player to player's tool
                remove player's tool from player's inventory
                while player is online:
                    wait 1 seconds
                    if boots of player is not a diamond named "&aYetki":
                        make console execute command "spawn %player%"
                        exit loop

command /ver:
    trigger:
        give a diamond named "&aYetki" to player
Hala aynı şekilde giyiyor ayrıca çıkardıktan sonra server çöküyo
 

Rosenrot

LAGOMORPHA
En iyi cevaplar
0
Hala aynı şekilde giyiyor ayrıca çıkardıktan sonra server çöküyo
bir satırı kaydırmamışım o yüzden, şimdi düzelttim
PHP:
on rightclick with a diamond:
    if name of player's tool is "&aYetki":
        if boots of player is air:
            if boots of player is not diamond named "&aYetki":
                make player execute command "warp viphammadde"
                set boots of player to player's tool
                remove player's tool from player's inventory
                while player is online:
                    wait 1 seconds
                    if boots of player is not a diamond named "&aYetki":
                        make console execute command "spawn %player%"
                        exit loop
        else:
            if boots of player is not a diamond named "&aYetki":
                make player execute command "warp viphammadde"
                give boots of player to player
                set boots of player to player's tool
                remove player's tool from player's inventory
                while player is online:
                    wait 1 seconds
                    if boots of player is not a diamond named "&aYetki":
                        make console execute command "spawn %player%"
                        exit loop

command /ver:
    trigger:
        give a diamond named "&aYetki" to player
 

Pentatonix

Zombi Katili
En iyi cevaplar
0
bir satırı kaydırmamışım o yüzden, şimdi düzelttim
PHP:
on rightclick with a diamond:
    if name of player's tool is "&aYetki":
        if boots of player is air:
            if boots of player is not diamond named "&aYetki":
                make player execute command "warp viphammadde"
                set boots of player to player's tool
                remove player's tool from player's inventory
                while player is online:
                    wait 1 seconds
                    if boots of player is not a diamond named "&aYetki":
                        make console execute command "spawn %player%"
                        exit loop
        else:
            if boots of player is not a diamond named "&aYetki":
                make player execute command "warp viphammadde"
                give boots of player to player
                set boots of player to player's tool
                remove player's tool from player's inventory
                while player is online:
                    wait 1 seconds
                    if boots of player is not a diamond named "&aYetki":
                        make console execute command "spawn %player%"
                        exit loop

command /ver:
    trigger:
        give a diamond named "&aYetki" to player
Teşekkürler server kapanmıyor güzelce çalışıyo ama hala bi sorun var 2 tane yetki diye elmas olunca ikisinide giyiyor normal botlar gibi 1er tane giyip çıkarabilsin onu da yaparsan çok güzel olcak texture ile bota çevircem çünkü
 
Üst