Sol Reklam

Bulundu öldükten 3 saniye sonra dirilme

  • Konuyu başlatan Konuyu başlatan Mrtcn_TR
  • Başlangıç Tarihi Başlangıç Tarihi
  • Görüntüleme 1.412
Durum
Mesaj gönderimine kapalı.

Mrtcn_TR

Zombi Geldi, Beni Yedi
Katılım
17 Ocak 2017
Mesajlar
225
Elmaslar
12
Puanlar
6.410
Yaş
24
merhabalar benim istediğim skript şöyle mesela ben bi pvp atıyorum ve öldüm öldükten sonra beni gamemode 3 e alıp spawnın üstüne atıyo ve ekrana 3 saniye bekleyin uyarısı geliyor ve 3 saniye bittikten sonra oyuna tekrar dönüyosunuz
 
Bunu bir dene dostum olmazsa söyle.
Kod:
on death of a player:
    set gamemode of player to spectator
    set {_i} to 3
    loop 3 times:
        send player title "&c&lOLDUN!" with subtitle "&fYeniden dogmana &e%{_i}% &fsaniye kaldi." for 1 second
        remove 1 from {_i}
        wait second
    execute console command "spawna gönderme komutun"
[DOUBLEPOST=1507046834,1507046803][/DOUBLEPOST]
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
Kusura bakma kanka :D senin yazdığın gözükmüyodu.
 
Sorun çözüldü ise raporlayalım.
 
Bunu bir dene dostum olmazsa söyle.
Kod:
on death of a player:
    set gamemode of player to spectator
    set {_i} to 3
    loop 3 times:
        send player title "&c&lOLDUN!" with subtitle "&fYeniden dogmana &e%{_i}% &fsaniye kaldi." for 1 second
        remove 1 from {_i}
        wait second
    execute console command "spawna gönderme komutun"
[DOUBLEPOST=1507046834,1507046803][/DOUBLEPOST]
Kusura bakma kanka :D senin yazdığın gözükmüyodu.
sorun şu benim /spawn pluginim ve skriptim yok
 
O zaman bunu dene. "/spawnyap spec" ile spactete bölgesini, "/spawnyap lobi" ile lobi bölgesini belirle. /spawngit <spec/lobi> ile ışınlanabilirsin. Başka bir oyuncuyu ışınlamak istersen /spawngit <spec/lobi> <oyuncu>.
Kod:
on death of a player:
    set gamemode of player to spectator
    execute console command "spawngit spec %player%"
    set {_i} to 3
    loop 3 times:
        send player title "&c&lOLDUN!" with subtitle "&fYeniden dogmana &e%{_i}% &fsaniye kaldi." for 1 second
        remove 1 from {_i}
        wait second
    execute console command "spawngit lobi %player%"
   
command /spawnyap [<text>]:
    permission: spawn.adm
    trigger:
        if arg 1 isn't "spec" or "lobi":
            send "&cDogru Kullanim: &f/spawnyap <spec/lobi>"
        if arg 1 is "spec":
            set {lobi.spec} to location of player
        if arg 1 is "lobi":
            set {lobi} to location of player
       
command /spawngit [<text>] [<player>]:
    permission: spawngit.adm
    trigger:
        if arg 1 isn't "lobi" or "spec":
            send "&cDogru Kullanim: &f/spawngit <spec/lobi> <player>"
        if arg 1 is "spec":
            if arg 2 is set:
                if arg 2 is online:
                    teleport arg 2 to {lobi.spec}
                else:
                    send "&c%arg-2% &fadli oyuncu online degil!"
            else:
                teleport player to {lobi.spec}
        if arg 1 is "lobi":
            if arg 2 is set:
                if arg 2 is online:
                    teleport arg 2 to {lobi}
                else:
                    send "&c%arg-2% &fadli oyuncu online degil!"
            else:
                teleport player to {lobi.spec}
 
Buyrun spawn skripti;
Kod:
on join:
    teleport the player to {spawn}

on death of player:
    teleport the victim to {spawn}

on first join:
    teleport the player to {spawn}   
   
command /spawnyap:
    permission : admin.spawnayarla
    permission message : &8Yetkin Yok
    trigger:
        if {spawn} isn't set:
            set {spawn} to location of the player
            send "&8Spawn Yerini Ayarladın" to player
        else:
            send "&8Spawn Yerini Ayarlamışsın" to player
           
command /spawngit:
    permission : admin.spawngit
    permission message : &8Yetkin Yok
    trigger:
        teleport the player to {spawn}
        send "&8Spawna Işınlandın" to player

command /spawnsil:
    permission : admin.spawnsil
    permission message : &8Yetkin Yok
    trigger:
        delete {spawn}
        send "&8Spawnı Sildin"
[DOUBLEPOST=1507049392,1507049357][/DOUBLEPOST]
O zaman bunu dene. "/spawnyap spec" ile spactete bölgesini, "/spawnyap lobi" ile lobi bölgesini belirle. /spawngit <spec/lobi> ile ışınlanabilirsin. Başka bir oyuncuyu ışınlamak istersen /spawngit <spec/lobi> <oyuncu>.
Kod:
on death of a player:
    set gamemode of player to spectator
    execute console command "spawngit spec %player%"
    set {_i} to 3
    loop 3 times:
        send player title "&c&lOLDUN!" with subtitle "&fYeniden dogmana &e%{_i}% &fsaniye kaldi." for 1 second
        remove 1 from {_i}
        wait second
    execute console command "spawngit lobi %player%"
  
command /spawnyap [<text>]:
    permission: spawn.adm
    trigger:
        if arg 1 isn't "spec" or "lobi":
            send "&cDogru Kullanim: &f/spawnyap <spec/lobi>"
        if arg 1 is "spec":
            set {lobi.spec} to location of player
        if arg 1 is "lobi":
            set {lobi} to location of player
      
command /spawngit [<text>] [<player>]:
    permission: spawngit.adm
    trigger:
        if arg 1 isn't "lobi" or "spec":
            send "&cDogru Kullanim: &f/spawngit <spec/lobi> <player>"
        if arg 1 is "spec":
            if arg 2 is set:
                if arg 2 is online:
                    teleport arg 2 to {lobi.spec}
                else:
                    send "&c%arg-2% &fadli oyuncu online degil!"
            else:
                teleport player to {lobi.spec}
        if arg 1 is "lobi":
            if arg 2 is set:
                if arg 2 is online:
                    teleport arg 2 to {lobi}
                else:
                    send "&c%arg-2% &fadli oyuncu online degil!"
            else:
                teleport player to {lobi.spec}
Kusura bakmayın görmedim.Affola.
 
Buyrun spawn skripti;
Kod:
on join:
    teleport the player to {spawn}

on death of player:
    teleport the victim to {spawn}

on first join:
    teleport the player to {spawn}  
  
command /spawnyap:
    permission : admin.spawnayarla
    permission message : &8Yetkin Yok
    trigger:
        if {spawn} isn't set:
            set {spawn} to location of the player
            send "&8Spawn Yerini Ayarladın" to player
        else:
            send "&8Spawn Yerini Ayarlamışsın" to player
          
command /spawngit:
    permission : admin.spawngit
    permission message : &8Yetkin Yok
    trigger:
        teleport the player to {spawn}
        send "&8Spawna Işınlandın" to player

command /spawnsil:
    permission : admin.spawnsil
    permission message : &8Yetkin Yok
    trigger:
        delete {spawn}
        send "&8Spawnı Sildin"
[DOUBLEPOST=1507049392,1507049357][/DOUBLEPOST]
Kusura bakmayın görmedim.Affola.
Önemli değil dostum, belki benimkini beğenmez :D
 
Sorun çözüldüyse raporlayalım.
 
Durum
Mesaj gönderimine kapalı.
Yukarı