Bulundu Skript Yardım

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

2Adam

Bir Kömür Göründü Kaptanım!
Katılım
13 Haziran 2018
Mesajlar
165
Elmaslar
11
Puan
0
Minecraft
Mr_Eness
Kod:
every 10 minute:
    if {bagimli.esrar} is true:
        send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!"
        set the maximum health of the player to 3
        wait 3 minutes
    if {bagimli.esrar} is true:
        kill player
        set the maximum health of the player to 10
ssf.JPG


HATA NERDEE :/
 
Bunu deneyin, fakat her 10 dakikada bir bütün oyuncuları kontrol edecektir:
Kod:
every 10 minute:
    loop players:
        if {bagimli.esrar} is true:
            send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player
            set the maximum health of the loop-player to 3
            wait 3 minutes
        if {bagimli.esrar} is true:
            kill loop-player
            set the maximum health of the loop-player to 10
 
Kod:
every 10 minute:
    loop players:
        if {bagimli.esrar::%player%} is true:
            send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player
            set the maximum health of the loop-player to 3
            wait 3 minutes
        if {bagimli.esrar::%player%} is true:
            kill loop-player
            set the maximum health of the loop-player to 10
Esrar eklentinizi atarsanız onu da düzenleyebilirim.
 
Bunu deneyin, fakat her 10 dakikada bir bütün oyuncuları kontrol edecektir:
Kod:
every 10 minute:
    loop players:
        if {bagimli.esrar} is true:
            send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player
            set the maximum health of the loop-player to 3
            wait 3 minutes
        if {bagimli.esrar} is true:
            kill loop-player
            set the maximum health of the loop-player to 10
Kod:
every 1 minute:
    loop players:
        if {bagimli.esrar} is true:
            send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player
            set the maximum health of the loop-player to 3
            wait 3 minutes
        if {bagimli.esrar} is true:
            kill loop-player
            set the maximum health of the loop-player to 10
variables:
    {yüksekdoz::esrar.%player%} = 0
on right click with wheat seeds:
    if tool's display name is "&aEsrar":
        if {yüksekdoz::esrar.%player%} is not 3:
            add 1 to {yüksekdoz::esrar.%player%}
            remove 1 wheat seeds named "&aEsrar" from player's inventory
            send player title "&a&lESRAR" with subtitle "&7Kullaniliyor!" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&a| &7| |" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&a| | &7|" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
            wait 2 second
            send player title "&a&lESRAR" with subtitle "&7Kullanildi!" for 1 second
            set {bagimli.esrar} to false
            apply nausea 1 to player for 40 second
            apply slowness 2 to player for 50 second
            wait 3 minutes
            delete {yüksekdoz::esrar.%player%}
            wait 1 minutes
            set {bagimli.esrar} to true

Kod:
every 10 minute:
    loop players:
        if {bagimli.esrar::%player%} is true:
            send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player
            set the maximum health of the loop-player to 3
            wait 3 minutes
        if {bagimli.esrar::%player%} is true:
            kill loop-player
            set the maximum health of the loop-player to 10
Esrar eklentinizi atarsanız onu da düzenleyebilirim.
 
Kod:
every 1 minute:
    loop players:
        if {bagimli.esrar::%player%} is true:
            send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player
            set the maximum health of the loop-player to 3
            wait 3 minutes
        if {bagimli.esrar::%player%} is true:
            kill loop-player
            set the maximum health of the loop-player to 10
variables:
    {yüksekdoz::esrar.%player%} = 0
on right click with wheat seeds:
    if tool's display name is "&aEsrar":
        if {yüksekdoz::esrar.%player%} is not 3:
            add 1 to {yüksekdoz::esrar.%player%}
            remove 1 wheat seeds named "&aEsrar" from player's inventory
            send player title "&a&lESRAR" with subtitle "&7Kullaniliyor!" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&a| &7| |" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&a| | &7|" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
            wait 2 second
            send player title "&a&lESRAR" with subtitle "&7Kullanildi!" for 1 second
            set {bagimli.esrar::%player%} to false
            apply nausea 1 to player for 40 second
            apply slowness 2 to player for 50 second
            wait 3 minutes
            delete {yüksekdoz::esrar.%player%}
            wait 1 minutes
            set {bagimli.esrar::%player%} to true
Şu şekilde deneyebilir misin?
 
Kod:
every 1 minute:
    loop players:
        if {bagimli.esrar::%player%} is true:
            send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player
            set the maximum health of the loop-player to 3
            wait 3 minutes
        if {bagimli.esrar::%player%} is true:
            kill loop-player
            set the maximum health of the loop-player to 10
variables:
    {yüksekdoz::esrar.%player%} = 0
on right click with wheat seeds:
    if tool's display name is "&aEsrar":
        if {yüksekdoz::esrar.%player%} is not 3:
            add 1 to {yüksekdoz::esrar.%player%}
            remove 1 wheat seeds named "&aEsrar" from player's inventory
            send player title "&a&lESRAR" with subtitle "&7Kullaniliyor!" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&a| &7| |" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&a| | &7|" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
            wait 2 second
            send player title "&a&lESRAR" with subtitle "&7Kullanildi!" for 1 second
            set {bagimli.esrar::%player%} to false
            apply nausea 1 to player for 40 second
            apply slowness 2 to player for 50 second
            wait 3 minutes
            delete {yüksekdoz::esrar.%player%}
            wait 1 minutes
            set {bagimli.esrar::%player%} to true
Şu şekilde deneyebilir misin?
 

Ekli dosyalar

  • sds.JPG
    sds.JPG
    46,5 KB · Görüntüleme: 296
Kod:
every 1 minute:
    loop players:
        if {bagimli.esrar::%loop-player%} is true:
            send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player
            set the maximum health of the loop-player to 3
            wait 3 minutes
        if {bagimli.esrar::%loop-player%} is true:
            kill loop-player
            set the maximum health of the loop-player to 10
variables:
    {yüksekdoz::esrar.%player%} = 0
on right click with wheat seeds:
    if tool's display name is "&aEsrar":
        if {yüksekdoz::esrar.%player%} is not 3:
            add 1 to {yüksekdoz::esrar.%player%}
            remove 1 wheat seeds named "&aEsrar" from player's inventory
            send player title "&a&lESRAR" with subtitle "&7Kullaniliyor!" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&a| &7| |" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&a| | &7|" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
            wait 2 second
            send player title "&a&lESRAR" with subtitle "&7Kullanildi!" for 1 second
            set {bagimli.esrar::%player%} to false
            apply nausea 1 to player for 40 second
            apply slowness 2 to player for 50 second
            wait 3 minutes
            delete {yüksekdoz::esrar.%player%}
            wait 1 minutes
            set {bagimli.esrar::%player%} to true
 
Kod:
every 1 minute:
    loop players:
        if {bagimli.esrar::%loop-player%} is true:
            send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player
            set the maximum health of the loop-player to 3
            wait 3 minutes
        if {bagimli.esrar::%loop-player%} is true:
            kill loop-player
            set the maximum health of the loop-player to 10
variables:
    {yüksekdoz::esrar.%player%} = 0
on right click with wheat seeds:
    if tool's display name is "&aEsrar":
        if {yüksekdoz::esrar.%player%} is not 3:
            add 1 to {yüksekdoz::esrar.%player%}
            remove 1 wheat seeds named "&aEsrar" from player's inventory
            send player title "&a&lESRAR" with subtitle "&7Kullaniliyor!" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&a| &7| |" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&a| | &7|" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
            wait 2 second
            send player title "&a&lESRAR" with subtitle "&7Kullanildi!" for 1 second
            set {bagimli.esrar::%player%} to false
            apply nausea 1 to player for 40 second
            apply slowness 2 to player for 50 second
            wait 3 minutes
            delete {yüksekdoz::esrar.%player%}
            wait 1 minutes
            set {bagimli.esrar::%player%} to true
ölmüyor
 
Kod:
every 1 minute:
    loop players:
        if {bagimli.esrar::%loop-player%} is true:
            send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player
            set the maximum health of the loop-player to 3
            wait 3 minutes
        if {bagimli.esrar::%loop-player%} is true:
            set loop-player's health to 0
            set the maximum health of the loop-player to 10
variables:
    {yüksekdoz::esrar.%player%} = 0
on right click with wheat seeds:
    if tool's display name is "&aEsrar":
        if {yüksekdoz::esrar.%player%} is not 3:
            add 1 to {yüksekdoz::esrar.%player%}
            remove 1 wheat seeds named "&aEsrar" from player's inventory
            send player title "&a&lESRAR" with subtitle "&7Kullaniliyor!" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&a| &7| |" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&a| | &7|" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
            wait 2 second
            send player title "&a&lESRAR" with subtitle "&7Kullanildi!" for 1 second
            set {bagimli.esrar::%player%} to false
            apply nausea 1 to player for 40 second
            apply slowness 2 to player for 50 second
            wait 3 minutes
            delete {yüksekdoz::esrar.%player%}
            wait 1 minutes
            set {bagimli.esrar::%player%} to true
 
Kod:
every 1 minute:
    loop players:
        if {bagimli.esrar::%loop-player%} is true:
            send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player
            set the maximum health of the loop-player to 3
            wait 3 minutes
        if {bagimli.esrar::%loop-player%} is true:
            set loop-player's health to 0
            set the maximum health of the loop-player to 10
variables:
    {yüksekdoz::esrar.%player%} = 0
on right click with wheat seeds:
    if tool's display name is "&aEsrar":
        if {yüksekdoz::esrar.%player%} is not 3:
            add 1 to {yüksekdoz::esrar.%player%}
            remove 1 wheat seeds named "&aEsrar" from player's inventory
            send player title "&a&lESRAR" with subtitle "&7Kullaniliyor!" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&a| &7| |" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&a| | &7|" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
            wait 2 second
            send player title "&a&lESRAR" with subtitle "&7Kullanildi!" for 1 second
            set {bagimli.esrar::%player%} to false
            apply nausea 1 to player for 40 second
            apply slowness 2 to player for 50 second
            wait 3 minutes
            delete {yüksekdoz::esrar.%player%}
            wait 1 minutes
            set {bagimli.esrar::%player%} to true
hocam o tamam da tüm adamlar ölüyo
 
çalışması gerek
Kod:
every 1 minute:
    loop players:
        if {bagimli.esrar::%loop-player%} is false:
            send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player
            set the maximum health of the loop-player to 3
            wait 3 minutes
        if {bagimli.esrar::%loop-player%} is true:
            set loop-player's health to 0
            set the maximum health of the loop-player to 10
variables:
    {yüksekdoz::esrar.%player%} = 0
on right click with wheat seeds:
    if tool's display name is "&aEsrar":
        if {yüksekdoz::esrar.%player%} is not 3:
            add 1 to {yüksekdoz::esrar.%player%}
            remove 1 wheat seeds named "&aEsrar" from player's inventory
            send player title "&a&lESRAR" with subtitle "&7Kullaniliyor!" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&a| &7| |" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&a| | &7|" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
            wait 2 second
            send player title "&a&lESRAR" with subtitle "&7Kullanildi!" for 1 second
            set {bagimli.esrar::%player%} to true
            apply nausea 1 to player for 40 second
            apply slowness 2 to player for 50 second
            wait 3 minutes
            delete {yüksekdoz::esrar.%player%}
            wait 1 minutes
            set {bagimli.esrar::%player%} to false
 
çalışması gerek
Kod:
every 1 minute:
    loop players:
        if {bagimli.esrar::%loop-player%} is false:
            send "&7&l Ölüyorsun HEMEN Esrar İçmelisin !!!" to loop-player
            set the maximum health of the loop-player to 3
            wait 3 minutes
        if {bagimli.esrar::%loop-player%} is true:
            set loop-player's health to 0
            set the maximum health of the loop-player to 10
variables:
    {yüksekdoz::esrar.%player%} = 0
on right click with wheat seeds:
    if tool's display name is "&aEsrar":
        if {yüksekdoz::esrar.%player%} is not 3:
            add 1 to {yüksekdoz::esrar.%player%}
            remove 1 wheat seeds named "&aEsrar" from player's inventory
            send player title "&a&lESRAR" with subtitle "&7Kullaniliyor!" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&a| &7| |" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&a| | &7|" for 1 second
            wait a second
            send player title "&a&lKULLANILIYOR" with subtitle "&7| | |" for 1 second
            wait 2 second
            send player title "&a&lESRAR" with subtitle "&7Kullanildi!" for 1 second
            set {bagimli.esrar::%player%} to true
            apply nausea 1 to player for 40 second
            apply slowness 2 to player for 50 second
            wait 3 minutes
            delete {yüksekdoz::esrar.%player%}
            wait 1 minutes
            set {bagimli.esrar::%player%} to false
hocam ölmenin kapalı olduğu yerlerde ölmüyolar konsol komuduyla yaptım bu seferde sağlıklı çalışmıyo bazen öldürüyo bazen öldürmüyo
 
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