Bulundu Çoklu alım

  • Konuyu Başlatan Konuyu Başlatan MuratOkur
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 1.413
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

MuratOkur

Odunlara Vur Vur Vur!
Katılım
3 Mayıs 2021
Mesajlar
26
Elmaslar
4
Puan
85
Yaş
20
Minecraft
xMuratOKR

Discord:

xMuratOKR#9745

Kod:
variables:
    {borsa::bitcoin} = 5000000000000
    {borsa::bitcoin::%player%} = 0

options:
    prefix: &6&lSKYBLOCK &8►       

command /bitcoin [<text>] [<number>]:
    trigger:
        if arg 1 is not set:
            send "{@prefix} &eHesabında anlık olarak, &d%{borsa::bitcoin::%player%}% &eBitcoin var."
        if arg 1 is "çek":
            if arg 2 is set:
                if arg 2 < {borsa::bitcoin::%player%}:
                    remove arg 2 from {borsa::bitcoin::%player%}
                    set {_sonuç::%player%} to arg 2 * {borsa::bitcoin}
                    execute console command "eco give %player% %{_sonuç::%player%}%"
                else if arg 2 = {borsa::bitcoin::%player%}:
                    remove arg 2 from {borsa::bitcoin::%player%}
                    set {_sonuç::%player%} to arg 2 * {borsa::bitcoin}
                    execute console command "eco give %player% %{_sonuç::%player%}%"
                else:
                    send "{@prefix} &eMaalesef, hesabında yeterince Bitcoin yok!"
        if arg 1 is "yatır":
            if arg 2 is set:
                if player's balance is bigger than or equal to arg-2:
                    execute console command "eco take %player% %arg-2%"
                    set {_sonuç::%player%} to arg 2 / {borsa::bitcoin}
                    add {_sonuç::%player%} to {borsa::bitcoin::%player%}
                    send "{@prefix} &eHesabına, &d%{borsa::bitcoin::%player%}% &eBitcoin bulunuyor.."
                else:
                    send "{@prefix} &eMaalesef, yeterince paran yok."
                   
command /bitcoinver [<player>] [<int>]:
    permission: btc.admin
    trigger:
        arg-1 is set:
            if arg-2 is set:
                add arg-2 to {borsa::bitcoin::%arg 1%}
                send "&6&lSKYBLOCK &8► &d%arg-1% &eadlı oyuncunun hesabına &d%arg-2% &ebitcoin eklediniz."
            else:
                send "&eLütfen bitcoin miktarı giriniz."
        else:
            send "&eLütfen oyuncu ismi giriniz."

               
command /borsadminn [<text>] [<number>]:
    permission: op
    trigger:
        if arg 1 is "bitcoin":
            if arg 2 is set:
                set {borsa::bitcoin} to arg 2
                send "{@prefix} &eBitcoin anlık olarak; &d%{borsa::bitcoin}%TL"

every 90 minute:
    set {borsa::bitcoin} to a random integer between 3000000 and 8000000
    broadcast "{@prefix} &eBitcoin'in borsa değeri, &d%{borsa::bitcoin}%TL &eolmuştur."

merhaba bu skripti kullanıyorum /bitcoin yatır 200 diyince olmuyor yardım edermisiniz
 
Para mı kesmiyor veya bitcoin mi yatırmıyor ? hangi sorunla karşılaşıyorsunuz?
 
Skript versiyonuz nedir ? ve ek olarak para yatırmayı execute console command yerine add miktar to player's balance
 
JavaScript:
variables:
    {borsa::bitcoin} = 5000000000000
    {borsa::bitcoin::%player%} = 0

options:
    prefix: &6&lSKYBLOCK &8►       

command /bitcoin [<text>] [<number>]:
    trigger:
        if arg 1 is not set:
            send "{@prefix} &eHesabında anlık olarak, &d%{borsa::bitcoin::%player%}% &eBitcoin var."
        if arg 1 is "çek":
            if arg 2 is set:
                if arg 2 < {borsa::bitcoin::%player%}:
                    remove arg 2 from {borsa::bitcoin::%player%}
                    set {_sonuç::%player%} to arg 2 * {borsa::bitcoin}
                    execute console command "eco give %player% %{_sonuç::%player%}%"
                else if arg 2 = {borsa::bitcoin::%player%}:
                    remove arg 2 from {borsa::bitcoin::%player%}
                    set {_sonuç::%player%} to arg 2 * {borsa::bitcoin}
                    execute console command "eco give %player% %{_sonuç::%player%}%"
                else:
                    send "{@prefix} &eMaalesef, hesabında yeterince Bitcoin yok!"
        if arg 1 is "yatır":
            if arg 2 is set:
                if player's balance is bigger than or equal to arg-2:
                    remove arg-2 from player's money
                    add arg-2 to {borsa::bitcoin::%player%}
                    send "{@prefix} &eHesabına, &d%{borsa::bitcoin::%player%}% &eBitcoin bulunuyor.."
                else:
                    send "{@prefix} &eMaalesef, yeterince paran yok."
                  
command /bitcoinver [<player>] [<integer>]:
    permission: btc.admin
    trigger:
        arg-1 is set:
            if arg-2 is set:
                add arg-2 to {borsa::bitcoin::%arg 1%}
                send "&6&lSKYBLOCK &8► &d%arg-1% &eadlı oyuncunun hesabına &d%arg-2% &ebitcoin eklediniz."
            else:
                send "&eLütfen bitcoin miktarı giriniz."
        else:
            send "&eLütfen oyuncu ismi giriniz."

              
command /borsadminn [<text>] [<number>]:
    permission: op
    trigger:
        if arg 1 is "bitcoin":
            if arg 2 is set:
                set {borsa::bitcoin} to arg 2
                send "{@prefix} &eBitcoin anlık olarak; &d%{borsa::bitcoin}%TL"

every 90 minute:
    set {borsa::bitcoin} to a random integer between 3000000 and 8000000
    broadcast "{@prefix} &eBitcoin'in borsa değeri, &d%{borsa::bitcoin}%TL &eolmuştur."

Konu çözüldüyse belirtmeyi unutmayınız
İyi forumlar,​
 
JavaScript:
variables:
    {borsa::bitcoin} = 5000000000000
    {borsa::bitcoin::%player%} = 0

options:
    prefix: &6&lSKYBLOCK &8►      

command /bitcoin [<text>] [<number>]:
    trigger:
        if arg 1 is not set:
            send "{@prefix} &eHesabında anlık olarak, &d%{borsa::bitcoin::%player%}% &eBitcoin var."
        if arg 1 is "çek":
            if arg 2 is set:
                if arg 2 < {borsa::bitcoin::%player%}:
                    remove arg 2 from {borsa::bitcoin::%player%}
                    set {_sonuç::%player%} to arg 2 * {borsa::bitcoin}
                    execute console command "eco give %player% %{_sonuç::%player%}%"
                else if arg 2 = {borsa::bitcoin::%player%}:
                    remove arg 2 from {borsa::bitcoin::%player%}
                    set {_sonuç::%player%} to arg 2 * {borsa::bitcoin}
                    execute console command "eco give %player% %{_sonuç::%player%}%"
                else:
                    send "{@prefix} &eMaalesef, hesabında yeterince Bitcoin yok!"
        if arg 1 is "yatır":
            if arg 2 is set:
                if player's balance is bigger than or equal to arg-2:
                    remove arg-2 from player's money
                    add arg-2 to {borsa::bitcoin::%player%}
                    send "{@prefix} &eHesabına, &d%{borsa::bitcoin::%player%}% &eBitcoin bulunuyor.."
                else:
                    send "{@prefix} &eMaalesef, yeterince paran yok."
                 
command /bitcoinver [<player>] [<integer>]:
    permission: btc.admin
    trigger:
        arg-1 is set:
            if arg-2 is set:
                add arg-2 to {borsa::bitcoin::%arg 1%}
                send "&6&lSKYBLOCK &8► &d%arg-1% &eadlı oyuncunun hesabına &d%arg-2% &ebitcoin eklediniz."
            else:
                send "&eLütfen bitcoin miktarı giriniz."
        else:
            send "&eLütfen oyuncu ismi giriniz."

             
command /borsadminn [<text>] [<number>]:
    permission: op
    trigger:
        if arg 1 is "bitcoin":
            if arg 2 is set:
                set {borsa::bitcoin} to arg 2
                send "{@prefix} &eBitcoin anlık olarak; &d%{borsa::bitcoin}%TL"

every 90 minute:
    set {borsa::bitcoin} to a random integer between 3000000 and 8000000
    broadcast "{@prefix} &eBitcoin'in borsa değeri, &d%{borsa::bitcoin}%TL &eolmuştur."

Konu çözüldüyse belirtmeyi unutmayınız
İyi forumlar,​
oldu fakat bitcoin alınca 1tl kesiyo bitcoinin fiyatı başka
 
Anlamadım tam olarak hangi özellikleri istediğinizi yazarsanız yardımcı olabilirim.
 
Anlamadım tam olarak hangi özellikleri istediğinizi yazarsanız yardımcı olabilirim.
oldu ama 1tl ye bitcoin alınıyor bitcoinin değeri farklı
{borsa::bitcoin} bu veri bitcoinin değeri
 
1tl değilde
bitcoin yatır 50 diyom
50 tl alıyo öyle
 
Mesela /bitcoin yatır 50 yazınca 50 adet bitcoin alıcak ama bitcoin fiyatına yani 5000000000000 e ?
 
Mesela /bitcoin yatır 50 yazınca 50 adet bitcoin alıcak ama bitcoin fiyatına yani 5000000000000 e ?
bitcoin fiyatı değişiyor90 dakikada

every 90 minute:
set {borsa::bitcoin} to a random integer between 3000000 and 8000000
broadcast "{@prefix} &eBitcoin'in borsa değeri, &d%{borsa::bitcoin}%TL &eolmuştur."
 
yardım edicek yokmu
 
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