Yılbaşı Skript[yardimsk]

Blueyescat

Bedrock Kaşifi
En iyi cevaplar
0
PHP:
every a second:
     set {_clock} to "%hour%%minute%%second%"
     if {_clock} is "235950":
          set {_n} to 10
          loop 10 times:
               wait a second
               remove 1 from {_n}
               broadcast "%{_n}%!"
               if {_n} is 0:
                    broadcast "Hosgeldin 2016!"

Sunucunun lokasyonu Türkiye olması lazım çalışması için. Türkiye değilse ne olduğunu söyle :)

@Rosenrot ile yapmıştık böyle bir şey
 

SerhatGundogdu

Zombi Katili
En iyi cevaplar
0
PHP:
every a second:
     set {_clock} to "%hour%%minute%%second%"
     if {_clock} is "235950":
          set {_n} to 10
          loop 10 times:
               wait a second
               remove 1 from {_n}
               broadcast "%{_n}%!"
               if {_n} is 0:
                    broadcast "Hosgeldin 2016!"

Sunucunun lokasyonu Türkiye olması lazım çalışması için. Türkiye değilse ne olduğunu söyle :)

@Rosenrot ile yapmıştık böyle bir şey
deniyeceğim :)

PHP:
every a second:
     set {_clock} to "%hour%%minute%%second%"
     if {_clock} is "235950":
          set {_n} to 10
          loop 10 times:
               wait a second
               remove 1 from {_n}
               broadcast "%{_n}%!"
               if {_n} is 0:
                    broadcast "Hosgeldin 2016!"

Sunucunun lokasyonu Türkiye olması lazım çalışması için. Türkiye değilse ne olduğunu söyle :)

@Rosenrot ile yapmıştık böyle bir şey
oldu teşekkürler :)
 
Üst