Bulundu hediye skripti lazım yardımcı olabilecek varmı

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

Arda

Konuşmak bedava, bana kodu göster! -Linus Torvalds
Katılım
1 Aralık 2018
Mesajlar
1.129
Elmaslar
650
Puan
7.075
Yaş
27
Minecraft
JoneX

Discord:

ArdaK#6888

hediye skripti lazım yardımcı olabilecek varmı bu hediyeyi sadece vip üyeler 1 günde bir alabilecek her vipin /hediye si farklı olucak ödüller altta yazıyor fc verme komutuda /lc add (nick) lc add %player% olarak yapılır her vipin günlük hediyesi farklı olucak
VIP = 100K FC
VIP+= 200K FC
MVIP= 300K FC
BLOCKVIP= 400K FC
 
Kod:
command /hediye:
    trigger:
        if player's group is "vip":
            if {hediye::%player%} is not set:
                set {hediye::%player%} to true
                execute console command "lc add %player% 100000"
                send "&7Vip hediyeni aldın."
                wait 24 hours
                delete {hediye::%player%}
            else:
                send "&724 saatte 1 kez alabilirsin."
        else if player's group is "vip+":
            if {hediye::%player%} is not set:
                set {hediye::%player%} to true
                execute console command "lc add %player% 200000"
                send "&7Vip+ hediyeni aldın."
                wait 24 hours
                delete {hediye::%player%}
            else:
                send "&724 saatte 1 kez alabilirsin."
        else if player's group is "mvip":
            if {hediye::%player%} is not set:
                set {hediye::%player%} to true
                execute console command "lc add %player% 300000"
                send "&7Mvip hediyeni aldın."
                wait 24 hours
                delete {hediye::%player%}
            else:
                send "&724 saatte 1 kez alabilirsin."
        else if player's group is "blockvip":
            if {hediye::%player%} is not set:
                set {hediye::%player%} to true
                execute console command "lc add %player% 400000"
                send "&7BlockVip hediyeni aldın."
                wait 24 hours
                delete {hediye::%player%}
            else:
                send "&724 saatte 1 kez alabilirsin."
        else:
            send "VIP değilsin!" to player

command /hediyesıfırla [<player>]:
    trigger:
        if player is op:
            if arg 1 is set:
                delete {hediye::%arg 1%}
                send "&a%arg 1% &7adlı oyuncunun hediye bekleme süresi sıfırlandı!"
on load:
    delete {hediye::*}
 
Kod:
command /hediye:
    trigger:
        if player's group is "vip":
            if {hediye::%player%} is not set:
                set {hediye::%player%} to true
                execute console command "lc add %player% 100000"
                send "&7Vip hediyeni aldın."
                wait 24 hours
                delete {hediye::%player%}
            else:
                send "&724 saatte 1 kez alabilirsin."
        else if player's group is "vip+":
            if {hediye::%player%} is not set:
                set {hediye::%player%} to true
                execute console command "lc add %player% 200000"
                send "&7Vip+ hediyeni aldın."
                wait 24 hours
                delete {hediye::%player%}
            else:
                send "&724 saatte 1 kez alabilirsin."
        else if player's group is "mvip":
            if {hediye::%player%} is not set:
                set {hediye::%player%} to true
                execute console command "lc add %player% 300000"
                send "&7Mvip hediyeni aldın."
                wait 24 hours
                delete {hediye::%player%}
            else:
                send "&724 saatte 1 kez alabilirsin."
        else if player's group is "blockvip":
            if {hediye::%player%} is not set:
                set {hediye::%player%} to true
                execute console command "lc add %player% 400000"
                send "&7BlockVip hediyeni aldın."
                wait 24 hours
                delete {hediye::%player%}
            else:
                send "&724 saatte 1 kez alabilirsin."
        else:
            send "VIP değilsin!" to player

command /hediyesıfırla [<player>]:
    trigger:
        if player is op:
            if arg 1 is set:
                delete {hediye::%arg 1%}
                send "&a%arg 1% &7adlı oyuncunun hediye bekleme süresi sıfırlandı!"
on load:
    delete {hediye::*}
hocam direk sunucuya koyimmi test sunucusunda deniyimmi sorun çıkmaz deme eminmisin
 
hocam direk sunucuya koyimmi test sunucusunda deniyimmi sorun çıkmaz deme eminmisin
Senin kararın ama test edip koymakta fayda var :melek:
Adminler için sıfırlama komudu ekledim. Tüm yetkilerin hediye almasını tek tek deneyebilirsin, işini garantiye almanı öneririm.
 
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