JavaScript devre dışı. Daha iyi bir deneyim için, önce lütfen tarayıcınızda JavaScript'i etkinleştirin.
Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz..
Tarayıcınızı güncellemeli veya
alternatif bir tarayıcı kullanmalısınız.
Çözüldü SpawnerMarket Skripti Yardım
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Kod:Panoya kopyala
command /demirsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 40000000000:
execute console command "tm amessage %player% &eBasariyla Elmas Blok SP Alindi"
execute console command "itemsp ver %player% demirblok 1"
remove 40000000000 from player's balance
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /altinsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 120000000000:
execute console command "tm amessage %player% &eBasariyla Altın Blok SP Alindi"
execute console command "itemsp ver %player% altinblok 1"
remove 120000000000 from player's balance
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /zumrutsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 400000000000:
execute console command "tm amessage %player% &eBasariyla Zümrüt Blok SP Alindi"
execute console command "itemsp ver %player% zumrutblok 1"
remove 400000000000 from player's balance
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /elmassp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 1200000000000:
execute console command "tm amessage %player% &eBasariyla Elmas Blok SP Alindi"
execute console command "itemsp ver %player% elmasblok 1"
remove 1200000000000 from player's balance
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /bronzsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 4000000000000:
execute console command "tm amessage %player% &eBasariyla Bronz SP Alindi"
execute console command "itemsp ver %player% bronz 1"
remove 4000000000000 from player's balance
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /siyahceliksp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 12000000000000:
execute console command "tm amessage %player% &eSiyah Çelik SP Alindi"
execute console command "itemsp ver %player% bsteel 1"
remove 12000000000000 from player's balance
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /borsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 40000000000000:
execute console command "tm amessage %player% &eBasariyla Bor SP Alindi"
execute console command "itemsp ver %player% bor 1"
remove 40000000000000 from player's balance
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /karbonsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 125000000000000:
execute console command "tm amessage %player% &eBasariyla Karbon SP Alindi"
execute console command "itemsp ver %player% carbon 1"
remove 125000000000000 from player's balance
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /lityumsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 350000000000000:
execute console command "tm amessage %player% &eBasariyla Lityum SP Alindi"
execute console command "itemsp ver %player% litium 1"
remove 350000000000000 from player's balance
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /safirsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 1000000000000000:
execute console command "tm amessage %player% &eBasariyla Safir SP Alindi"
execute console command "itemsp ver %player% sapphire 1"
remove 1000000000000000 from player's balance
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /yakutsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 3000000000000000:
execute console command "tm amessage %player% &eBasariyla Yakut SP Alindi"
execute console command "itemsp ver %player% ruby 1"
remove 3000000000000000 from player's balance
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /uranyumsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 10000000000000000:
execute console command "tm amessage %player% &eBasariyla Uranyum SP Alindi"
execute console command "itemsp ver %player% uranyum 1"
remove 10000000000000000 from player's balance
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /vibranyumsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 30000000000000000:
execute console command "tm amessage %player% &eBasariyla Vibranyum SP Alindi"
execute console command "itemsp ver %player% vibranium 1"
remove 30000000000000000 from player's balance
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /evreninyildizisp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 90000000000000000:
execute console command "tm amessage %player% &eEvrenin Yıldızı SP Alindi"
execute console command "itemsp ver %player% sou 1"
remove 90000000000000000 from player's balance
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
command /komurcevherisp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 1500000000000000:
execute console command "tm amessage %player% &eBasariyla Kömür Cevheri SP Alindi"
execute console command "itemsp ver %player% komurcevheri 1"
remove 1500000000000000 from player's balance
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds
Moderatör tarafından düzenlendi: 15 Kasım 2019
Lütfen Biri Düzeltip Atabilirmi Zaten Skriptten Çok Anlamıyorum Sadece Editledim 15 hata verdi
Kod:Panoya kopyala
command /demirsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 40000000000:
execute console command "tm amessage %player% &eBasariyla Elmas Blok SP Alindi"
execute console command "itemsp ver %player% demirblok 1"
remove 40000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /altinsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 120000000000:
execute console command "tm amessage %player% &eBasariyla Altın Blok SP Alindi"
execute console command "itemsp ver %player% altinblok 1"
remove 120000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /zumrutsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 400000000000:
execute console command "tm amessage %player% &eBasariyla Zümrüt Blok SP Alindi"
execute console command "itemsp ver %player% zumrutblok 1"
remove 400000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /elmassp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 1200000000000:
execute console command "tm amessage %player% &eBasariyla Elmas Blok SP Alindi"
execute console command "itemsp ver %player% elmasblok 1"
remove 1200000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /bronzsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 4000000000000:
execute console command "tm amessage %player% &eBasariyla Bronz SP Alindi"
execute console command "itemsp ver %player% bronz 1"
remove 4000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /siyahceliksp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 12000000000000:
execute console command "tm amessage %player% &eSiyah Çelik SP Alindi"
execute console command "itemsp ver %player% bsteel 1"
remove 12000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /borsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 40000000000000:
execute console command "tm amessage %player% &eBasariyla Bor SP Alindi"
execute console command "itemsp ver %player% bor 1"
remove 40000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /karbonsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 125000000000000:
execute console command "tm amessage %player% &eBasariyla Karbon SP Alindi"
execute console command "itemsp ver %player% carbon 1"
remove 125000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /lityumsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 350000000000000:
execute console command "tm amessage %player% &eBasariyla Lityum SP Alindi"
execute console command "itemsp ver %player% litium 1"
remove 350000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /safirsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 1000000000000000:
execute console command "tm amessage %player% &eBasariyla Safir SP Alindi"
execute console command "itemsp ver %player% sapphire 1"
remove 1000000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /yakutsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 3000000000000000:
execute console command "tm amessage %player% &eBasariyla Yakut SP Alindi"
execute console command "itemsp ver %player% ruby 1"
remove 3000000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /uranyumsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 10000000000000000:
execute console command "tm amessage %player% &eBasariyla Uranyum SP Alindi"
execute console command "itemsp ver %player% uranyum 1"
remove 10000000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /vibranyumsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 30000000000000000:
execute console command "tm amessage %player% &eBasariyla Vibranyum SP Alindi"
execute console command "itemsp ver %player% vibranium 1"
remove 30000000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /evreninyildizisp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 90000000000000000:
execute console command "tm amessage %player% &eEvrenin Yıldızı SP Alindi"
execute console command "itemsp ver %player% sou 1"
remove 90000000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /komurcevherisp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 1500000000000000:
execute console command "tm amessage %player% &eBasariyla Kömür Cevheri SP Alindi"
execute console command "itemsp ver %player% komurcevheri 1"
remove 1500000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
dener misin ?
Kod:Panoya kopyala
command /demirsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 40000000000:
execute console command "tm amessage %player% &eBasariyla Elmas Blok SP Alindi"
execute console command "itemsp ver %player% demirblok 1"
remove 40000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /altinsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 120000000000:
execute console command "tm amessage %player% &eBasariyla Altın Blok SP Alindi"
execute console command "itemsp ver %player% altinblok 1"
remove 120000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /zumrutsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 400000000000:
execute console command "tm amessage %player% &eBasariyla Zümrüt Blok SP Alindi"
execute console command "itemsp ver %player% zumrutblok 1"
remove 400000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /elmassp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 1200000000000:
execute console command "tm amessage %player% &eBasariyla Elmas Blok SP Alindi"
execute console command "itemsp ver %player% elmasblok 1"
remove 1200000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /bronzsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 4000000000000:
execute console command "tm amessage %player% &eBasariyla Bronz SP Alindi"
execute console command "itemsp ver %player% bronz 1"
remove 4000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /siyahceliksp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 12000000000000:
execute console command "tm amessage %player% &eSiyah Çelik SP Alindi"
execute console command "itemsp ver %player% bsteel 1"
remove 12000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /borsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 40000000000000:
execute console command "tm amessage %player% &eBasariyla Bor SP Alindi"
execute console command "itemsp ver %player% bor 1"
remove 40000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /karbonsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 125000000000000:
execute console command "tm amessage %player% &eBasariyla Karbon SP Alindi"
execute console command "itemsp ver %player% carbon 1"
remove 125000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /lityumsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 350000000000000:
execute console command "tm amessage %player% &eBasariyla Lityum SP Alindi"
execute console command "itemsp ver %player% litium 1"
remove 350000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /safirsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 1000000000000000:
execute console command "tm amessage %player% &eBasariyla Safir SP Alindi"
execute console command "itemsp ver %player% sapphire 1"
remove 1000000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /yakutsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 3000000000000000:
execute console command "tm amessage %player% &eBasariyla Yakut SP Alindi"
execute console command "itemsp ver %player% ruby 1"
remove 3000000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /uranyumsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 10000000000000000:
execute console command "tm amessage %player% &eBasariyla Uranyum SP Alindi"
execute console command "itemsp ver %player% uranyum 1"
remove 10000000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /vibranyumsp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 30000000000000000:
execute console command "tm amessage %player% &eBasariyla Vibranyum SP Alindi"
execute console command "itemsp ver %player% vibranium 1"
remove 30000000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /evreninyildizisp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 90000000000000000:
execute console command "tm amessage %player% &eEvrenin Yıldızı SP Alindi"
execute console command "itemsp ver %player% sou 1"
remove 90000000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
command /komurcevherisp <offlineplayer>:
trigger:
if arg 1 is set:
if player's balance > 1500000000000000:
execute console command "tm amessage %player% &eBasariyla Kömür Cevheri SP Alindi"
execute console command "itemsp ver %player% komurcevheri 1"
remove 1500000000000000 from player's balance
else:
execute console command "tm message %player% &4✘\n&cYetersiz Para"
dener misin ?
deniyorum
OLDU KONU KAPANSIN BI ZAHMET ŞU ADAMA EN IYI CEVAP VERIN 3 SAATTİR BEKLİYORUM
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...