Çözüldü Hata Nerde?

  • Konuyu Başlatan Konuyu Başlatan Lynch
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 1.135
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Lynch

Göz Düşürme Sanatı Nedir?
Katılım
14 Haziran 2015
Mesajlar
2.094
Elmaslar
1.708
Puan
19.935

Discord:

Lynch#7622

Merhaba Arkdaşlar Yotube da Gezerken AFK Skript Gözüme Çarptı Ama 7 tane Hata Var Soyleyin Lütfen PLZ









Kod:
command /afk [<text>]:
    trigger:
        if {afk.%player%} is true:
            set {afk.%player%} to false
            delete holo object "%player%.afk"
            stop
        else:
            if argument 1 is not set:
                set {afk.%player%} to true
                create holo object "ItemStack:BARRIER; &7Suanda &6AFK &7Modunda!" with id "%player%.afk" at location 3.5 meters above player
                stop
                
on any move:
    if {afk.%player%} is true:
        set {afk.%player%} to false
        delete holo object "%player%.afk"

on quit:
    if {afk.%player%} is true:
        set {afk.%player%} to false
        delete holo object "%player%.afk"

on respawn:
    if {afk.%player%} is true:
        set {afk.%player%} to false
        delete holo object "%player%.afk"

on death:
    if {afk.%player%} is true:
        set {afk.%player%} to false
        delete holo object "%player%.afk"

on break:
    if {afk.%player%} is true:
        set {afk.%player%} to false
        delete holo object "%player%.afk"
 
Hatayı SS çekip atar mısınız ?
 
SkyRayfall
HolographicDisplay
Pluginlerini Yükle Düzelecektir Skriptte Hata Yok Kullanmıştım
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

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