[İSTEK ] Hergün saat 15:00 da Belirli Komutu Yazdırma

TheRedstoneEngineer

Obsidyen Madencisi
En iyi cevaplar
0
Dene , çalışmaz gibi görünüyor ama belki çalışır.
Kod:
command /oevent:
    permission: op
    trigger:
        {OtoEvent.Durum} is false:
            set {OtoEvent.Durum} to true
            send "&b&lOto Event Başarıyla Açıldı !"
        else:
            set {OtoEvent.Durum} to false
            send "&b&lOto Event Başarıyla Kapatıldı"
        while {OtoEvent.Durum} is true:
            set {_saat} to text from url "http://in.sitekodlari.com/s0.php"
            {_saat} is "15:00:01":
                execute console command "event"
            wait 1 second
Hmm çok mantıklı.
 

SAKLINETWORK

SAKLI
En iyi cevaplar
0
Dene , çalışmaz gibi görünüyor ama belki çalışır.
Kod:
command /oevent:
    permission: op
    trigger:
        {OtoEvent.Durum} is false:
            set {OtoEvent.Durum} to true
            send "&b&lOto Event Başarıyla Açıldı !"
        else:
            set {OtoEvent.Durum} to false
            send "&b&lOto Event Başarıyla Kapatıldı"
        while {OtoEvent.Durum} is true:
            set {_saat} to text from url "http://in.sitekodlari.com/s0.php"
            {_saat} is "15:00:01":
                execute console command "event"
            wait 1 second
Hata vermedi ama çalışmadıda :l
 
S

Switcher

Ziyaretçi
Hata vermedi ama çalışmadıda :l
Kod:
command /oevent:
    permission: op
    trigger:
        {OtoEvent.Durum} isn't set:
            set {OtoEvent} to false
        {OtoEvent.Durum} is false:
            set {OtoEvent.Durum} to true
            send "&b&lOto Event Başarıyla Açıldı !"
        else:
            set {OtoEvent.Durum} to false
            send "&b&lOto Event Başarıyla Kapatıldı"
        while {OtoEvent.Durum} is true:
            set {_saat} to text from url "http://in.sitekodlari.com/s0.php"
            {_saat} is "15:00:01":
                execute console command "event"
            wait 1 second

İsnt eklemeyi unutmuşum Tabları Düzelt
 

imFoRTe

Zombi Katili
En iyi cevaplar
0
Kod:
command /oevent:
    permission: op
    trigger:
        {OtoEvent.Durum} isn't set:
            set {OtoEvent} to false
        {OtoEvent.Durum} is false:
            set {OtoEvent.Durum} to true
            send "&b&lOto Event Başarıyla Açıldı !"
        else:
            set {OtoEvent.Durum} to false
            send "&b&lOto Event Başarıyla Kapatıldı"
        while {OtoEvent.Durum} is true:
            set {_saat} to text from url "http://in.sitekodlari.com/s0.php"
            {_saat} is "15:00:01":
                execute console command "event"
            wait 1 second

İsnt eklemeyi unutmuşum Tabları Düzelt
Çalışmadı :D
 
Üst