- Katılım
- 2 Aralık 2017
- Mesajlar
- 279
- Elmaslar
- 62
- Puanlar
- 4.170
- Yaş
- 24
Parası olmadıgı halde kredi alabılıyor bi bakın
Kod:
command /market:
trigger:
open chest with 1 rows named "&e» &c&lIORS&f&lNetwork &bMarket &e«" to player
format slot 0 of player with 381 named "&bYetenekler" with lore "&eTıklayarak Yetenekleri Gorup Satın Alabilirsiniz" to close then run [execute player command "/ytnklr_"]
command /ytnklr_:
trigger:
wait 2 tick
open chest with 1 rows named "&e» &c&lIORS&f&lNetwork &bYetenekler &e«" to player
wait 2 tick
format slot 0 of player with bow named "&6&lTeleport &f&lYayi" to close then run [execute player command "/ytnkpyay"]
on rightclick with 370:
if name of player's tool is "&a&lKredi":
execute player command "/market"
command /ytnkpyay:
trigger:
if player has 6 ghast tear named "&a&lKredi" with lore "&eBunu Sanal Markette Harcayabilirsin":
remove 6 ghast tear named "&a&lKredi" with lore "&eBunu Sanal Markette Harcayabilirsin" from player
execute console command "manuaddp %player% tp.bow"
execute player command "/tpbow"
give Arrow named "&6Sinirsiz &a&lOK" to player
set {yayaldi.%player%} to true
wait 30 days
execute console command "manudelp %player% tp.bow"
set {yayaldi.%player%} to false
else:
cancel event
send "&c&lYetersiz Kredi"
if {yayaldi.%player%} is true:
execute player command "/tpbow"
command /kredi <text>:
trigger:
if arg 1 is "al":
remove 30000 from player's balance
give 370 named "&a&lKredi" with lore "&eBunu Sanal Markette Harcayabilirsin" to player
else:
cancel event
send "&7[&c&lIors&f&lNetWork&7] &e» &c&lKredi Almak Icin &a30.000 &c&lDolara Sahip Olmalisin"