AtaKafaAt
Koydum Çalışma Masasını
- Katılım
- 12 Eylül 2017
- Mesajlar
- 73
- Elmaslar
- 17
- Puanlar
- 6.320
- Yaş
- 23
Merhaba! sizlere slots skriptimi paylaşacağım.
Slots makinesini olusturmak icin tabelanın ilk
satırına slots yazmanız yeterli olcaktır. Makineyi
olusturma permi slots.create idir.
Makineye sağ tıkladığımızda oyuncudan 100$ alır
kazanırsa 200$ verir. Nasıl kazanılır derseniz 2 rengin
aynı olması gerekir. Örnek : $ : $ : olursa kazanır.
Kodumuz:
Resimler:
Slots makinesini olusturmak icin tabelanın ilk
satırına slots yazmanız yeterli olcaktır. Makineyi
olusturma permi slots.create idir.
Makineye sağ tıkladığımızda oyuncudan 100$ alır
kazanırsa 200$ verir. Nasıl kazanılır derseniz 2 rengin
aynı olması gerekir. Örnek : $ : $ : olursa kazanır.
Kodumuz:
Kod:
options:
p: &8&l[&9Slots&8&l]
on sign change:
player has permission "slots.create"
if line 1 of block is "slots":
set line 1 of block to "&8&l[&1Slots&8&l]"
set line 2 of block to "&f|&0 $ &f|&0 $ &f|"
set line 4 of block to "&8&l-&1Baslat&8&l-"
on right click on sign:
if line 1 of block is "&8&l[&1Slots&8&l]":
line 4 of block is "&8&l-&1Baslat&8&l-"
if player's money is less than 100:
message "{@p} &5Yeterli paran bulunmamaktadir."
stop
remove 100 from player's money
set line 4 of block to "&8&l-&1...&8&l-"
loop 60 times:
set {1} to a random integer between 1 and 3
set {2} to a random integer between 1 and 3
if {1} is 1:
set {1} to "&2$&r"
play click at player with pitch 1
if {1} is 2:
set {1} to "&4$&r"
play click at player with pitch 1
if {1} is 3:
set {1} to "&6$&r"
play click at player with pitch 1
if {2} is 1:
set {2} to "&2$&r"
play click at player with pitch 1
if {2} is 2:
set {2} to "&4$&r"
play click at player with pitch 1
if {2} is 3:
set {2} to "&6$&r"
play click at player with pitch 1
set line 2 of block to "&7|&r %{1}% &7|&r %{2}% &7|"
wait 1 tick
set line 4 of block to "&8&l-&1Baslat&8&l-"
if {1} is {2}:
add 200 to player's money
send "{@p} &5Kazandin &2+100$" to player
play portal_travel at player with pitch 1
stop
Resimler: