Çözüldü Bitcoin Skript'i - Alımı Sınırlama

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

Witchery

Fırında Isıttığım İlk Taş
Katılım
12 Temmuz 2015
Mesajlar
79
Elmaslar
45
Puan
13.520
Yaş
27
Konum
Bursa
Minecraft
witcharon

Discord:

witcharon

Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.


Max 20 Adet Bitcoin alınmasını istiyorum, nasıl yapabilirim? Tahminimce ;

if arg-1 is "al":
if player's balance is greater than or equal to {bitcoin::bcpara}:
remove {bitcoin::bcpara} from player's balance
add 1 to {bitcoinbakiye::%player%}
Kısmını 20 'ye geldiğinde Maximum bitcoin miktarına ulaştınız yazacak.
 
Kod:
options:
    p: &6BitCoin &8»&f # &8» işareti ile sonraki renk kodu arasında boşluk bırakma!
    degismesaati: 3
aliases:
    bitcoinmenuesyasi = 175 # buraya bitcoinin menüdeki itemini girin
command /bitcoin [<text>] [<int>] [<int>]:
    trigger:
        if arg-1 isn't set:
            invoke "bitcoin-menu" from player
        if arg-1 is "al":
            if player's balance is greater than or equal to {bitcoin::bcpara}:
                if {bitcoinbakiye::%player%} greater than or equal to 20:
                    remove {bitcoin::bcpara} from player's balance
                    add 1 to {bitcoinbakiye::%player%}
                    if player's balance is greater than or equal to {bitcoin::bcpara}:
                        set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &cSatılamaz!"
                        set slot 0 of player's current inventory to bitcoinmenuesyasi of unbreaking 1 named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK"
                        if {bitcoinbakiye::%player%} is bigger than or equal to 1:
                            set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &aSatılabilir!"
                            set slot 8 of player's current inventory to bitcoinmenuesyasi of unbreaking 1 named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
                        else:
                            set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &cSatılamaz!"
                            set slot 8 of player's current inventory to bitcoinmenuesyasi named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
                    else:
                        set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &cAlınamaz!||&fBitCoin &aSatılabilir!"
                        set slot 0 of player's current inventory to bitcoinmenuesyasi named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK"
                        if {bitcoinbakiye::%player%} is smaller than 1:
                            set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &cAlınamaz!||&fBitCoin &cSatılamaz!"
                            set slot 8 of player's current inventory to bitcoinmenuesyasi named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
                    send "{@p} Hesabınızdan %{bitcoin::bcpara}% kesilerek 1 adet BitCoin satın aldınız, şuanda sizde %{bitcoinbakiye::%player%}% BitCoin var!"
                else:
                    send "{@p} &cÜzgünüm, BitCoin almak için yeterli paraya sahip değilsiniz. daha %({bitcoin::bcpara} - player's money)%OK'a ihtiyacın var!"
                    close player's inventory
            else:
                send ""
        else if arg-1 is "sat":
            if {bitcoinbakiye::%player%} is bigger than or equal to 1:
                remove 1 from {bitcoinbakiye::%player%}
                add {bitcoin::bcpara} to player's balance
                if player's balance is greater than or equal to {bitcoin::bcpara}:
                    set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &cSatılamaz!"
                    set slot 0 of player's current inventory to bitcoinmenuesyasi of unbreaking 1 named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK"
                    if {bitcoinbakiye::%player%} is bigger than or equal to 1:
                        set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &aSatılabilir!"
                        set slot 8 of player's current inventory to bitcoinmenuesyasi of unbreaking 1 named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
                    else:
                        set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &cSatılamaz!"
                        set slot 8 of player's current inventory to bitcoinmenuesyasi named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
                else:
                    set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &cAlınamaz!||&fBitCoin &aSatılabilir!"
                    set slot 0 of player's current inventory to bitcoinmenuesyasi named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK"
                    if {bitcoinbakiye::%player%} is smaller than 1:
                        set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &cAlınamaz!||&fBitCoin &cSatılamaz!"
                        set slot 8 of player's current inventory to bitcoinmenuesyasi named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
                send "{@p} 1 adet BitCoin sattın ve %{bitcoin::bcpara}% kazandın, hesabında şuan %{bitcoinbakiye::%player%}% BitCoin kaldı."
            else:
                send "{@p} &cBitCoin satmak için en az 1 adet BitCoinin olması gerekiyor."
                close player's inventory
        else if arg-1 is "değer" or "deger":
            if player has the permission "sk.admin":
                if arg-2 is set:
                    set {bitcoin::bcpara} to arg-2
                    send "{@p} BitCoin borsa değeri %arg-2% olarak ayarlandı."
                    delete holo object "bitcoin"
                    create holo object "&8&l&m----------------------------;{@p} Borsa Değeri » &a%{bitcoin::bcpara}%&eOK;{@p} Değerin değişmesine » &e%{bitcoin::bcsaat}%&asaat &e%{bitcoin::bcdakika}%&adakika &fkaldı;&b&oTıkla&b &ove&b &oBitCoin&b &omenüsünü&b &oaç!;&8&l&m----------------------------" with id "bitcoin" at {bitcoin::bclocation}
                else:
                    send "{@p} Kullanım » /BitCoin değer <değer>"
            else:
                send "{@p} &cÜzgünüm, bu komutu kullanmak için gerekli yetkiye sahip değilsiniz."
        else if arg-1 is "holo" or "hologram":
            if player has the permission "sk.admin":
                delete holo object "bitcoin"
                create holo object "&8&l&m----------------------------;{@p} Borsa Değeri » &a%{bitcoin::bcpara}%&eOK;{@p} Değerin değişmesine » &e%{bitcoin::bcsaat}%&asaat &e%{bitcoin::bcdakika}%&adakika &fkaldı;&b&oTıkla&b &ove&b &oBitCoin&b &omenüsünü&b &oaç!;&8&l&m----------------------------" with id "bitcoin" at player's location
                set {bitcoin::bclocation} to player's location
                set {bitcoin::bcsaat} to {@degismesaati} - 1
                set {bitcoin::bcdakika} to 59
                send "{@p} Hologram oluşturuldu, önceki hologram (varsa) silindi." to player
                send "{@p} Lütfen hologramın çalışması için skripte relaod atın." to player
            else:
                send "{@p} &cÜzgünüm, bu komutu kullanmak için gerekli yetkiye sahip değilsiniz."
        else if arg-1 is "holosil" or "hologramsil":
            if player has the permission "sk.admin":
                delete holo object "bitcoin"
                delete {bitcoin::bclocation}
                delete {bitcoin::bcsaat}
                delete {bitcoin::bcdakika}
                send "{@p} Hologram silindi." to player
                send "{@p} Lütfen hologramın çalışmaması için skripte relaod atın." to player
            else:
                send "{@p} &cÜzgünüm, bu komutu kullanmak için gerekli yetkiye sahip değilsiniz."
        else if arg-1 is "sure" or "süre":
            if player has the permission "sk.admin":
                if arg-2 is set:
                    if arg-3 is set:
                        set {bitcoin::bcsaat} to arg-2
                        set {bitcoin::bcdakika} to arg-3
                        broadcast "{@p} Yetkili %player% BitCoin değerinin değişme süresini %arg-2%:%arg-3% olarak ayarladı."
                        delete holo object "bitcoin"
                        create holo object "&8&l&m----------------------------;{@p} Borsa Değeri » &a%{bitcoin::bcpara}%&eOK;{@p} Değerin değişmesine » &e%{bitcoin::bcsaat}%&asaat &e%{bitcoin::bcdakika}%&adakika &fkaldı;&b&oTıkla&b &ove&b &oBitCoin&b &omenüsünü&b &oaç!;&8&l&m----------------------------" with id "bitcoin" at {bitcoin::bclocation}
                    else:
                        send "{@p} Kullanım » /BitCoin süre <saat> <dakika>"
                else:
                    send "{@p} Kullanım » /BitCoin süre <saat> <dakika>"
            else:
                send "{@p} &cÜzgünüm, bu komutu kullanmak için gerekli yetkiye sahip değilsiniz."
        else:
            invoke "bitcoin-menu" from player
on load:
    set {bitcoin::bcpara} to random integer between 5000 and 15000
    broadcast "{@p} BitCoin değeri skript yüklendiği için otomatik olarak yeniden ayarlandı"
    broadcast "{@p} Borsa değeri » &c%{bitcoin::bcpara}%"
    invoke "ypmc"
    
    if {bitcoin::bclocation} is set:
        delete holo object "bitcoin"
        create holo object "&8&l&m----------------------------;{@p} Borsa Değeri » &a%{bitcoin::bcpara}%&eOK;{@p} Değerin değişmesine » &e%{bitcoin::bcsaat}%&asaat &e%{bitcoin::bcdakika}%&adakika &fkaldı;&b&oTıkla&b &ove&b &oBitCoin&b &omenüsünü&b &oaç!;&8&l&m----------------------------" with id "bitcoin" at {bitcoin::bclocation}
        set {bitcoin::bcsaat} to {@degismesaati} - 1
        set {bitcoin::bcdakika} to 59
        while {bitcoin::bcsaat} is bigger than -1:
            if {bitcoin::bclocation} is set:
                remove 1 from {bitcoin::bcdakika}
                delete holo object "bitcoin"
                create holo object "&8&l&m----------------------------;{@p} Borsa Değeri » &a%{bitcoin::bcpara}%&eOK;{@p} Değerin değişmesine » &e%{bitcoin::bcsaat}%&asaat &e%{bitcoin::bcdakika}%&adakika &fkaldı;&b&oTıkla&b &ove&b &oBitCoin&b &omenüsünü&b &oaç!;&8&l&m----------------------------" with id "bitcoin" at {bitcoin::bclocation}
                if {bitcoin::bcdakika} is smaller than or equal to 0:
                    remove 1 from {bitcoin::bcsaat}
                    set {bitcoin::bcdakika} to 59
                    delete holo object "bitcoin"
                    create holo object "&8&l&m----------------------------;{@p} Borsa Değeri » &a%{bitcoin::bcpara}%&eOK;{@p} Değerin değişmesine » &e%{bitcoin::bcsaat}%&asaat &e%{bitcoin::bcdakika}%&adakika &fkaldı;&b&oTıkla&b &ove&b &oBitCoin&b &omenüsünü&b &oaç!;&8&l&m----------------------------" with id "bitcoin" at {bitcoin::bclocation}
                    if {bitcoin::bcsaat} is -1:
                        set {bitcoin::bcsaat} to {@degismesaati} - 1
                        set {bitcoin::bcdakika} to 59
                        set {bitcoin::bcpara} to random integer between 5000 and 15000
                        broadcast "{@p} BitCoin değeri otomatik olarak yeniden ayarlandı"
                        broadcast "{@p} Borsa değeri » &c%{bitcoin::bcpara}%"
                        invoke "ypmc"
                        send "{@p} %{bitcoin::bcypmc}%" to console
                        delete holo object "bitcoin"
                        create holo object "&8&l&m----------------------------;{@p} Borsa Değeri » &a%{bitcoin::bcpara}%&eOK;{@p} Değerin değişmesine » &e%{bitcoin::bcsaat}%&asaat &e%{bitcoin::bcdakika}%&adakika &fkaldı;&b&oTıkla&b &ove&b &oBitCoin&b &omenüsünü&b &oaç!;&8&l&m----------------------------" with id "bitcoin" at {bitcoin::bclocation}
            wait 1 minute
on hologram click:
    if event-string is "bitcoin":
        invoke "bitcoin-menu" from player
sub "bitcoin-menu":
    open virtual chest with size 1 named "&6&lBitCoin" to parameter-1
    if parameter-1's balance is bigger than or equal to {bitcoin::bcpara}:
        format gui slot 0 of parameter-1 with bitcoinmenuesyasi of unbreaking 1 named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK" to run parameter-1 command "/bitcoin al"
    if parameter-1's balance is smaller than {bitcoin::bcpara}:
        format gui slot 0 of parameter-1 with bitcoinmenuesyasi named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK" to run parameter-1 command "/bitcoin al"
    format gui slot 4 of parameter-1 with compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%parameter-1%}%" to nothing
    if {bitcoinbakiye::%parameter-1%} is bigger than or equal to 1:
        format gui slot 8 of parameter-1 with bitcoinmenuesyasi of unbreaking 1 named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK" to run parameter-1 command "/bitcoin sat"
    if {bitcoinbakiye::%parameter-1%} is smaller than 1:
        format gui slot 8 of parameter-1 with bitcoinmenuesyasi named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK" to run parameter-1 command "/bitcoin sat"
    if parameter-1's balance is greater than or equal to {bitcoin::bcpara}:
        set slot 4 of parameter-1's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%parameter-1%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &cSatılamaz!"
        set slot 0 of parameter-1's current inventory to bitcoinmenuesyasi of unbreaking 1 named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK"
        if {bitcoinbakiye::%parameter-1%} is bigger than or equal to 1:
            set slot 4 of parameter-1's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%parameter-1%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &aSatılabilir!"
            set slot 8 of parameter-1's current inventory to bitcoinmenuesyasi of unbreaking 1 named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
        else:
            set slot 4 of parameter-1's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%parameter-1%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &cSatılamaz!"
            set slot 8 of parameter-1's current inventory to bitcoinmenuesyasi named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
    if parameter-1's balance is smaller than {bitcoin::bcpara}:
        set slot 4 of parameter-1's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%parameter-1%}%||&fDurum;||&fBitCoin &cAlınamaz!||&fBitCoin &aSatılabilir!"
        set slot 0 of parameter-1's current inventory to bitcoinmenuesyasi named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK"
        if {bitcoinbakiye::%parameter-1%} is smaller than 1:
            set slot 4 of parameter-1's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%parameter-1%}%||&fDurum;||&fBitCoin &cAlınamaz!||&fBitCoin &cSatılamaz!"
            set slot 8 of parameter-1's current inventory to bitcoinmenuesyasi named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
Denemedim.
 
Kod:
options:
    p: &6BitCoin &8»&f # &8» işareti ile sonraki renk kodu arasında boşluk bırakma!
    degismesaati: 3
aliases:
    bitcoinmenuesyasi = 175 # buraya bitcoinin menüdeki itemini girin
command /bitcoin [<text>] [<int>] [<int>]:
    trigger:
        if arg-1 isn't set:
            invoke "bitcoin-menu" from player
        if arg-1 is "al":
            if player's balance is greater than or equal to {bitcoin::bcpara}:
                if {bitcoinbakiye::%player%} greater than or equal to 20:
                    remove {bitcoin::bcpara} from player's balance
                    add 1 to {bitcoinbakiye::%player%}
                    if player's balance is greater than or equal to {bitcoin::bcpara}:
                        set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &cSatılamaz!"
                        set slot 0 of player's current inventory to bitcoinmenuesyasi of unbreaking 1 named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK"
                        if {bitcoinbakiye::%player%} is bigger than or equal to 1:
                            set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &aSatılabilir!"
                            set slot 8 of player's current inventory to bitcoinmenuesyasi of unbreaking 1 named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
                        else:
                            set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &cSatılamaz!"
                            set slot 8 of player's current inventory to bitcoinmenuesyasi named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
                    else:
                        set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &cAlınamaz!||&fBitCoin &aSatılabilir!"
                        set slot 0 of player's current inventory to bitcoinmenuesyasi named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK"
                        if {bitcoinbakiye::%player%} is smaller than 1:
                            set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &cAlınamaz!||&fBitCoin &cSatılamaz!"
                            set slot 8 of player's current inventory to bitcoinmenuesyasi named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
                    send "{@p} Hesabınızdan %{bitcoin::bcpara}% kesilerek 1 adet BitCoin satın aldınız, şuanda sizde %{bitcoinbakiye::%player%}% BitCoin var!"
                else:
                    send "{@p} &cÜzgünüm, BitCoin almak için yeterli paraya sahip değilsiniz. daha %({bitcoin::bcpara} - player's money)%OK'a ihtiyacın var!"
                    close player's inventory
            else:
                send ""
        else if arg-1 is "sat":
            if {bitcoinbakiye::%player%} is bigger than or equal to 1:
                remove 1 from {bitcoinbakiye::%player%}
                add {bitcoin::bcpara} to player's balance
                if player's balance is greater than or equal to {bitcoin::bcpara}:
                    set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &cSatılamaz!"
                    set slot 0 of player's current inventory to bitcoinmenuesyasi of unbreaking 1 named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK"
                    if {bitcoinbakiye::%player%} is bigger than or equal to 1:
                        set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &aSatılabilir!"
                        set slot 8 of player's current inventory to bitcoinmenuesyasi of unbreaking 1 named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
                    else:
                        set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &cSatılamaz!"
                        set slot 8 of player's current inventory to bitcoinmenuesyasi named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
                else:
                    set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &cAlınamaz!||&fBitCoin &aSatılabilir!"
                    set slot 0 of player's current inventory to bitcoinmenuesyasi named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK"
                    if {bitcoinbakiye::%player%} is smaller than 1:
                        set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &cAlınamaz!||&fBitCoin &cSatılamaz!"
                        set slot 8 of player's current inventory to bitcoinmenuesyasi named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
                send "{@p} 1 adet BitCoin sattın ve %{bitcoin::bcpara}% kazandın, hesabında şuan %{bitcoinbakiye::%player%}% BitCoin kaldı."
            else:
                send "{@p} &cBitCoin satmak için en az 1 adet BitCoinin olması gerekiyor."
                close player's inventory
        else if arg-1 is "değer" or "deger":
            if player has the permission "sk.admin":
                if arg-2 is set:
                    set {bitcoin::bcpara} to arg-2
                    send "{@p} BitCoin borsa değeri %arg-2% olarak ayarlandı."
                    delete holo object "bitcoin"
                    create holo object "&8&l&m----------------------------;{@p} Borsa Değeri » &a%{bitcoin::bcpara}%&eOK;{@p} Değerin değişmesine » &e%{bitcoin::bcsaat}%&asaat &e%{bitcoin::bcdakika}%&adakika &fkaldı;&b&oTıkla&b &ove&b &oBitCoin&b &omenüsünü&b &oaç!;&8&l&m----------------------------" with id "bitcoin" at {bitcoin::bclocation}
                else:
                    send "{@p} Kullanım » /BitCoin değer <değer>"
            else:
                send "{@p} &cÜzgünüm, bu komutu kullanmak için gerekli yetkiye sahip değilsiniz."
        else if arg-1 is "holo" or "hologram":
            if player has the permission "sk.admin":
                delete holo object "bitcoin"
                create holo object "&8&l&m----------------------------;{@p} Borsa Değeri » &a%{bitcoin::bcpara}%&eOK;{@p} Değerin değişmesine » &e%{bitcoin::bcsaat}%&asaat &e%{bitcoin::bcdakika}%&adakika &fkaldı;&b&oTıkla&b &ove&b &oBitCoin&b &omenüsünü&b &oaç!;&8&l&m----------------------------" with id "bitcoin" at player's location
                set {bitcoin::bclocation} to player's location
                set {bitcoin::bcsaat} to {@degismesaati} - 1
                set {bitcoin::bcdakika} to 59
                send "{@p} Hologram oluşturuldu, önceki hologram (varsa) silindi." to player
                send "{@p} Lütfen hologramın çalışması için skripte relaod atın." to player
            else:
                send "{@p} &cÜzgünüm, bu komutu kullanmak için gerekli yetkiye sahip değilsiniz."
        else if arg-1 is "holosil" or "hologramsil":
            if player has the permission "sk.admin":
                delete holo object "bitcoin"
                delete {bitcoin::bclocation}
                delete {bitcoin::bcsaat}
                delete {bitcoin::bcdakika}
                send "{@p} Hologram silindi." to player
                send "{@p} Lütfen hologramın çalışmaması için skripte relaod atın." to player
            else:
                send "{@p} &cÜzgünüm, bu komutu kullanmak için gerekli yetkiye sahip değilsiniz."
        else if arg-1 is "sure" or "süre":
            if player has the permission "sk.admin":
                if arg-2 is set:
                    if arg-3 is set:
                        set {bitcoin::bcsaat} to arg-2
                        set {bitcoin::bcdakika} to arg-3
                        broadcast "{@p} Yetkili %player% BitCoin değerinin değişme süresini %arg-2%:%arg-3% olarak ayarladı."
                        delete holo object "bitcoin"
                        create holo object "&8&l&m----------------------------;{@p} Borsa Değeri » &a%{bitcoin::bcpara}%&eOK;{@p} Değerin değişmesine » &e%{bitcoin::bcsaat}%&asaat &e%{bitcoin::bcdakika}%&adakika &fkaldı;&b&oTıkla&b &ove&b &oBitCoin&b &omenüsünü&b &oaç!;&8&l&m----------------------------" with id "bitcoin" at {bitcoin::bclocation}
                    else:
                        send "{@p} Kullanım » /BitCoin süre <saat> <dakika>"
                else:
                    send "{@p} Kullanım » /BitCoin süre <saat> <dakika>"
            else:
                send "{@p} &cÜzgünüm, bu komutu kullanmak için gerekli yetkiye sahip değilsiniz."
        else:
            invoke "bitcoin-menu" from player
on load:
    set {bitcoin::bcpara} to random integer between 5000 and 15000
    broadcast "{@p} BitCoin değeri skript yüklendiği için otomatik olarak yeniden ayarlandı"
    broadcast "{@p} Borsa değeri » &c%{bitcoin::bcpara}%"
    invoke "ypmc"
   
    if {bitcoin::bclocation} is set:
        delete holo object "bitcoin"
        create holo object "&8&l&m----------------------------;{@p} Borsa Değeri » &a%{bitcoin::bcpara}%&eOK;{@p} Değerin değişmesine » &e%{bitcoin::bcsaat}%&asaat &e%{bitcoin::bcdakika}%&adakika &fkaldı;&b&oTıkla&b &ove&b &oBitCoin&b &omenüsünü&b &oaç!;&8&l&m----------------------------" with id "bitcoin" at {bitcoin::bclocation}
        set {bitcoin::bcsaat} to {@degismesaati} - 1
        set {bitcoin::bcdakika} to 59
        while {bitcoin::bcsaat} is bigger than -1:
            if {bitcoin::bclocation} is set:
                remove 1 from {bitcoin::bcdakika}
                delete holo object "bitcoin"
                create holo object "&8&l&m----------------------------;{@p} Borsa Değeri » &a%{bitcoin::bcpara}%&eOK;{@p} Değerin değişmesine » &e%{bitcoin::bcsaat}%&asaat &e%{bitcoin::bcdakika}%&adakika &fkaldı;&b&oTıkla&b &ove&b &oBitCoin&b &omenüsünü&b &oaç!;&8&l&m----------------------------" with id "bitcoin" at {bitcoin::bclocation}
                if {bitcoin::bcdakika} is smaller than or equal to 0:
                    remove 1 from {bitcoin::bcsaat}
                    set {bitcoin::bcdakika} to 59
                    delete holo object "bitcoin"
                    create holo object "&8&l&m----------------------------;{@p} Borsa Değeri » &a%{bitcoin::bcpara}%&eOK;{@p} Değerin değişmesine » &e%{bitcoin::bcsaat}%&asaat &e%{bitcoin::bcdakika}%&adakika &fkaldı;&b&oTıkla&b &ove&b &oBitCoin&b &omenüsünü&b &oaç!;&8&l&m----------------------------" with id "bitcoin" at {bitcoin::bclocation}
                    if {bitcoin::bcsaat} is -1:
                        set {bitcoin::bcsaat} to {@degismesaati} - 1
                        set {bitcoin::bcdakika} to 59
                        set {bitcoin::bcpara} to random integer between 5000 and 15000
                        broadcast "{@p} BitCoin değeri otomatik olarak yeniden ayarlandı"
                        broadcast "{@p} Borsa değeri » &c%{bitcoin::bcpara}%"
                        invoke "ypmc"
                        send "{@p} %{bitcoin::bcypmc}%" to console
                        delete holo object "bitcoin"
                        create holo object "&8&l&m----------------------------;{@p} Borsa Değeri » &a%{bitcoin::bcpara}%&eOK;{@p} Değerin değişmesine » &e%{bitcoin::bcsaat}%&asaat &e%{bitcoin::bcdakika}%&adakika &fkaldı;&b&oTıkla&b &ove&b &oBitCoin&b &omenüsünü&b &oaç!;&8&l&m----------------------------" with id "bitcoin" at {bitcoin::bclocation}
            wait 1 minute
on hologram click:
    if event-string is "bitcoin":
        invoke "bitcoin-menu" from player
sub "bitcoin-menu":
    open virtual chest with size 1 named "&6&lBitCoin" to parameter-1
    if parameter-1's balance is bigger than or equal to {bitcoin::bcpara}:
        format gui slot 0 of parameter-1 with bitcoinmenuesyasi of unbreaking 1 named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK" to run parameter-1 command "/bitcoin al"
    if parameter-1's balance is smaller than {bitcoin::bcpara}:
        format gui slot 0 of parameter-1 with bitcoinmenuesyasi named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK" to run parameter-1 command "/bitcoin al"
    format gui slot 4 of parameter-1 with compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%parameter-1%}%" to nothing
    if {bitcoinbakiye::%parameter-1%} is bigger than or equal to 1:
        format gui slot 8 of parameter-1 with bitcoinmenuesyasi of unbreaking 1 named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK" to run parameter-1 command "/bitcoin sat"
    if {bitcoinbakiye::%parameter-1%} is smaller than 1:
        format gui slot 8 of parameter-1 with bitcoinmenuesyasi named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK" to run parameter-1 command "/bitcoin sat"
    if parameter-1's balance is greater than or equal to {bitcoin::bcpara}:
        set slot 4 of parameter-1's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%parameter-1%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &cSatılamaz!"
        set slot 0 of parameter-1's current inventory to bitcoinmenuesyasi of unbreaking 1 named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK"
        if {bitcoinbakiye::%parameter-1%} is bigger than or equal to 1:
            set slot 4 of parameter-1's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%parameter-1%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &aSatılabilir!"
            set slot 8 of parameter-1's current inventory to bitcoinmenuesyasi of unbreaking 1 named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
        else:
            set slot 4 of parameter-1's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%parameter-1%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &cSatılamaz!"
            set slot 8 of parameter-1's current inventory to bitcoinmenuesyasi named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
    if parameter-1's balance is smaller than {bitcoin::bcpara}:
        set slot 4 of parameter-1's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%parameter-1%}%||&fDurum;||&fBitCoin &cAlınamaz!||&fBitCoin &aSatılabilir!"
        set slot 0 of parameter-1's current inventory to bitcoinmenuesyasi named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK"
        if {bitcoinbakiye::%parameter-1%} is smaller than 1:
            set slot 4 of parameter-1's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%parameter-1%}%||&fDurum;||&fBitCoin &cAlınamaz!||&fBitCoin &cSatılamaz!"
            set slot 8 of parameter-1's current inventory to bitcoinmenuesyasi named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
Denemedim.
1541941747495.png
 
Buyrun

Kod:
if arg-1 is "al":
    if {bitcoinbakiye::%player%} <= 20:
        if player's balance is greater than or equal to {bitcoin::bcpara}:
            remove {bitcoin::bcpara} from player's balance
            add 1 to {bitcoinbakiye::%player%}
    else:
        send "&eMaksimum bitcoin miktarına eriştiniz, daha fazla alınamaz."
 
Buyrun

Kod:
if arg-1 is "al":
    if {bitcoinbakiye::%player%} <= 20:
        if player's balance is greater than or equal to {bitcoin::bcpara}:
            remove {bitcoin::bcpara} from player's balance
            add 1 to {bitcoinbakiye::%player%}
    else:
        send "&eMaksimum bitcoin miktarına eriştiniz, daha fazla alınamaz."
Bunu nereye eklemeliyim
Gönderi otomatik olarak birleştirildi:

Kod:
if arg-1 is "al":
            if {bitcoinbakiye::%player%} <= 19:
                if player's balance is greater than or equal to {bitcoin::bcpara}:
                    remove {bitcoin::bcpara} from player's balance
                    add 1 to {bitcoinbakiye::%player%}
                else:
                    send "&eMaksimum bitcoin miktarına eriştiniz, daha fazla alınamaz."
                if player's balance is greater than or equal to {bitcoin::bcpara}:
                    set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &cSatılamaz!"
                    set slot 0 of player's current inventory to bitcoinmenuesyasi of unbreaking 1 named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK"
                    if {bitcoinbakiye::%player%} is bigger than or equal to 1:
                        set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &aSatılabilir!"
                        set slot 8 of player's current inventory to bitcoinmenuesyasi of unbreaking 1 named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
                    else:
                        set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &cSatılamaz!"
                        set slot 8 of player's current inventory to bitcoinmenuesyasi named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
                else:
                    set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &cAlınamaz!||&fBitCoin &aSatılabilir!"
                    set slot 0 of player's current inventory to bitcoinmenuesyasi named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK"
                    if {bitcoinbakiye::%player%} is smaller than 1:
                        set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &cAlınamaz!||&fBitCoin &cSatılamaz!"
                        set slot 8 of player's current inventory to bitcoinmenuesyasi named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
                send "{@p} Hesabınızdan %{bitcoin::bcpara}% kesilerek 1 adet BitCoin satın aldınız, şuanda sizde %{bitcoinbakiye::%player%}% BitCoin var!"
            else:
                send "{@p} &cÜzgünüm, BitCoin almak için yeterli paraya sahip değilsiniz. daha %({bitcoin::bcpara} - player's money)%OK'a ihtiyacın var!"

Çalışıyor fakat şu hatayı vermekte;

1541962827261.png
 
Son düzenleme:
Kod:
if arg-1 is "al":
            if {bitcoinbakiye::%player%} is "20":
                send "&e[&c!&e] &cMaksimum bitcoin miktarına eriştiniz, daha fazla bitcoin alınamaz."
            else:
                if player's balance is greater than or equal to {bitcoin::bcpara}:
                    remove {bitcoin::bcpara} from player's balance
                    add 1 to {bitcoinbakiye::%player%}
                else:
                    send "{@p} &cÜzgünüm, BitCoin almak için yeterli paraya sahip değilsiniz. daha %({bitcoin::bcpara} - player's money)%OK'a ihtiyacın var!"
                if player's balance is greater than or equal to {bitcoin::bcpara}:
                    set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &cSatılamaz!"
                    set slot 0 of player's current inventory to bitcoinmenuesyasi of unbreaking 1 named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK"
                    if {bitcoinbakiye::%player%} is bigger than or equal to 1:
                        set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &aSatılabilir!"
                        set slot 8 of player's current inventory to bitcoinmenuesyasi of unbreaking 1 named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
                    else:
                        set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &cSatılamaz!"
                        set slot 8 of player's current inventory to bitcoinmenuesyasi named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
                else:
                    set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &cAlınamaz!||&fBitCoin &aSatılabilir!"
                    set slot 0 of player's current inventory to bitcoinmenuesyasi named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK"
                    if {bitcoinbakiye::%player%} is smaller than 1:
                        set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &cAlınamaz!||&fBitCoin &cSatılamaz!"
                        set slot 8 of player's current inventory to bitcoinmenuesyasi named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
                        send "{@p} Hesabınızdan %{bitcoin::bcpara}% kesilerek 1 adet BitCoin satın aldınız, şuanda sizde %{bitcoinbakiye::%player%}% BitCoin var!"
 
Son düzenleme:
Kod:
if arg-1 is "al":
            if {bitcoinbakiye::%player%} is "20":
                send "&e[&c!&e] &cMaksimum bitcoin miktarına eriştiniz, daha fazla bitcoin alınamaz."
            else:
                if player's balance is greater than or equal to {bitcoin::bcpara}:
                    remove {bitcoin::bcpara} from player's balance
                    add 1 to {bitcoinbakiye::%player%}
                else:
                    send "{@p} &cÜzgünüm, BitCoin almak için yeterli paraya sahip değilsiniz. daha %({bitcoin::bcpara} - player's money)%OK'a ihtiyacın var!"
                if player's balance is greater than or equal to {bitcoin::bcpara}:
                    set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &cSatılamaz!"
                    set slot 0 of player's current inventory to bitcoinmenuesyasi of unbreaking 1 named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK"
                    if {bitcoinbakiye::%player%} is bigger than or equal to 1:
                        set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &aSatılabilir!"
                        set slot 8 of player's current inventory to bitcoinmenuesyasi of unbreaking 1 named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
                    else:
                        set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &aAlınabilir!||&fBitCoin &cSatılamaz!"
                        set slot 8 of player's current inventory to bitcoinmenuesyasi named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
                else:
                    set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &cAlınamaz!||&fBitCoin &aSatılabilir!"
                    set slot 0 of player's current inventory to bitcoinmenuesyasi named "{@p} Satın Al" with lore "&a%{bitcoin::bcpara}%&eOK"
                    if {bitcoinbakiye::%player%} is smaller than 1:
                        set slot 4 of player's current inventory to compass named "{@p} Borsa Değeri" with lore "&a%{bitcoin::bcpara}%&eOK||&fHesabındaki BitCoin;||&a%{bitcoinbakiye::%player%}%||&fDurum;||&fBitCoin &cAlınamaz!||&fBitCoin &cSatılamaz!"
                        set slot 8 of player's current inventory to bitcoinmenuesyasi named "{@p} Satış Yap" with lore "&a%{bitcoin::bcpara}%&eOK"
                        send "{@p} Hesabınızdan %{bitcoin::bcpara}% kesilerek 1 adet BitCoin satın aldınız, şuanda sizde %{bitcoinbakiye::%player%}% BitCoin var!"
Sanırım tab hatası almaktayım,
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
ekleyip gönderme şansınız var mı?
 
if arg-1 is "al":
if {bitcoinbakiye::%player%} <= 20:
if player's balance is greater than or equal to {bitcoin::bcpara}:
remove {bitcoin::bcpara} from player's balance
add 1 to {bitcoinbakiye::%player%}
else:
send "&dMaksimum bitcoin miktarına eriştiniz, daha fazla alınamaz."
 
koda entegre edip paylaşma şansınız yok mu?
 
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