Yeni Matematik Oyunu Skripti

ShadowDiamond

Ağaç Yumruklayıcı
Mesajlar
11
En iyi cevaplar
0
Beğeniler
1
Puanları
30
Arkadaşlar Herkesten Rica Ediyorum Lütfen OpSKyBlock SUnucum İçin Matematik Oyunu Skripti LAzım Olan YAzsın Foruma
 


Nxymn

Warum diese games? Sei doch einfach Straight.
Mesajlar
355
En iyi cevaplar
2
Beğeniler
197
Puanları
400
Ruh hali
Arkadaşlar Herkesten Rica Ediyorum Lütfen OpSKyBlock SUnucum İçin Matematik Oyunu Skripti LAzım Olan YAzsın Foruma
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

Umarım işine yarar.
 

Nxymn

Warum diese games? Sei doch einfach Straight.
Mesajlar
355
En iyi cevaplar
2
Beğeniler
197
Puanları
400
Ruh hali
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
 

Nxymn

Warum diese games? Sei doch einfach Straight.
Mesajlar
355
En iyi cevaplar
2
Beğeniler
197
Puanları
400
Ruh hali
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
Gülücük çıkan yerler şöyle oyun:: durum şekilde ama birleşik sen düzeltirsin
 

Üst