Çözüldü Respawn ekranını kaldırmak

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Buyur skript ile yaptım:
Kod:
command /spawnbelirle:
    permission: OP
    trigger:
        set {spawn} to location of player
        
on damage:
    attacker is a player:
        victim is a player:
            if damage > victim's health:
                teleport victim to {spawn}
 
Buyur skript ile yaptım:
Kod:
command /spawnbelirle:
    permission: OP
    trigger:
        set {spawn} to location of player
       
on damage:
    attacker is a player:
        victim is a player:
            if damage > victim's health:
                teleport victim to {spawn}

Buna şey ekleyebilirmisiniz acaba, 3, 2, 1 saydıktan sonra yeniden doğuyorsunuz yapabilirmisiniz acaba?
 
Kod:
command /setspawn: #eğer essentials falan kullanıyorsan hem essentialsın hemde skriptin spawnı belirlenmiş olur
    permission: OP
    trigger:
        set {spawn} to location of player

command /ölümbekleme: #öldüğü zaman bekleme süresince nereye ışınlanmasını istiyorsan orada bu komutu yaz
    permission: OP
    trigger:
        set {beklemea} to location of player

on damage:
    attacker is a player:
        victim is a player:
            if damage > victim's health:
                execute console command "gamemode 3 %victim%"
                teleport victim to {beklemea}
                send "&6Yeniden canlanmana son 3 saniye" to victim
                wait 1 second
                send "&6Yeniden canlanmana son 2 saniye" to victim
                wait 1 second
                send "&6Yeniden canlanmana son 1 saniye" to victim
                wait 1 second
                send "&6Yeniden canlandın!" to player
                execute console command: "gamemode 0 %victim%" #oyun modunu sen ayarlayabilirsin eğer lobiye ışınlanıyorsa 0 yazan yere 2 yaz
                teleport victim to {spawn}


bu arada @Alpho320 'nin skriptini editledim

Sorunsuz çalışıyor! :)
 
Son düzenleme:
Kod:
command /setspawn: #eğer essentials falan kullanıyorsan hem essentialsın hemde skriptin spawnı belirlenmiş olur
    permission: OP
    trigger:
        set {spawn} to location of player

command /ölümbekleme: #öldüğü zaman bekleme süresince nereye ışınlanmasını istiyorsan orada bu komutu yaz
    permission: OP
    trigger:
        set {beklemea} to location of player

on damage:
    attacker is a player:
        victim is a player:
            if damage > victim's health:
                execute console command "gamemode 3 %victim%"
                teleport victim to {beklemea}
                send "&6Yeniden canlanmana son 3 saniye" to victim
                wait 1 second
                send "&6Yeniden canlanmana son 2 saniye" to victim
                wait 1 second
                send "&6Yeniden canlanmana son 1 saniye" to victim
                wait 1 second
                send "&6Yeniden canlandın!" to player
                execute console command: "gamemode 0 %victim%" #oyun modunu sen ayarlayabilirsin eğer lobiye ışınlanıyorsa 0 yazan yere 2 yaz
                teleport victim to {spawn}


bu arada @Alpho320 'nin skriptini editledim

Sorunsuz çalışıyor! :)

Sorunun çözüldü mü?
Sorunun çözüldü ise konuyu çözüldü olarak işaretleyip kilitleyeceğim.
 
Galiba çözüldü.
 
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