Çözüldü Skriptlerde Ses Çalma Komutu Çalışmıyor

  • Konuyu Başlatan Konuyu Başlatan bolib945
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 974

bolib945

Zombi Geldi, Beni Yedi
Katılım
16 Mayıs 2021
Mesajlar
245
Elmaslar
16
Puan
6.630
Minecraft
bolib945
Merhabalar, skriptlerde hiçbir türlü ses çalma komutu çalışmıyor etiket skripti kullancaktım (daha önce denediğim bütün skriptlerde ses çalma komutları işe yaramadı)hatalar veriyor.

KOD BU:
Kod:
on chat:
    loop all players:
        if message contains "%loop-player%":
            loop 1 times:
                replace "%loop-player%" with "&a@%loop-player%" in message
                play "NOTE_PLING" to loop-player at volume 2
                play "NOTE_PLING" to player at volume 2
                execute console command "tm msg %loop-player% &b&l%player%\n&fSizden bahsetti!"

HATALAR:
Kod:
19.06 03:15:21 [Server] WARN Since you're looping exactly one time, you could simply remove the loop instead (genel.sk, line 7: loop 1 times:')
19.06 03:15:21 [Server] ERROR There's no loop that matches 'loop-player at volume 2' (genel.sk, line 9: play "NOTE_PLING" to loop-player at volume 2')
19.06 03:15:21 [Server] ERROR NOTE_PLING is not a valid sound type (genel.sk, line 10: play "NOTE_PLING" to player at volume 2')
19.06 03:15:21 [Server] INFO [Skript] Encountered 2 errors while reloading genel.sk!

Şİmdiden yardım edenlere teşekkürler.
 
Merhabalar, skriptlerde hiçbir türlü ses çalma komutu çalışmıyor etiket skripti kullancaktım (daha önce denediğim bütün skriptlerde ses çalma komutları işe yaramadı)hatalar veriyor.

KOD BU:
Kod:
on chat:
    loop all players:
        if message contains "%loop-player%":
            loop 1 times:
                replace "%loop-player%" with "&a@%loop-player%" in message
                play "NOTE_PLING" to loop-player at volume 2
                play "NOTE_PLING" to player at volume 2
                execute console command "tm msg %loop-player% &b&l%player%\n&fSizden bahsetti!"

HATALAR:
Kod:
19.06 03:15:21 [Server] WARN Since you're looping exactly one time, you could simply remove the loop instead (genel.sk, line 7: loop 1 times:')
19.06 03:15:21 [Server] ERROR There's no loop that matches 'loop-player at volume 2' (genel.sk, line 9: play "NOTE_PLING" to loop-player at volume 2')
19.06 03:15:21 [Server] ERROR NOTE_PLING is not a valid sound type (genel.sk, line 10: play "NOTE_PLING" to player at volume 2')
19.06 03:15:21 [Server] INFO [Skript] Encountered 2 errors while reloading genel.sk!

Şİmdiden yardım edenlere teşekkürler.
Kod:
on chat:
    loop all players:
        if message contains "%loop-player%":
            loop 1 times:
                replace "%loop-player%" with "&a@%loop-player%" in message
                play "BLOCK_NOTE_PLING" to player at volume 2
                execute console command "tm msg %loop-player% &b&l%player%\n&fSizden bahsetti!"
 
Kod:
on chat:
    loop all players:
        if message contains "%loop-player%":
            loop 1 times:
                replace "%loop-player%" with "&a@%loop-player%" in message
                play "BLOCK_NOTE_PLING" to player at volume 2
                execute console command "tm msg %loop-player% &b&l%player%\n&fSizden bahsetti!"
Çalışmıyor..
 
hatayı atarmısın
Screenshot_2.png
 

Ekli dosyalar

  • Screenshot_1.png
    Screenshot_1.png
    77 KB · Görüntüleme: 28
Kod:
on chat:
    loop all players:
        if message contains "%loop-player%":
            replace "%loop-player%" with "&a@%loop-player%" in message
            play "BLOCK_NOTE_BLOCK_PLING" to player at volume 2
            execute console command "tm msg %loop-player% &b&l%player%\n&fSizden bahsetti!"
 
Kod:
on chat:
    loop all players:
        if message contains "%loop-player%":
            replace "%loop-player%" with "&a@%loop-player%" in message
            play "BLOCK_NOTE_BLOCK_PLING" to player at volume 2
            execute console command "tm msg %loop-player% &b&l%player%\n&fSizden bahsetti!"
Çalıştı fakat skripteki hata neydi? Nasıl düzelttiniz ben pek anlamıyorumda.
 

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