[SK] İstek

HEXAGON73

Kızıltaş Madencisi
En iyi cevaplar
0
Arkadaşlar dün bi konuda yardımcı oldunuz tesekkürler, ama şimdi esyaya sag tıklayınca menu acılıo steve kafası var "Tavuk" adında ona basınca tavıga donusmesini istiyom nasıl ?

KOD:
Kod:
on rightclick with wheat:
    open chest with 1 rows named "&b&kasd &cFarm Hunt &b&kasd" to player
    wait 3 ticks
    format slot 0 of player with human head named "&e&lTavuk" to close then run [make player execute command "fh1"]
    format slot 1 of player with human head named "&e&lInek" to close then run [make player execute command "fh2"]
    format slot 2 of player with human head named "&e&lKopek" to close then run [make player execute command "fh3"]
    format slot 3 of player with human head named "&e&lDomuz" to close then run [make player execute command "fh4"]
    format slot 8 of player with human head named "&c&lAyril" to close then run [make player execute command "spawn"]
    format slot 7 of player with human head named "&e&lAvci" to close then run [make player execute command "fh5"]
command /fh1:
    trigger:
        execute console command "disguise chicken"
        send " &9> &6FarmHunt&e'ta hayvan(tavuk) oldunuz!"
        wait 1 seconds
        execute console command "/tp %player% -1715 7 8"
command /fh2:
    trigger:
        execute console command "disguise cow"
        send " &9> &6FarmHunt&e'ta hayvan(inek) oldunuz!"
        wait 1 seconds
        execute console command "/tp %player% -1729 4 -61"
command /fh3:
    trigger:
        execute console command "disguise wolf"
        send " &9> &6FarmHunt&e'ta hayvan(kopek) oldunuz!"
        execute console command "/tp %player% -1645 4 -89"
command /fh4:
    trigger:
        execute console command "disguise pig"
        send " &9> &6FarmHunt&e'ta hayvan(domuz) oldunuz!"
        execute console command "/tp %player% -1643 4 -20"
command /fh5:
    trigger:
        send " &9> &6FarmHunt&e'te Avci oldunuz!"
        send " &9> &6FarmHunt&e'ta Avci bolgesine isinlaniyorsunuz, 20 saniye sonra oyun baslatilacak!"
        wait 1 seconds
        execute console command "/tp %player% -1689 4 -49"
        wait 20 seconds
        execute console command "/tp %player% -1683 10 -40"
command /spawn:
    trigger:
        execute console command "/tp %player% -1707 9 -300"
        send " &9> &6FarmHunt&e'tan ayrildiniz!"
 

janjel

Zombi Katili
En iyi cevaplar
0
execute console command "disguise xxx"
şu satur olan her yere şunu yaz
execute player command "disguise xxx"

PHP:
on rightclick with wheat:
    open chest with 1 rows named "&b&kasd &cFarm Hunt &b&kasd" to player
    wait 3 ticks
    format slot 0 of player with human head named "&e&lTavuk" to close then run [make player execute command "fh1"]
    format slot 1 of player with human head named "&e&lInek" to close then run [make player execute command "fh2"]
    format slot 2 of player with human head named "&e&lKopek" to close then run [make player execute command "fh3"]
    format slot 3 of player with human head named "&e&lDomuz" to close then run [make player execute command "fh4"]
    format slot 8 of player with human head named "&c&lAyril" to close then run [make player execute command "spawn"]
    format slot 7 of player with human head named "&e&lAvci" to close then run [make player execute command "fh5"]
command /fh1:
    trigger:
        execute player command "disguise chicken"
        send " &9> &6FarmHunt&e'ta hayvan(tavuk) oldunuz!"
        wait 1 seconds
        execute console command "/tp %player% -1715 7 8"
command /fh2:
    trigger:
        execute player command "disguise cow"
        send " &9> &6FarmHunt&e'ta hayvan(inek) oldunuz!"
        wait 1 seconds
        execute console command "/tp %player% -1729 4 -61"
command /fh3:
    trigger:
        execute player command "disguise wolf"
        send " &9> &6FarmHunt&e'ta hayvan(kopek) oldunuz!"
        execute console command "/tp %player% -1645 4 -89"
command /fh4:
    trigger:
        execute player command "disguise pig"
        send " &9> &6FarmHunt&e'ta hayvan(domuz) oldunuz!"
        execute console command "/tp %player% -1643 4 -20"
command /fh5:
    trigger:
        send " &9> &6FarmHunt&e'te Avci oldunuz!"
        send " &9> &6FarmHunt&e'ta Avci bolgesine isinlaniyorsunuz, 20 saniye sonra oyun baslatilacak!"
        wait 1 seconds
        execute console command "/tp %player% -1689 4 -49"
        wait 20 seconds
        execute console command "/tp %player% -1683 10 -40"
command /spawn:
    trigger:
        execute console command "/tp %player% -1707 9 -300"
        send " &9> &6FarmHunt&e'tan ayrildiniz!"
 

TheBlueDeath

Nether Yerlisi
En iyi cevaplar
0
execute console command "disguise xxx"
şu satur olan her yere şunu yaz
execute player command "disguise xxx"

PHP:
on rightclick with wheat:
    open chest with 1 rows named "&b&kasd &cFarm Hunt &b&kasd" to player
    wait 3 ticks
    format slot 0 of player with human head named "&e&lTavuk" to close then run [make player execute command "fh1"]
    format slot 1 of player with human head named "&e&lInek" to close then run [make player execute command "fh2"]
    format slot 2 of player with human head named "&e&lKopek" to close then run [make player execute command "fh3"]
    format slot 3 of player with human head named "&e&lDomuz" to close then run [make player execute command "fh4"]
    format slot 8 of player with human head named "&c&lAyril" to close then run [make player execute command "spawn"]
    format slot 7 of player with human head named "&e&lAvci" to close then run [make player execute command "fh5"]
command /fh1:
    trigger:
        execute player command "disguise chicken"
        send " &9> &6FarmHunt&e'ta hayvan(tavuk) oldunuz!"
        wait 1 seconds
        execute console command "/tp %player% -1715 7 8"
command /fh2:
    trigger:
        execute player command "disguise cow"
        send " &9> &6FarmHunt&e'ta hayvan(inek) oldunuz!"
        wait 1 seconds
        execute console command "/tp %player% -1729 4 -61"
command /fh3:
    trigger:
        execute player command "disguise wolf"
        send " &9> &6FarmHunt&e'ta hayvan(kopek) oldunuz!"
        execute console command "/tp %player% -1645 4 -89"
command /fh4:
    trigger:
        execute player command "disguise pig"
        send " &9> &6FarmHunt&e'ta hayvan(domuz) oldunuz!"
        execute console command "/tp %player% -1643 4 -20"
command /fh5:
    trigger:
        send " &9> &6FarmHunt&e'te Avci oldunuz!"
        send " &9> &6FarmHunt&e'ta Avci bolgesine isinlaniyorsunuz, 20 saniye sonra oyun baslatilacak!"
        wait 1 seconds
        execute console command "/tp %player% -1689 4 -49"
        wait 20 seconds
        execute console command "/tp %player% -1683 10 -40"
command /spawn:
    trigger:
        execute console command "/tp %player% -1707 9 -300"
        send " &9> &6FarmHunt&e'tan ayrildiniz!"
Arkadaşta aynısını yapmamış mı?
 
Üst