Çözüldü Matematik Kelime Oyunu Skripti

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

Westeros

Bir Kömür Göründü Kaptanım!
Katılım
14 Mart 2020
Mesajlar
107
Elmaslar
22
Puan
0
Yaş
26
Minecraft
Confessinq

Discord:

KonfessinK#9744

Beyler gelişmiş böyle en güzellerinden Matematik Kelime oyunu skripti atabilecek varmı
 
Kod:
every 15 minutes:#15dk da bir
    if number of all players > 5:#5 kişiden fazla varsa
        execute console command "oyun"
command /oyun:
    permission: skript.admin
    trigger:
        set {oyun::durum} to true
        set {_x} to random integer between 16 and 100
        else:
            set {_z} to "+" or "-" or "*"

            set {_y} to random integer between 5 and 15
            set {oyun::durum} to true
            if {_z} is "+":
                set {oyun::islem} to {_x} + {_y}
            if {_z} is "*":
                set {oyun::islem} to {_x} * {_y}
            if {_z} is "-":
                set {oyun::islem} to {_x} - {_y}
        
            send all players title "Bil Bakalım?" with subtitle "&7%{_x}% &8%{_z}%&7 %{_y}%" for 10 seconds
            broadcast "&dValtürk → &7Bil Bakalım? &7%{_x}% &8%{_z}%&7 %{_y}%"

on chat:
    if {oyun::durum} is true:
        if message is "%{oyun::islem}%":
            send all players title "&aKazanan:" with subtitle "&8%player%."
            set action bar of all players to "&7→ &7Cevap: &8%{oyun::islem}%&7 ←"
            delete {oyun::*}
            give 128 diamond block to player
Merhaba, umarım işinize yarar.
 
Kod:
every 15 minutes:#15dk da bir
    if number of all players > 5:#5 kişiden fazla varsa
        execute console command "oyun"
command /oyun:
    permission: skript.admin
    trigger:
        set {oyun::durum} to true
        set {_x} to random integer between 16 and 100
        else:
            set {_z} to "+" or "-" or "*"

            set {_y} to random integer between 5 and 15
            set {oyun::durum} to true
            if {_z} is "+":
                set {oyun::islem} to {_x} + {_y}
            if {_z} is "*":
                set {oyun::islem} to {_x} * {_y}
            if {_z} is "-":
                set {oyun::islem} to {_x} - {_y}
       
            send all players title "Bil Bakalım?" with subtitle "&7%{_x}% &8%{_z}%&7 %{_y}%" for 10 seconds
            broadcast "&dValtürk → &7Bil Bakalım? &7%{_x}% &8%{_z}%&7 %{_y}%"

on chat:
    if {oyun::durum} is true:
        if message is "%{oyun::islem}%":
            send all players title "&aKazanan:" with subtitle "&8%player%."
            set action bar of all players to "&7→ &7Cevap: &8%{oyun::islem}%&7 ←"
            delete {oyun::*}
            give 128 diamond block to player
Merhaba, umarım işinize yarar.
maalesef
1586168971369.png
 
Kod:
every 15 minutes:#15dk da bir
    if number of all players > 5:#5 kişiden fazla varsa
        execute console command "oyun"
command /oyun:
    permission: skript.admin
    trigger:
        set {oyun::durum} to true
        set {_x} to random integer between 16 and 100
        set {_z} to "+" or "-" or "*"
        set {_y} to random integer between 5 and 15
        set {oyun::durum} to true
        if {_z} is "+":
            set {oyun::islem} to {_x} + {_y}
        if {_z} is "*":
            set {oyun::islem} to {_x} * {_y}
        if {_z} is "-":
            set {oyun::islem} to {_x} - {_y}   
        send all players title "Bil Bakalım?" with subtitle "&7%{_x}% &8%{_z}%&7 %{_y}%" for 10 seconds
        broadcast "&dValtürk → &7Bil Bakalım? &7%{_x}% &8%{_z}%&7 %{_y}%"

on chat:
    if {oyun::durum} is true:
        if message is "%{oyun::islem}%":
            send all players title "&aKazanan:" with subtitle "&8%player%."
            set action bar of all players to "&7→ &7Cevap: &8%{oyun::islem}%&7 ←"
            delete {oyun::*}
            give 128 diamond block to player
Bunu dener misin?
 
Kod:
every 15 minutes:#15dk da bir
    if number of all players > 5:#5 kişiden fazla varsa
        execute console command "oyun"
command /oyun:
    permission: skript.admin
    trigger:
        set {oyun::durum} to true
        set {_x} to random integer between 16 and 100
        set {_z} to "+" or "-" or "*"
        set {_y} to random integer between 5 and 15
        set {oyun::durum} to true
        if {_z} is "+":
            set {oyun::islem} to {_x} + {_y}
        if {_z} is "*":
            set {oyun::islem} to {_x} * {_y}
        if {_z} is "-":
            set {oyun::islem} to {_x} - {_y}  
        send all players title "Bil Bakalım?" with subtitle "&7%{_x}% &8%{_z}%&7 %{_y}%" for 10 seconds
        broadcast "&dValtürk → &7Bil Bakalım? &7%{_x}% &8%{_z}%&7 %{_y}%"

on chat:
    if {oyun::durum} is true:
        if message is "%{oyun::islem}%":
            send all players title "&aKazanan:" with subtitle "&8%player%."
            set action bar of all players to "&7→ &7Cevap: &8%{oyun::islem}%&7 ←"
            delete {oyun::*}
            give 128 diamond block to player
Bunu dener misin?
Teşekkürler konu kilit
 
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