Sol Reklam
Sağ Reklam

Çözüldü Skriptin Neresi Hatalı

Durum
Mesaj gönderimine kapalı.

SansarReisOfficial

Tasarımcı
Yasaklandı

Discord:

Corrsy#7006

Katılım
22 Şubat 2019
Mesajlar
1.087
Elmaslar
424
Puanlar
12.285
Yaş
25
Yer
Dünya
Minecraft
CrazySansar
command /spamarket [<text>]:
trigger:
wait 0.3 seconds
if arg 1 is not set:
play raw sound "random.orb" at player with pitch 1 volume 5
open chest with 3 row named "&8&nAnahtar Menüsü" to player
format slot 0 of player with mob spawner named "&cBlaze Spawneri" with lore "&8Fiyat:&7 50K" to close then run [execute player command "demir"]
format slot 1 of player with mob spawner named "&cZombi Spawneri" with lore "&8Fiyat:&7 50K" to close then run [execute player command "altin"]
format slot 2 of player with mob spawner named "&cIskelet Spawneri" with lore "&8Fiyat:&7 50K" to close then run [execute player command "elmas"]
format slot 3 of player with mob spawner named "&cÖrümcek Spawneri" with lore "&8Fiyat:&7 50K" to close then run [execute player command "el1"]
format slot 4 of player with mob spawner named "&cD.Zombi Spawneri" with lore "&8Fiyat:&7 50K" to close then run [execute player command "el2"]
format slot 5 of player with mob spawner named "&cCadı Spawneri" with lore "&8Fiyat:&7 50K" to close then run [execute player command "el3"]
format slot 6 of player with mob spawner named "&cInek Spawneri" with lore "&8Fiyat:&7 50K" to close then run [execute player command "el4"]
format slot 7 of player with mob spawner named "&cDomuz Spawneri" with lore "&8Fiyat:&7 50K" to close then run [execute player command "el5"]
format slot 8 of player with mob spawner named "&cKoyun Spawneri" with lore "&8Fiyat:&7 50K" to close then run [execute player command "el6"]
format slot 9 of player with mob spawner named "&cTavuk Spawneri" with lore "&8Fiyat:&7 50K" to close then run [execute player command "el7"]
format slot 11 of player with mob spawner named "&cGümüş Spawneri" with lore "&8Fiyat:&7 150K" to close then run [execute player command "el8"]
format slot 12 of player with mob spawner named "&cNikel Spawneri" with lore "&8Fiyat:&7 250K" to close then run [execute player command "el9"]
format slot 13 of player with mob spawner named "&cMetal Spawneri" with lore "&8Fiyat:&7 500K" to close then run [execute player command "el10"]
command /demir:
trigger:
if player's balance is bigger than or equal to 50000:
remove 50000 from player's balance
execute console command "/ss give %player blaze 1"

command /altin:
trigger:
if player's balance is bigger than or equal to 50000:
remove 50000 from player's balance
execute console command "/ss give %player% zombie 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /elmas:
trigger:
if player's balance is bigger than or equal to 50000:
remove 50000 from player's balance
execute console command "/ss give %player% skeleton 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /el1:
trigger:
if player's balance is bigger than or equal to 50000:
remove 50000 from player's balance
execute console command "/ss give %player% spider 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /el2:
trigger:
if player's balance is bigger than or equal to 50000:
remove 50000 from player's balance
execute console command "/ss give %player% zombiepigman 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /el3:
trigger:
if player's balance is bigger than or equal to 50000:
remove 50000 from player's balance
execute console command "/ss give %player% witch 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /el4:
trigger:
if player's balance is bigger than or equal to 50000:
remove 50000 from player's balance
execute console command "/ss give %player% cow 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /el5:
trigger:
if player's balance is bigger than or equal to 50000:
remove 50000 from player's balance
execute console command "/ss give %player% pig 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /el6:
trigger:
if player's balance is bigger than or equal to 50000:
remove 50000 from player's balance
execute console command "/ss give %player% sheep 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /el7:
trigger:
if player's balance is bigger than or equal to 50000:
remove 50000 from player's balance
execute console command "/ss give %player% chicken 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /el8:
trigger:
if player's balance is bigger than or equal to 150000:
remove 150000 from player's balance
execute console command "/itemspawner ver %player% gumus 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /el9:
trigger:
if player's balance is bigger than or equal to 250000:
remove 250000 from player's balance
execute console command "/itemspawner ver %player% nikel 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /el10:
trigger:
if player's balance is bigger than or equal to 500000:
remove 500000 from player's balance
execute console command "/itemspawner ver %player% metal 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

Arkadaşlar Bu Skriptin Neresi Hatalı Bana Düzeltip Verirmisiniz lütfen (21 tane hata veriyo)
 

KanedgyBO

SkriptTale

Discord:

TheLudoBile#3485

Katılım
29 Mart 2018
Mesajlar
929
Elmaslar
390
Puanlar
5.565
Yaş
17
Yer
Bursa / Erikli
Minecraft
TheLudoBile
command /spamarket [<text>]:
trigger:
wait 0.3 seconds
if arg 1 is not set:
play raw sound "random.orb" at player with pitch 1 volume 5
open chest with 3 row named "&8&nAnahtar Menüsü" to player
format slot 0 of player with mob spawner named "&cBlaze Spawneri" with lore "&8Fiyat:&7 50K" to close then run [execute player command "demir"]
format slot 1 of player with mob spawner named "&cZombi Spawneri" with lore "&8Fiyat:&7 50K" to close then run [execute player command "altin"]
format slot 2 of player with mob spawner named "&cIskelet Spawneri" with lore "&8Fiyat:&7 50K" to close then run [execute player command "elmas"]
format slot 3 of player with mob spawner named "&cÖrümcek Spawneri" with lore "&8Fiyat:&7 50K" to close then run [execute player command "el1"]
format slot 4 of player with mob spawner named "&cD.Zombi Spawneri" with lore "&8Fiyat:&7 50K" to close then run [execute player command "el2"]
format slot 5 of player with mob spawner named "&cCadı Spawneri" with lore "&8Fiyat:&7 50K" to close then run [execute player command "el3"]
format slot 6 of player with mob spawner named "&cInek Spawneri" with lore "&8Fiyat:&7 50K" to close then run [execute player command "el4"]
format slot 7 of player with mob spawner named "&cDomuz Spawneri" with lore "&8Fiyat:&7 50K" to close then run [execute player command "el5"]
format slot 8 of player with mob spawner named "&cKoyun Spawneri" with lore "&8Fiyat:&7 50K" to close then run [execute player command "el6"]
format slot 9 of player with mob spawner named "&cTavuk Spawneri" with lore "&8Fiyat:&7 50K" to close then run [execute player command "el7"]
format slot 11 of player with mob spawner named "&cGümüş Spawneri" with lore "&8Fiyat:&7 150K" to close then run [execute player command "el8"]
format slot 12 of player with mob spawner named "&cNikel Spawneri" with lore "&8Fiyat:&7 250K" to close then run [execute player command "el9"]
format slot 13 of player with mob spawner named "&cMetal Spawneri" with lore "&8Fiyat:&7 500K" to close then run [execute player command "el10"]
command /demir:
trigger:
if player's balance is bigger than or equal to 50000:
remove 50000 from player's balance
execute console command "/ss give %player blaze 1"

command /altin:
trigger:
if player's balance is bigger than or equal to 50000:
remove 50000 from player's balance
execute console command "/ss give %player% zombie 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /elmas:
trigger:
if player's balance is bigger than or equal to 50000:
remove 50000 from player's balance
execute console command "/ss give %player% skeleton 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /el1:
trigger:
if player's balance is bigger than or equal to 50000:
remove 50000 from player's balance
execute console command "/ss give %player% spider 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /el2:
trigger:
if player's balance is bigger than or equal to 50000:
remove 50000 from player's balance
execute console command "/ss give %player% zombiepigman 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /el3:
trigger:
if player's balance is bigger than or equal to 50000:
remove 50000 from player's balance
execute console command "/ss give %player% witch 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /el4:
trigger:
if player's balance is bigger than or equal to 50000:
remove 50000 from player's balance
execute console command "/ss give %player% cow 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /el5:
trigger:
if player's balance is bigger than or equal to 50000:
remove 50000 from player's balance
execute console command "/ss give %player% pig 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /el6:
trigger:
if player's balance is bigger than or equal to 50000:
remove 50000 from player's balance
execute console command "/ss give %player% sheep 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /el7:
trigger:
if player's balance is bigger than or equal to 50000:
remove 50000 from player's balance
execute console command "/ss give %player% chicken 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /el8:
trigger:
if player's balance is bigger than or equal to 150000:
remove 150000 from player's balance
execute console command "/itemspawner ver %player% gumus 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /el9:
trigger:
if player's balance is bigger than or equal to 250000:
remove 250000 from player's balance
execute console command "/itemspawner ver %player% nikel 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

command /el10:
trigger:
if player's balance is bigger than or equal to 500000:
remove 500000 from player's balance
execute console command "/itemspawner ver %player% metal 1"
send player title "&a✔" with subtitle "&aİşlem Başarılı!" for 2 seconds
else:
send player title "&4✘" with subtitle "&cYetersiz Para" for 2 seconds

Arkadaşlar Bu Skriptin Neresi Hatalı Bana Düzeltip Verirmisiniz lütfen (21 tane hata veriyo)
neresinin hatalı olduğunu veriyor bize de söylesen işimiz kolay olur
 

SansarReisOfficial

Tasarımcı
Yasaklandı

Discord:

Corrsy#7006

Katılım
22 Şubat 2019
Mesajlar
1.087
Elmaslar
424
Puanlar
12.285
Yaş
25
Yer
Dünya
Minecraft
CrazySansar

KanedgyBO

SkriptTale

Discord:

TheLudoBile#3485

Katılım
29 Mart 2018
Mesajlar
929
Elmaslar
390
Puanlar
5.565
Yaş
17
Yer
Bursa / Erikli
Minecraft
TheLudoBile

SansarReisOfficial

Tasarımcı
Yasaklandı

Discord:

Corrsy#7006

Katılım
22 Şubat 2019
Mesajlar
1.087
Elmaslar
424
Puanlar
12.285
Yaş
25
Yer
Dünya
Minecraft
CrazySansar

KanedgyBO

SkriptTale

Discord:

TheLudoBile#3485

Katılım
29 Mart 2018
Mesajlar
929
Elmaslar
390
Puanlar
5.565
Yaş
17
Yer
Bursa / Erikli
Minecraft
TheLudoBile
Encountered 21 errors while reloading coinmarket.sk yazıyor
o en altında yazan mesaj değilmi reloading x.sk arasında kırmızı yazıyla hatalar sonra o mesajın gelmesi lzm normalde öyle oluyor yani
 
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı