Çözüldü İs leveli 1 saniye sonra sorgulama

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

Yaptrak

Yay Yok, İskelet Yok
Katılım
29 Temmuz 2018
Mesajlar
297
Elmaslar
52
Puan
13.920
Yaş
30
Minecraft
aaa
Forumdan rica ettiğin bir skript fakat şunu ekletmek istiyorum oyuncu /is level yazdığı zaman sorguyu saniyesinde yaptıgı için hata çıkabiliyor if asb player's island kısmından önce 1 saniye beklettikten sonra uygulayabilirmi teşekkürler.

Kod:
on command "is level":
    if asb player's island level is bigger than or equal to 4000:
        execute console command "manuadd %player% SkyLord"
    else if asb player's island level is bigger than or equal to 3000:
        execute console command "manuadd %player% SkyLord2"
    else if asb player's island level is bigger than or equal to 2000:
        execute console command "manuadd %player% SkyLord3"
    else if asb player's island level is bigger than or equal to 1000:
        execute console command "manuadd %player% SkyLord3"
    else if asb player's island level is bigger than or equal to 500:
        execute console command "manuadd %player% SkyLord4"
 
Kod:
on command "is level":
    wait 1 seconds
    if asb player's island level is bigger than or equal to 4000:
        execute console command "manuadd %player% SkyLord"
    else if asb player's island level is bigger than or equal to 3000:
        execute console command "manuadd %player% SkyLord2"
    else if asb player's island level is bigger than or equal to 2000:
        execute console command "manuadd %player% SkyLord3"
    else if asb player's island level is bigger than or equal to 1000:
        execute console command "manuadd %player% SkyLord3"
    else if asb player's island level is bigger than or equal to 500:
        execute console command "manuadd %player% SkyLord4"
 
Kod:
on command "is level":
    wait 1 seconds
    if asb player's island level is bigger than or equal to 4000:
        execute console command "manuadd %player% SkyLord"
    else if asb player's island level is bigger than or equal to 3000:
        execute console command "manuadd %player% SkyLord2"
    else if asb player's island level is bigger than or equal to 2000:
        execute console command "manuadd %player% SkyLord3"
    else if asb player's island level is bigger than or equal to 1000:
        execute console command "manuadd %player% SkyLord3"
    else if asb player's island level is bigger than or equal to 500:
        execute console command "manuadd %player% SkyLord4"
çoook teşekkürler
 
Alt tarafı wait 1 seconds yazılcak :D
 
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