Çözüldü Skripti düzeltemedim yardımcı olurmusunuz?

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

theText

play.TeriaNetwork.pw
Katılım
1 Haziran 2016
Mesajlar
148
Elmaslar
203
Puan
14.095
Minecraft
the_Text

Discord:

theText#7434

Ben bir kazı kazan skripti arıyordum internette bir skript buldum ama bir miktar para karşılığında yapılmasını istiyorum kendime göre bir şeyler yapmaya çalıştım ama sürekli hata veriyor yardımcı olurmusunuz?

Kod:
on rightclick with paper:
    if tool's name is "&bKazı Kazan":
        remove a paper named "&bKazı Kazan" from player's inventory
        chance of 50%:
            execute console command "eco give %player% 1000000000"
            stop
        chance of 10%:
            execute console command "eco give %player% 5000000000"
            stop
        chance of 2%:
            execute console command "eco give %player% 50000000000"
            stop
        chance of 5%:
            execute console command "eco give %player% 20000000000"
            stop
        chance of 10%:
            execute console command "eco give %player% 10000000000"
            stop
 
command /kazıkazan:
        trigger:
                if player's balance is bigger than 4999999999:
                give a paper named "&bKazı Kazan" to player
                execute console command "eco take %player% 5000000000"
                else if player's balance is less than 5000000000:
                send "&cYeterli paran yok." to player
Hata görüntüleri de şöyle:
jp.PNG

Yardımcı olabilirseniz çok sevinirim :)
 
Son düzenleme:
Oyuncunun elde edebileceği para miktarını aşmışsın Essentials'a girip max parayı yükselt
 
Kod:
on rightclick with paper:
    if tool's name is "&bKazı Kazan":
        remove a paper named "&bKazı Kazan" from player's inventory
        chance of 50%:
            execute console command "eco give %player% 1000000000"
            stop
        chance of 10%:
            execute console command "eco give %player% 5000000000"
            stop
        chance of 2%:
            execute console command "eco give %player% 50000000000"
            stop
        chance of 5%:
            execute console command "eco give %player% 20000000000"
            stop
        chance of 10%:
            execute console command "eco give %player% 10000000000"
            stop
 
command /kazıkazan:
    trigger:
        if player's balance is bigger than 4999999999:
            give a paper named "&bKazı Kazan" to player
            execute console command "eco take %player% 5000000000"
        else:
            send "&cYeterli paran yok." to player
Ben bir kazı kazan skripti arıyordum internette bir skript buldum ama bir miktar para karşılığında yapılmasını istiyorum kendime göre bir şeyler yapmaya çalıştım ama sürekli hata veriyor yardımcı olurmusunuz?

Kod:
on rightclick with paper:
    if tool's name is "&bKazı Kazan":
        remove a paper named "&bKazı Kazan" from player's inventory
        chance of 50%:
            execute console command "eco give %player% 1000000000"
            stop
        chance of 10%:
            execute console command "eco give %player% 5000000000"
            stop
        chance of 2%:
            execute console command "eco give %player% 50000000000"
            stop
        chance of 5%:
            execute console command "eco give %player% 20000000000"
            stop
        chance of 10%:
            execute console command "eco give %player% 10000000000"
            stop
 
command /kazıkazan:
        trigger:
                if player's balance is bigger than 4999999999:
                give a paper named "&bKazı Kazan" to player
                execute console command "eco take %player% 5000000000"
                else if player's balance is less than 5000000000:
                send "&cYeterli paran yok." to player
Hata görüntüleri de şöyle:

Yardımcı olabilirseniz çok sevinirim :)
böyle deneyin birde. hata vericeğini sanmıyorum.
 
Kod:
on rightclick with paper:
    if tool's name is "&bKazı Kazan":
        remove a paper named "&bKazı Kazan" from player's inventory
        chance of 50%:
            execute console command "eco give %player% 1000000000"
            stop
        chance of 10%:
            execute console command "eco give %player% 5000000000"
            stop
        chance of 2%:
            execute console command "eco give %player% 50000000000"
            stop
        chance of 5%:
            execute console command "eco give %player% 20000000000"
            stop
        chance of 10%:
            execute console command "eco give %player% 10000000000"
            stop

command /kazıkazan:
    trigger:
        if player's balance is bigger than 4999999999:
            give a paper named "&bKazı Kazan" to player
            execute console command "eco take %player% 5000000000"
        else:
            send "&cYeterli paran yok." to player

böyle deneyin birde. hata vericeğini sanmıyorum.
tamamdır teşekkürler çalıştı.
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst