Skript Paylaşımı TeamHydline Run Coin Skript [GUI Destekli]

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

TeamHydline

Somon Balığı Selam Vermeye Geldi
Katılım
2 Ağustos 2019
Mesajlar
18
Elmaslar
7
Puan
0
Yaş
28

Discord:

Hydref #7222

Herkese Merhaba, Bu skript ile koştukça para kazanabilir, gelirinizi üst seviyelere taşıyabilirsiniz! /runcoin komudu ile menüyü açabilir, koştuğunuz mesafeyi görebilir, mesafelerinizi paraya çevirebilirsiniz.

runcoin3.png


runcoin1.png


Gui Desteği

runcoin2.png


Not : TuSKe, Vault ve Skript plugini yüklemelisiniz.



Sunumumuz bu kadar :)

Kod:
[/CENTER]
# RunCoin - Yapımcı : Zachugon
# İletişim: Zachugon#2047

options:
    mesafe: 0.3 # Her 1 adımda verilecek mesafe
    p: &3Runcoin &a>

On player sprint toggle:   
    add {@mesafe} to {runcoin::mesafe::%player%}


command /runcoin [<text>]:
    trigger:
        if arg-1 is "bilgi":
            bilgi(player)
        if arg-1 is not set:
            open virtual chest with size 3 named "&aRun&dCoin" to player
            format gui slot 4 of player with book named "&eParaya Çevir" to close then run function cevir(player)
            format gui slot 13 of player with skull of player named "&6Mesafen &7: %{runcoin::mesafe::%player%}%" to nothing
            format gui slot 22 of player with book named "&aBilgi" to close then run function bilgi(player)
            format gui slot 0 of player with gray stained glass pane named "" to nothing
            format gui slot 9 of player with gray stained glass pane named "" to nothing
            format gui slot 18 of player with gray stained glass pane named "" to nothing

            format gui slot 8 of player with gray stained glass pane named "" to nothing
            format gui slot 17 of player with gray stained glass pane named "" to nothing
            format gui slot 26 of player with gray stained glass pane named "" to nothing
               


function cevir(p: player):
    add {runcoin::mesafe::%{_p}%} to {_p}'s balance
    set {runcoin::mesafe::%{_p}%} to 0
    send "{@p} &7Mesafen paraya çevirildi, hesabına &a%{runcoin::mesafe::%{_p}%}%TL &7olarak yatırıldı." to {_p}

function bilgi(p: player):
    send "&7&m--- &aRuncoin &7&m---" to {_p}
    send "&eRuncoin sistemi ile koşarak para kazanabilirsiniz," to {_p}
    send "&eKat ettiğiniz mesafeyi paraya dönüştürebilirsiniz." to {_p}
    send "&7Komutlar;" to {_p}
    send "&e/runcoin &a- &bMenüyü açar." to {_p}
    send "&7&m--- &aRuncoin &7&m---" to {_p}
[CENTER]
Güncelleme getirildi,söylediğiniz buglar düzenlendi.En ufak hatalarda lütfen tekrar uğrayın :)
 
Son düzenleme:
Tuske guisi kullanmamışsınız :D
 
Tuske kullandık ama siz bilirsiniz.

Hala kullandık diyorsunuz alın size menü

JavaScript:
command /gui:
    permission: op
    trigger:
        open virtual chest with size 2 named "GUI Deneme" to player
        make gui slot 0 of player with stone named "hiçbir şey yapmaz" to nothing
        make gui slot 1 of player with stone named "Menüyü kapatır" to close
        make gui slot 2 of player with stone named "Bir sayı tuşuna basılı tutup" with lore "&ftıklanırsa menüyü kapatır" to close using number key
        make gui slot 3 of player with stone named "Oyuncuya /say Deneme" with lore "&fkomutunu kullandırır." to run player command "/say Deneme"
        make gui slot 4 of player with stone to run player command "/msg %player% Sağ" using right mouse button
        make gui slot 4 of player with stone named "Sağ tıklanırsa /say Sağ" with lore "&fSol tıklanırsa /say Sol||&fkomutunu kullandırır." to run player command "/msg %player% Sol" using left mouse button
        make gui slot 5 of player with stone named "Oyuncuya /say Deneme" with lore "&fkomutunu kullandırır." to run player command "/say Deneme"
        make gui slot 6 of player with stone named "Oyuncuya ""*"" yetkisiyle" with lore "&f/say Deneme komutunu kullandırır." to run player command "/say Deneme" with permission "*"
        make gui slot 7 of player with stone named "Konsola /say Deneme" with lore "&fkomutunu kullandırır." to run console command "/say Selam"
        make gui slot 8 of player with stone named "deneme(player)" with lore "&ffonksiyonunu çalıştırır" to run function deneme(player)
        make gui slot 9 of player with stone named "Menüyü kapatır ve deneme(player)" with lore "&ffonksiyonunu çalıştırır" to close then run function deneme(player)
        make gui slot 10 of player with stone named "Taş tutarak tıklarsan" with lore "&fdeneme(player) fonksiyonunu çalıştırır" to run function deneme(player) with cursor stone
        make gui slot 11 of player with stone named "Sol tıklanınca envanteri kapatıp mesaj" with lore "&fgönderen skript kodu çalıştırır." to run using left mouse button:
            close player's inventory
            send "Başarılı!"

function deneme(p: player):
        send "GUI eşyasına tıkladın!" to {_p}
 
Hala kullandık diyorsunuz alın size menü

JavaScript:
command /gui:
    permission: op
    trigger:
        open virtual chest with size 2 named "GUI Deneme" to player
        make gui slot 0 of player with stone named "hiçbir şey yapmaz" to nothing
        make gui slot 1 of player with stone named "Menüyü kapatır" to close
        make gui slot 2 of player with stone named "Bir sayı tuşuna basılı tutup" with lore "&ftıklanırsa menüyü kapatır" to close using number key
        make gui slot 3 of player with stone named "Oyuncuya /say Deneme" with lore "&fkomutunu kullandırır." to run player command "/say Deneme"
        make gui slot 4 of player with stone to run player command "/msg %player% Sağ" using right mouse button
        make gui slot 4 of player with stone named "Sağ tıklanırsa /say Sağ" with lore "&fSol tıklanırsa /say Sol||&fkomutunu kullandırır." to run player command "/msg %player% Sol" using left mouse button
        make gui slot 5 of player with stone named "Oyuncuya /say Deneme" with lore "&fkomutunu kullandırır." to run player command "/say Deneme"
        make gui slot 6 of player with stone named "Oyuncuya ""*"" yetkisiyle" with lore "&f/say Deneme komutunu kullandırır." to run player command "/say Deneme" with permission "*"
        make gui slot 7 of player with stone named "Konsola /say Deneme" with lore "&fkomutunu kullandırır." to run console command "/say Selam"
        make gui slot 8 of player with stone named "deneme(player)" with lore "&ffonksiyonunu çalıştırır" to run function deneme(player)
        make gui slot 9 of player with stone named "Menüyü kapatır ve deneme(player)" with lore "&ffonksiyonunu çalıştırır" to close then run function deneme(player)
        make gui slot 10 of player with stone named "Taş tutarak tıklarsan" with lore "&fdeneme(player) fonksiyonunu çalıştırır" to run function deneme(player) with cursor stone
        make gui slot 11 of player with stone named "Sol tıklanınca envanteri kapatıp mesaj" with lore "&fgönderen skript kodu çalıştırır." to run using left mouse button:
            close player's inventory
            send "Başarılı!"

function deneme(p: player):
        send "GUI eşyasına tıkladın!" to {_p}
Skripti yazan arkadaş @Zachugon o söylesin isterseniz ne kullandığını.
 
forums.*/threads/gui-manager-tutorial.2349/
 
Çok Beğendim bunu sunucumda kullanacağım eminim beğenilecek
 
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