Çözüldü Yazı Tura skript (istek)

Durum
Mesaj gönderimine kapalı.

nexi

nexi is the best!

Discord:

nexi#0001

Katılım
18 Ağustos 2017
Mesajlar
1.857
Elmaslar
1.198
Puanlar
13.575
Yer
Samsun
Yazı tura skript yapabilcek varmı şöyle olucak

yazı tura döndürülüyor...
yazı çıkacak diyorsanız /yazı yazın.
tura çıkacak diyorsanız /tura yazın.
Yazı turadan tura çıktı tura yazanlar kazandı yazı yazanlar kaybetti

10.000 para kazandın![DOUBLEPOST=1513702524,1513699977][/DOUBLEPOST]@IrfanDmn
@MoonQS
@smt287
@ardaKol984
@Kiasan
@iSuperNatural
@aLoneX

bi bakarmısınız?
 

ardaKol984

Creeper Evimi Patlattı
Katılım
14 Ekim 2016
Mesajlar
421
Elmaslar
220
Puanlar
0
Yaş
33
Bekle yazıyım.
 

ardaKol984

Creeper Evimi Patlattı
Katılım
14 Ekim 2016
Mesajlar
421
Elmaslar
220
Puanlar
0
Yaş
33
Buyur dene;

Kod:
every 30 minutes:
    set {yazitura} to true
    broadcast "Yazı Tura Döndürülüyor"
    broadcast "Yazı Çıkacak Diyorsan /yazı yazınız"
    broadcast "Tura Çıkacak Diyorsan /tura yazınız"
    wait 2 second
    broadcast "Başlamaya son 15 saniye"
    wait 5 second
    broadcast "Başlamaya son 10 saniye"
    wait 5 second
    broadcast "Başlamaya son 5 saniye"
    wait 1 second
    broadcast "Başlamaya son 4 saniye"
    wait 1 second
    broadcast "Başlamaya son 3 saniye"
    wait 1 second
    broadcast "Başlamaya son 2 saniye"
    wait 1 second
    broadcast "Başlamaya son 1 saniye"
    broadcast "Başladı!"
    wait 3 second
    chance of 50%:
        broadcast "Tura Kazandı"
        give 64 diamond named "Ödül" to {tura::*}
    chance of 50%:
        broadcast "Yazı Kazandı"
        give 64 diamond named "Ödül" to {yazı::*}
    delete {yazitura}
    delete {yazı.%player%}
    delete {yazı::*}
    delete {tura.%player%}
    delete {tura::*}
      
  
command /yazı:
    trigger:
        if {yazitura} is set:
            if {yazı.%player%} isn't set:
                if {tura.%player%} isn't set:
                    set {yazı.%player%} to true
                    add player to {yazı::*}
                    send "Yazı'ya geçtin"
                else:
                    send "Daha Önce Takıma Katılmışsın "
            else:
                send "Oyuna Katılmışsın Zaten"
        else:
            broadcast "Oyun Yok"
          
command /tura:
    trigger:
        if {yazitura} is set:
            if {tura.%player%} isn't set:
                if {yazı.%player%} isn't set:
                    set {tura.%player%} to 1
                    add player to {tura::*}
                    send "Tura'ya geçtin"
                else:
                    send "Daha Önce Takıma Katılmışsın "
            else:
                send "Oyuna Katılmışsın Zaten"
        else:
            broadcast "Oyun Yok"

Ben ders çalışıyorum hata çıkarsa hatanın resmini at gelince düzeltelim.
 

ultraPvP_Offical

Ne mutlu Türküm diyene !

Discord:

Riqude#1881

Katılım
19 Ağustos 2017
Mesajlar
375
Elmaslar
223
Puanlar
0
Yaş
20
Minecraft
ultraPvP_
Buyur dene;

Kod:
every 30 minutes:
    set {yazitura} to true
    broadcast "Yazı Tura Döndürülüyor"
    broadcast "Yazı Çıkacak Diyorsan /yazı yazınız"
    broadcast "Tura Çıkacak Diyorsan /tura yazınız"
    wait 2 second
    broadcast "Başlamaya son 15 saniye"
    wait 5 second
    broadcast "Başlamaya son 10 saniye"
    wait 5 second
    broadcast "Başlamaya son 5 saniye"
    wait 1 second
    broadcast "Başlamaya son 4 saniye"
    wait 1 second
    broadcast "Başlamaya son 3 saniye"
    wait 1 second
    broadcast "Başlamaya son 2 saniye"
    wait 1 second
    broadcast "Başlamaya son 1 saniye"
    broadcast "Başladı!"
    wait 3 second
    chance of 50%:
        broadcast "Tura Kazandı"
        give 64 diamond named "Ödül" to {tura::*}
    chance of 50%:
        broadcast "Yazı Kazandı"
        give 64 diamond named "Ödül" to {yazı::*}
    delete {yazitura}
    delete {yazı.%player%}
    delete {yazı::*}
    delete {tura.%player%}
    delete {tura::*}
     
 
command /yazı:
    trigger:
        if {yazitura} is set:
            if {yazı.%player%} isn't set:
                if {tura.%player%} isn't set:
                    set {yazı.%player%} to true
                    add player to {yazı::*}
                    send "Yazı'ya geçtin"
                else:
                    send "Daha Önce Takıma Katılmışsın "
            else:
                send "Oyuna Katılmışsın Zaten"
        else:
            broadcast "Oyun Yok"
         
command /tura:
    trigger:
        if {yazitura} is set:
            if {tura.%player%} isn't set:
                if {yazı.%player%} isn't set:
                    set {tura.%player%} to 1
                    add player to {tura::*}
                    send "Tura'ya geçtin"
                else:
                    send "Daha Önce Takıma Katılmışsın "
            else:
                send "Oyuna Katılmışsın Zaten"
        else:
            broadcast "Oyun Yok"

Ben ders çalışıyorum hata çıkarsa hatanın resmini at gelince düzeltelim.
Teşekkür Ederim Bende Kullanabilirmiyim ?
 

nexi

nexi is the best!

Discord:

nexi#0001

Katılım
18 Ağustos 2017
Mesajlar
1.857
Elmaslar
1.198
Puanlar
13.575
Yer
Samsun
Buyur dene;

Kod:
every 30 minutes:
    set {yazitura} to true
    broadcast "Yazı Tura Döndürülüyor"
    broadcast "Yazı Çıkacak Diyorsan /yazı yazınız"
    broadcast "Tura Çıkacak Diyorsan /tura yazınız"
    wait 2 second
    broadcast "Başlamaya son 15 saniye"
    wait 5 second
    broadcast "Başlamaya son 10 saniye"
    wait 5 second
    broadcast "Başlamaya son 5 saniye"
    wait 1 second
    broadcast "Başlamaya son 4 saniye"
    wait 1 second
    broadcast "Başlamaya son 3 saniye"
    wait 1 second
    broadcast "Başlamaya son 2 saniye"
    wait 1 second
    broadcast "Başlamaya son 1 saniye"
    broadcast "Başladı!"
    wait 3 second
    chance of 50%:
        broadcast "Tura Kazandı"
        give 64 diamond named "Ödül" to {tura::*}
    chance of 50%:
        broadcast "Yazı Kazandı"
        give 64 diamond named "Ödül" to {yazı::*}
    delete {yazitura}
    delete {yazı.%player%}
    delete {yazı::*}
    delete {tura.%player%}
    delete {tura::*}
     
 
command /yazı:
    trigger:
        if {yazitura} is set:
            if {yazı.%player%} isn't set:
                if {tura.%player%} isn't set:
                    set {yazı.%player%} to true
                    add player to {yazı::*}
                    send "Yazı'ya geçtin"
                else:
                    send "Daha Önce Takıma Katılmışsın "
            else:
                send "Oyuna Katılmışsın Zaten"
        else:
            broadcast "Oyun Yok"
         
command /tura:
    trigger:
        if {yazitura} is set:
            if {tura.%player%} isn't set:
                if {yazı.%player%} isn't set:
                    set {tura.%player%} to 1
                    add player to {tura::*}
                    send "Tura'ya geçtin"
                else:
                    send "Daha Önce Takıma Katılmışsın "
            else:
                send "Oyuna Katılmışsın Zaten"
        else:
            broadcast "Oyun Yok"

Ben ders çalışıyorum hata çıkarsa hatanın resmini at gelince düzeltelim.

Denemeden önce şunu söylemek isterim 64 diamond değil :D eco give ile 10.000 para almasını istiyorum[DOUBLEPOST=1513705243,1513704643][/DOUBLEPOST]hata.
 

Ekler

  • 2017-12-19_19.39.37.png
    2017-12-19_19.39.37.png
    195 KB · Görünt.: 245

ardaKol984

Creeper Evimi Patlattı
Katılım
14 Ekim 2016
Mesajlar
421
Elmaslar
220
Puanlar
0
Yaş
33
Denemeden önce şunu söylemek isterim 64 diamond değil :D eco give ile 10.000 para almasını istiyorum[DOUBLEPOST=1513705243,1513704643][/DOUBLEPOST]hata.
Düzeltiyorum.[DOUBLEPOST=1513705802][/DOUBLEPOST]Buyrun;
Kod:
every 30 minutes:
    set {yazitura} to true
    broadcast "Yazı Tura Döndürülüyor"
    broadcast "Yazı Çıkacak Diyorsan /yazı yazınız"
    broadcast "Tura Çıkacak Diyorsan /tura yazınız"
    wait 2 second
    broadcast "Başlamaya son 15 saniye"
    wait 5 second
    broadcast "Başlamaya son 10 saniye"
    wait 5 second
    broadcast "Başlamaya son 5 saniye"
    wait 1 second
    broadcast "Başlamaya son 4 saniye"
    wait 1 second
    broadcast "Başlamaya son 3 saniye"
    wait 1 second
    broadcast "Başlamaya son 2 saniye"
    wait 1 second
    broadcast "Başlamaya son 1 saniye"
    broadcast "Başladı!"
    wait 3 second
    chance of 50%:
        broadcast "Tura Kazandı"
        execute console command "eco give %{tura::*}% 10000"
    chance of 50%:
        broadcast "Yazı Kazandı"
        execute console command "eco give %{yazı::*}% 10000"
    delete {yazitura}
    delete {yazı::*}
    delete {tura::*}
    set {tura.%player%} to false
    set {yazı.%player%} to false
       
   
command /yazı:
    trigger:
        if {yazitura} is set:
            if {yazı.%player%} isn't set:
                if {tura.%player%} isn't set:
                    set {yazı.%player%} to true
                    add player to {yazı::*}
                    send "Yazı'ya geçtin"
                else:
                    send "Daha Önce Takıma Katılmışsın "
            else:
                send "Oyuna Katılmışsın Zaten"
        else:
            broadcast "Oyun Yok"
           
command /tura:
    trigger:
        if {yazitura} is set:
            if {tura.%player%} isn't set:
                if {yazı.%player%} isn't set:
                    set {tura.%player%} to 1
                    add player to {tura::*}
                    send "Tura'ya geçtin"
                else:
                    send "Daha Önce Takıma Katılmışsın "
            else:
                send "Oyuna Katılmışsın Zaten"
        else:
            broadcast "Oyun Yok"
 

nexi

nexi is the best!

Discord:

nexi#0001

Katılım
18 Ağustos 2017
Mesajlar
1.857
Elmaslar
1.198
Puanlar
13.575
Yer
Samsun
hataları düzeltmemişsiniz foto attım.
 

ardaKol984

Creeper Evimi Patlattı
Katılım
14 Ekim 2016
Mesajlar
421
Elmaslar
220
Puanlar
0
Yaş
33

nexi

nexi is the best!

Discord:

nexi#0001

Katılım
18 Ağustos 2017
Mesajlar
1.857
Elmaslar
1.198
Puanlar
13.575
Yer
Samsun
düzeltilmiş halde atarmısınız? kodu
 

ardaKol984

Creeper Evimi Patlattı
Katılım
14 Ekim 2016
Mesajlar
421
Elmaslar
220
Puanlar
0
Yaş
33
Kod:
every 30 minutes:
    set {yazitura} to true
    broadcast "Yazı Tura Döndürülüyor"
    broadcast "Yazı Çıkacak Diyorsan /yazı yazınız"
    broadcast "Tura Çıkacak Diyorsan /tura yazınız"
    wait 2 second
    broadcast "Başlamaya son 15 saniye"
    wait 5 second
    broadcast "Başlamaya son 10 saniye"
    wait 5 second
    broadcast "Başlamaya son 5 saniye"
    wait 1 second
    broadcast "Başlamaya son 4 saniye"
    wait 1 second
    broadcast "Başlamaya son 3 saniye"
    wait 1 second
    broadcast "Başlamaya son 2 saniye"
    wait 1 second
    broadcast "Başlamaya son 1 saniye"
    broadcast "Başladı!"
    wait 3 second
    chance of 50%:
   
        broadcast "Tura Kazandı"
        execute console command "eco give %{tura::*}% 10000"
    chance of 50%:
        broadcast "Yazı Kazandı"
        execute console command "eco give %{yazı::*}% 10000"
    delete {yazitura}
    delete {yazı::*}
    delete {tura::*}
    set {tura.%player%} to false
    set {yazı.%player%} to false
       
   
command /yazı:
    trigger:
        if {yazitura} is set:
            if {yazı.%player%} isn't set:
                if {tura.%player%} isn't set:
                    set {yazı.%player%} to true
                    add player to {yazı::*}
                    send "Yazı'ya geçtin"
                else:
                    send "Daha Önce Takıma Katılmışsın "
            else:
                send "Oyuna Katılmışsın Zaten"
        else:
            broadcast "Oyun Yok"
           
command /tura:
    trigger:
        if {yazitura} is set:
            if {tura.%player%} isn't set:
                if {yazı.%player%} isn't set:
                    set {tura.%player%} to 1
                    add player to {tura::*}
                    send "Tura'ya geçtin"
                else:
                    send "Daha Önce Takıma Katılmışsın "
            else:
                send "Oyuna Katılmışsın Zaten"
        else:
            broadcast "Oyun Yok"
 

nexi

nexi is the best!

Discord:

nexi#0001

Katılım
18 Ağustos 2017
Mesajlar
1.857
Elmaslar
1.198
Puanlar
13.575
Yer
Samsun
hatalar düzelmedi.
 

ardaKol984

Creeper Evimi Patlattı
Katılım
14 Ekim 2016
Mesajlar
421
Elmaslar
220
Puanlar
0
Yaş
33
hatalar düzelmedi.
Normalde olurdu bir saniye birde şu şekil dene
Kod:
every 30 minutes:
    set {yazitura} to true
    broadcast "Yazı Tura Döndürülüyor"
    broadcast "Yazı Çıkacak Diyorsan /yazı yazınız"
    broadcast "Tura Çıkacak Diyorsan /tura yazınız"
    wait 2 second
    broadcast "Başlamaya son 15 saniye"
    wait 5 second
    broadcast "Başlamaya son 10 saniye"
    wait 5 second
    broadcast "Başlamaya son 5 saniye"
    wait 1 second
    broadcast "Başlamaya son 4 saniye"
    wait 1 second
    broadcast "Başlamaya son 3 saniye"
    wait 1 second
    broadcast "Başlamaya son 2 saniye"
    wait 1 second
    broadcast "Başlamaya son 1 saniye"
    broadcast "Başladı!"
    wait 3 second
    chance of 50%:
        broadcast "Tura Kazandı"
        execute console command "eco give %{tura::*}% 10000"
    chance of 50%:
        broadcast "Yazı Kazandı"
        execute console command "eco give %{yazı::*}% 10000"
    delete {yazitura}
    delete {yazı::*}
    delete {tura::*}
    set {tura.%player%} to 0
    set {yazı.%player%} to 0
       
   
command /yazı:
    trigger:
        if {yazitura} is set:
            if {yazı.%player%} isn't set:
                if {tura.%player%} isn't set:
                    set {yazı.%player%} to true
                    add player to {yazı::*}
                    send "Yazı'ya geçtin"
                else:
                    send "Daha Önce Takıma Katılmışsın "
            else:
                send "Oyuna Katılmışsın Zaten"
        else:
            broadcast "Oyun Yok"
           
command /tura:
    trigger:
        if {yazitura} is set:
            if {tura.%player%} isn't set:
                if {yazı.%player%} isn't set:
                    set {tura.%player%} to 1
                    add player to {tura::*}
                    send "Tura'ya geçtin"
                else:
                    send "Daha Önce Takıma Katılmışsın "
            else:
                send "Oyuna Katılmışsın Zaten"
        else:
            broadcast "Oyun Yok"
 

nexi

nexi is the best!

Discord:

nexi#0001

Katılım
18 Ağustos 2017
Mesajlar
1.857
Elmaslar
1.198
Puanlar
13.575
Yer
Samsun
Arda çıldıracan belki benim yüzünden ama olmadı gene aynı yerde hata :D
 

ardaKol984

Creeper Evimi Patlattı
Katılım
14 Ekim 2016
Mesajlar
421
Elmaslar
220
Puanlar
0
Yaş
33
Skyp-Discord varsa ver ordan konuşalım.
 
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı