Beyler SpawnFly yazınca sadece orda fly açabilcek bunu yapabilirmisiniz

Dul Bırakan

Ďℍ₰ ƐXƬΛSY ☠™ //// ƵŦ|☪ Naked™
En iyi cevaplar
0
hata var olmuyor @ReMaKeR 6 tane hata var diyor
Kod:
on leaving of region "spawn:"
    if {spawndauc} is 1:
        execute console command "/fly %player%"

command /spawnfly:
    permission : spawnfly.yetki
    permission message : &4Bunu kullanmaya yetkin yok
    trigger:
        if {spawndauc} is 0:
            set {spawndauc} to 1
            message "&aSpawnda Uçmayı açtın"
        else:
            set {spawndauc} to 0
            message "&cSpawnda Uçmayı kapattın
        else if {spawndauc} is not set:
            set {spawndauc} to 1
            message "&aSpawnda Uçmayı açtın"
Bu @ReMaKeR 'in
Kod:
 execute console command "/fly %player% off"
yapmış ben onu
Kod:
execute console command "/fly %player%"
yaptım böyle dene
 

ömercanyanık

Kömür Madencisi
En iyi cevaplar
0
Kod:
on leaving of region "spawn:"
    if {spawndauc} is 1:
        execute console command "/fly %player%"

command /spawnfly:
    permission : spawnfly.yetki
    permission message : &4Bunu kullanmaya yetkin yok
    trigger:
        if {spawndauc} is 0:
            set {spawndauc} to 1
            message "&aSpawnda Uçmayı açtın"
        else:
            set {spawndauc} to 0
            message "&cSpawnda Uçmayı kapattın
        else if {spawndauc} is not set:
            set {spawndauc} to 1
            message "&aSpawnda Uçmayı açtın"
Bu @ReMaKeR 'in
Kod:
 execute console command "/fly %player% off"
yapmış ben onu
Kod:
execute console command "/fly %player%"
yaptım böyle dene
aynı
 

ShiodomeMiuna

Nether Yerlisi
En iyi cevaplar
11
bak. on leaving of region "spawn:" yazmışım. o hata. o : yı tırnağın dışına al. yani

on leaving of region "spawn":
bütün hata bundan.
 
Üst