Skript

Brando

Zafer ancak ona inananlarındır.
En iyi cevaplar
0
Skript ile chat e 5 dk ara ile 8 adet boş measj yollamak istiyorum bunu nasıl yapabilirim konu yanlış yerdeyse affola
 

firatkaya

Zombi Katili
En iyi cevaplar
0
Kod:
command /chattemizle:
    trigger:
        broadcast "&f"
        broadcast "&f"
        broadcast "&f"
        broadcast "&f"
        broadcast "&f"
        broadcast "&f"
        broadcast "&f"
        broadcast "&f"
        wait 300 seconds
        execute console command "/chattemizle"
[DOUBLEPOST=1433418155,1433418098][/DOUBLEPOST]Bu döngü halinde olcaktır birdefa /chattemizle yazdıktan sonra sürekli her 5 dakkada bir chatte 8 boş mesaj yollar binevi chat temizler
 

Brando

Zafer ancak ona inananlarındır.
En iyi cevaplar
0
Teşekkürler[DOUBLEPOST=1433419157,1433418541][/DOUBLEPOST]10 adet bos mesaj yamasını istediğimde neden hata veriyor ?
 

Brando

Zafer ancak ona inananlarındır.
En iyi cevaplar
0
birazdaha açık anlatırsan sevinirim bu arada aldığım hata
Kod:
[15:05:26] [Server thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m Reloading the config and all scripts...[m
[15:05:26] [Server thread/INFO]: Loaded a total of 11504 english aliases
[15:05:26] [Server thread/ERROR]: indentation error: expected 8 spaces, but found 2 tabs (yeni bir skript.sk, line 11: broadcast "&f"')
[15:05:26] [Server thread/ERROR]: indentation error: expected 8 spaces, but found 2 tabs (yeni bir skript.sk, line 12: broadcast "&f"')
[15:05:26] [Server thread/INFO]: Loaded 1 script with a total of 0 triggers and 1 command in 0.01 seconds
[15:05:26] [Server thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m [0;31;22mEncountered 2 errors while reloading the config and all scripts![m
 

firatkaya

Zombi Katili
En iyi cevaplar
0
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.

birazdaha açık anlatırsan sevinirim bu arada aldığım hata
Kod:
[15:05:26] [Server thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m Reloading the config and all scripts...[m
[15:05:26] [Server thread/INFO]: Loaded a total of 11504 english aliases
[15:05:26] [Server thread/ERROR]: indentation error: expected 8 spaces, but found 2 tabs (yeni bir skript.sk, line 11: broadcast "&f"')
[15:05:26] [Server thread/ERROR]: indentation error: expected 8 spaces, but found 2 tabs (yeni bir skript.sk, line 12: broadcast "&f"')
[15:05:26] [Server thread/INFO]: Loaded 1 script with a total of 0 triggers and 1 command in 0.01 seconds
[15:05:26] [Server thread/INFO]: [0;37;22m[[0;33;22mSkript[0;37;22m][m [0;31;22mEncountered 2 errors while reloading the config and all scripts![m
 

Enderiatus

Kızıltaş Madencisi
En iyi cevaplar
0
Broadcast ile kullanmak biraz absürt kalıyor. Çünkü aynı zamanda konsoluda floodluyor. Bu da logs dosyasının büyümesine sebep oluyor..
 

Secret_wither

Bedrock Kaşifi
En iyi cevaplar
0
Kod:
command /chattemizle:
    trigger:
        broadcast "&f"
        broadcast "&f"
        broadcast "&f"
        broadcast "&f"
        broadcast "&f"
        broadcast "&f"
        broadcast "&f"
        broadcast "&f"
        wait 300 seconds
        execute console command "/chattemizle"
[DOUBLEPOST=1433418155,1433418098][/DOUBLEPOST]Bu döngü halinde olcaktır birdefa /chattemizle yazdıktan sonra sürekli her 5 dakkada bir chatte 8 boş mesaj yollar binevi chat temizler
Wait 300 seconds yerine;
every 300 seconds:
[tab]execute console command "chattemizle"
Olmalı.


Sent from my iPad using Tapatalk
 
Üst