MrBeaner
Bir Kömür Göründü Kaptanım!
- Katılım
- 13 Ocak 2022
- Mesajlar
- 164
- Elmaslar
- 26
- Puan
- 1.170
- Yaş
- 19
- Minecraft
- ProxyBot
Discord:
?????ᴼᶠᶠᶦᶜᶦᵃˡ#8073
bidaha yazın aynı koduEkli dosyayı görüntüle 212714
maalesef aynı
?????ᴼᶠᶠᶦᶜᶦᵃˡ#8073
bidaha yazın aynı koduEkli dosyayı görüntüle 212714
maalesef aynı
yazdım zaten tepki yokbidaha yazın aynı kodu
?????ᴼᶠᶠᶦᶜᶦᵃˡ#8073
hayır /git i yazınyazdım zaten tepki yok
Tamam 3 4 kere /git yazdım tepki yok 1 kere yazıyor tek aynı sorun devam ediyorhayır /git i yazın
?????ᴼᶠᶠᶦᶜᶦᵃˡ#8073
options:
fiyat: 500#bunu değiştire bilirsiniz
p: test#bunu size bırakıyorum prefixi değiştirin bu prefix
command /biletal:
trigger:
if player's balance is bigger than {@fiyat}:
send "{@p} &bBaşarıyla 3 Kullanımlık Bilet Aldınız /git yazınca Gidebilirsiniz"
execute console command "eco take %player% {@fiyat}"
add 3 to {kullanım.%player%}
add 1 to {bilet.%player%}
else:
send "{@p} &bBilet için &e{@fiyat} &bParanız Olmalı"
command /git:
trigger:
if {bilet.%player%} >= 1:
if {kullanım.%player%} >= 1:
send "&bDünyaya Aktarılıyorsunuz"
remove 1 from {kullanım.%player%}
execute console command "mv tp %player% Hiroshima"
else:
send "&cKullanım Hakkın bitti"
delete {bilet.%player%}
delete {kullanım.%player%}
stop
if {bilet.%player%} is not set:
if {kullanım.%player%} is not set:
stop
send "&cBiletin Yok"
maalesef çalışmadı iflerin konumuyla ilgili bir sorun olabilir miKod:options: fiyat: 500#bunu değiştire bilirsiniz p: test#bunu size bırakıyorum prefixi değiştirin bu prefix command /biletal: trigger: if player's balance is bigger than {@fiyat}: send "{@p} &bBaşarıyla 3 Kullanımlık Bilet Aldınız /git yazınca Gidebilirsiniz" execute console command "eco take %player% {@fiyat}" add 3 to {kullanım.%player%} add 1 to {bilet.%player%} else: send "{@p} &bBilet için &e{@fiyat} &bParanız Olmalı" command /git: trigger: if {bilet.%player%} >= 1: if {kullanım.%player%} >= 1: send "&bDünyaya Aktarılıyorsunuz" remove 1 from {kullanım.%player%} execute console command "mv tp %player% Hiroshima" else: send "&cKullanım Hakkın bitti" delete {bilet.%player%} delete {kullanım.%player%} stop if {bilet.%player%} is not set: if {kullanım.%player%} is not set: stop send "&cBiletin Yok"
bü sefer olma umuduyla
tekrardan /git komudu açıp oraya if koyup 0 ise hata vermesini sağlayabilir miyizmaalesef çalışmadı iflerin konumuyla ilgili bir sorun olabilir mi
?????ᴼᶠᶠᶦᶜᶦᵃˡ#8073
tekrardan /git komudu açıp oraya if koyup 0 ise hata vermesini sağlayabilir miyiz
options:
fiyat: 500
p: test
command /biletal:
trigger:
if player's balance is bigger than 499:
send "{@p} &bBaşarıyla 3 Kullanımlık Bilet Aldınız /git yazınca Gidebilirsiniz"
execute console command "eco take %player% 500"
add 3 to {kullanım.%player%}
add 1 to {bilet.%player%}
else:
send "{@p} &bBilet için &e{@fiyat} &bParanız Olmalı"
command /git:
trigger:
if {bilet.%player%} >= 1:
if {kullanım.%player%} >= 1:
send "&bDünyaya Aktarılıyorsunuz"
remove 1 from {kullanım.%player%}
execute console command "mv tp %player% Hiroshima"
else:
send "&cKullanım Hakkın bitti"
delete {bilet.%player%}
stop
if {bilet.%player%} is not set:
if {kullanım.%player%} = 0:
send "&cBiletin Yok"
stop
çalıştı eyvallah yorduk senideKod:options: fiyat: 500 p: test command /biletal: trigger: if player's balance is bigger than 499: send "{@p} &bBaşarıyla 3 Kullanımlık Bilet Aldınız /git yazınca Gidebilirsiniz" execute console command "eco take %player% 500" add 3 to {kullanım.%player%} add 1 to {bilet.%player%} else: send "{@p} &bBilet için &e{@fiyat} &bParanız Olmalı" command /git: trigger: if {bilet.%player%} >= 1: if {kullanım.%player%} >= 1: send "&bDünyaya Aktarılıyorsunuz" remove 1 from {kullanım.%player%} execute console command "mv tp %player% Hiroshima" else: send "&cKullanım Hakkın bitti" delete {bilet.%player%} stop if {bilet.%player%} is not set: if {kullanım.%player%} = 0: send "&cBiletin Yok" stop
bu çalıştı sorun stopu ilk yazmamızmış
?????ᴼᶠᶠᶦᶜᶦᵃˡ#8073
options:
fiyat: 499
p: test
command /biletal:
trigger:
if player's balance is bigger than {@fiyat}:
send "{@p} &bBaşarıyla 3 Kullanımlık Bilet Aldınız /git yazınca Gidebilirsiniz"
execute console command "eco take %player% {@fiyat}"
add 3 to {kullanım.%player%}
add 1 to {bilet.%player%}
else:
send "{@p} &bBilet için &e{@fiyat} &bParanız Olmalı"
command /git:
trigger:
if {bilet.%player%} >= 1:
if {kullanım.%player%} >= 1:
send "&bDünyaya Aktarılıyorsunuz"
remove 1 from {kullanım.%player%}
execute console command "mv tp %player% Hiroshima"
else:
send "&cKullanım Hakkın bitti"
delete {bilet.%player%}
stop
if {bilet.%player%} is not set:
if {kullanım.%player%} = 0:
send "&cBiletin Yok"
stop
?????ᴼᶠᶠᶦᶜᶦᵃˡ#8073
ne demek her zamançalıştı eyvallah yorduk senide
Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!