Çözüldü giris skript dünya özel

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

KullaniciAdiDegisti26

Altın Benim Yeni Sevgilim
Katılım
9 Eylül 2018
Mesajlar
429
Elmaslar
39
Puan
2.370
Yaş
40
Minecraft
iKaanFG

Discord:

Kaan#9083

ilk giren ve oyuna giren hub dünyasında spawn oluyor mesela adam servere girdi hub dünyasında oyun seciyo oyuna girince oyuncu sunucuya giriş yaptı felan yazsın
uhcffa dünyasına girince oyuncu uhcffa sunucuya giriş yaptı yazsın sadece o dünyada yazsın yapabilecek varmı
 
Biraz daha sakin ve anlaşılır bir şekilde anlatırsan yardımcı olabilirim mesela
 
Biraz daha sakin ve anlaşılır bir şekilde anlatırsan yardımcı olabilirim mesela
mesela adam servere giricek adam girdi anda hub dünyasında oyuncu Sunucuya giriş yaptı ama uhcffa dünyasında gözükmüyecek
adam oyun secme menüsünden uhcffa giriş yapınca oyuncu uhcffa giriş yaptı diycek ama uhcffa giriş yaptı diyince hub dünyasında gözükmesin
 
Buyur;
Kod:
on player world change:
    if event-world is "uhcffa":
        loop all players:
            send "&6Sunucu &bIsmi &c| &5%player% Oyuncu UHCFFA Giris Yaptı!" to loop-player
 
Bi Denermisin ?

Kod:
on teleport:
    wait 1 second
    if player is in "uhcffa":
        if {sunucugiris::%player%} is not set:
            broadcast "&b%player% &eSunucuya Giriş Yaptı" in world of player
            set {sunucugiris::%player%} to true
    else:
        delete {sunucugiris::%player%}
on quit:
    delete {sunucugiris::%player%}
 
Buyur;
Kod:
on player world change:
    if event-world is "uhcffa":
        loop all players:
            send "&6Sunucu &bIsmi &c| &5%player% Oyuncu UHCFFA Giris Yaptı!" to loop-player
o bendede gözüksün bide diger dünyadakilerdede gözüküyor oyuncularda gözüksün ama sadece o dünyadakiler
 
Bi Denermisin ?

Kod:
on teleport:
    wait 1 second
    if player is in "uhcffa":
        if {sunucugiris::%player%} is not set:
            broadcast "&b%player% &eSunucuya Giriş Yaptı" in world of player
            set {sunucugiris::%player%} to true
    else:
        delete {sunucugiris::%player%}
on quit:
    delete {sunucugiris::%player%}

oyuncuyu set'lemek.. Bilemedim ki sizce de gereksiz değil mi?
 
Bi Denermisin ?

Kod:
on teleport:
    wait 1 second
    if player is in "uhcffa":
        if {sunucugiris::%player%} is not set:
            broadcast "&b%player% &eSunucuya Giriş Yaptı" in world of player
            set {sunucugiris::%player%} to true
    else:
        delete {sunucugiris::%player%}
on quit:
    delete {sunucugiris::%player%}
Gereksiz variable kullanmışsın;
Kod:
on player world change:
    if event-world is "uhcffa":
        broadcast "&6Sunucu &bIsmi &c| &5%player% Oyuncu UHCFFA Giris Yaptı!" to world of player
 
Bi Denermisin ?

Kod:
on teleport:
    wait 1 second
    if player is in "uhcffa":
        if {sunucugiris::%player%} is not set:
            broadcast "&b%player% &eSunucuya Giriş Yaptı" in world of player
            set {sunucugiris::%player%} to true
    else:
        delete {sunucugiris::%player%}
on quit:
    delete {sunucugiris::%player%}
cıkıs mesajıda ayarlarmısın skripten pek anlamıyomda
 
cıkıs mesajıda ayarlarmısın skripten pek anlamıyomda
Buyur;
Kod:
Options:
    p: 6Sunucu &bIsmi &c|

on player world change:
    if event-world is "uhcffa":
        broadcast "{@p} &5%player% Oyuncu UHCFFA Giris Yaptı!" to world of player
       
on quit:
    if event-world is "uhcffa":
        broadcast "{@p} %player% UHCFFAdan Cıkıs Yaptı" to world of player
 
Bunun yerine direk bungeecord kullansanız skripte hiç gerek kalmaz.
 
cıkıs mesajıda ayarlarmısın skripten pek anlamıyomda

Bu Skripti Denermisin ?

Kod:
on world change:
    if player is in "uhcffa":
        broadcast "&b%player% &eSunucuya Giriş Yaptı" in world of player
    if player's world is not "uhcffa":
        loop all players:
            if loop-player is in "uhcffa":
                send "&b%player% &eSunucudan Çıkış Yaptı" to loop-players
on quit:
    if world is "uhcffa":
        loop all players:
            if loop-player is in "uhcffa":
                send "&b%player% &eSunucudan Çıkış Yaptı" to loop-players
 
Son düzenleme:
Bu Skripti Denermisin ?

Kod:
on world change:
    if player is in "uhcffa":
        broadcast "&b%player% &eSunucuya Giriş Yaptı" in world of player
    if player's world is not "uhcffa":
        loop all players:
            if loop-player is in "uhcffa":
                send "&b%player% &eSunucudan Çıkış Yaptı" to loop-players
on quit:
    if world is "uhcffa":
        loop all players:
            if loop-player is in "uhcffa":
                send "&b%player% &eSunucudan Çıkış Yaptı" to loop-players
bu hata
can't understand this event 'on world change' (girisyazı.sk line 1: on world change:')
 
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