Bu verdiğim skripti türkçe karakter dışında problemlerini düzeltirmisiniz? Neden çalışmıyor?
Kod:
on load:
set {point} to 0
every 2 minutes:
add 1 to {point}
if {point} is 1:
execute console command "/title @a title &3 "
if {point} is 2:
execute console command "/title @a subtitle &6Ender Sandığınıza erişebilmek için &f/enderchest &6yazabilirsiniz"
if {point} is 3:
execute console command "/title @a subtitle &6Sanal çalışma masası için &f/chest &6yazabilirsiniz"
if {point} is 4:
execute console command "/title @a subtitle &6Kullanabileceğiniz komutları görebilmek için &f/komutlar &6yazabilirsiniz"
if {point} is 5:
execute console command "/title @a title &f "
if {point} is 6:
execute console command "/title @a subtitle &6Ender Sandığınıza erişebilmek için &f/enderchest &6yazabilirsiniz"
if {point} is 7:
execute console command "/title @a subtitle &6Sanal çalışma masası için &f/chest &6yazabilirsiniz"
if {point} is 8:
execute console command "/title @a subtitle &6Kullanabileceğiniz komutları görebilmek için &f/komutlar &6yazabilirsiniz"
set {point} to 0