Çözüldü 2 tane istek

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

HEXAGON74

Odunlara Vur Vur Vur!
Katılım
9 Temmuz 2017
Mesajlar
35
Elmaslar
0
Puan
0
Yaş
31
Oyuncu "market" dünyasında ölünce "/mv tp %victim% market" komutu olucak bu 1. isteğim arkadaşlar.
Bir de oyuncunun dünyası "world" değilse ölünce ondan faction pow'u gitmeyecek
 
Kod:
on death of a player:
    if player's world is "market":
        execute console command "mv tp %victim% market"

İkinci isteğin olur mu bilmem
 
Kod:
on death of a player:
    if player's world is "market":
        execute console command "mv tp %victim% market"

İkinci isteğin olur mu bilmem
Oluyor fakat respawn butonuna basınca tekrar asıl spawna atıyor oyuncuyu
 
O zaman böyle geliştirelim (RandomSK Gerektirir.):

Kod:
on death of a player:
    wait 1 tick
    if player's world is "market":
        force respawn victim
        wait 1 tick
        execute console command "mv tp %victim% market"
 
O zaman böyle geliştirelim (RandomSK Gerektirir.):

Kod:
on death of a player:
    wait 1 tick
    if player's world is "market":
        force respawn victim
        wait 1 tick
        execute console command "mv tp %victim% market"
yaptım fakat bu sefer ölünce oyundan atıyor "Disconnected" diyor atınca da
 
Oyundan atmadan önce konsolda bir hata varmı? Ayrıca randomsk nin kurulu ve çalıştığından emin misiniz?
 
Kod:
on death of a player:
    wait 1 tick
    if player's world is "market":
        set {respwan.%player%} to true
     
on respawn:
    if {respawn.%player%} is set:
        execute player command "mv tp %player% market"
        delete {respawn.%player%}
Ozaman Böle Deneyelim
 
Kod:
on damage:
    if damage is greater than or equal to victim's health:
        if "%victim's world%" is "market":
            set {tp::%victim%} to true

on respawn:
    if {tp::%player%} is set:
        delete {tp::%player%}
        execute console command "mv tp %player% market"
Denenmedi.Telefondan yazdım hata olabilir.[DOUBLEPOST=1500229231,1500229138][/DOUBLEPOST]
Kod:
on death of a player:
    wait 1 tick
    if player's world is "market":
        set {respwan.%player%} to true
   
on respawn:
    if {respawn.%player%} is set:
        execute player command "mv tp %player% market"
        delete {respawn.%player%}
Ozaman Böle Deneyelim
Ben telefondan yazana kadar halletmişsin :D
 
Kod:
on death of a player:
    wait 1 tick
    if player's world is "market":
        set {respwan.%player%} to true
    
on respawn:
    if {respawn.%player%} is set:
        execute player command "mv tp %player% market"
        delete {respawn.%player%}
Ozaman Böle Deneyelim
respawn butonuna basınca yine olmuyor market dünyasında doğmuyor
 
playere kullandırdık komutu sanırım bunla alakalı birde böle deneyelim
Spawn Olacakları Yere Gidip /marketsetloc Yaz
Kod:
on death of a player:
    wait 1 tick
    if player's world is "market":
        set {respwan.%player%} to true
    
on respawn:
    if {respawn.%player%} is set:
        teleport player to {market.setloc}
        delete {respawn.%player%}
        
command /marketsetloc:
    permission: op
    trigger:
        set {market.setloc} to location of player
        send "&a» Konum Belirlendi"
 
playere kullandırdık komutu sanırım bunla alakalı birde böle deneyelim
Spawn Olacakları Yere Gidip /marketsetloc Yaz
Kod:
on death of a player:
    wait 1 tick
    if player's world is "market":
        set {respwan.%player%} to true
   
on respawn:
    if {respawn.%player%} is set:
        teleport player to {market.setloc}
        delete {respawn.%player%}
       
command /marketsetloc:
    permission: op
    trigger:
        set {market.setloc} to location of player
        send "&a» Konum Belirlendi"
yine de respawn butonu çıkıyor ve ona basınca ana spawna teleportlanıyor.
 
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