insecure
Bir Kömür Göründü Kaptanım!
- Katılım
- 21 Şubat 2022
- Mesajlar
- 143
- Elmaslar
- 3
- Puanlar
- 2.310
- Yaş
- 24
arkadaşlar coin sistemini yaptım ama menülü coin market sistemi gerek anlatıyorum bi menü açılcak 3 slotluk orda market adında item olucak o iteme tıklayınca yeni menü açılcak ve orda coinle satılan eşyalar olcak örnek elmas kışıç 100 coin tıklayınca satın alcak eğer yeterli coini yoksa çhatte yeterli coin yoksa yazarsa güzel olur
skriptin bi kısmını yazdım devam ettirebilirsiniz
command /market:
trigger:
set {_market} to a new chest inventory with 3 row with name "&e&lShop"
set slot 13 of {_market} to bell named "&6&lShop" with lore "&3&lTıkla"
open {_market} to player
#menü
on inventory click:
if name of event-inventory is "&e&lShop":
if index of event-slot = 0:
cancel event
if index of event-slot = 13:
close player's inventory
skriptin bi kısmını yazdım devam ettirebilirsiniz
command /market:
trigger:
set {_market} to a new chest inventory with 3 row with name "&e&lShop"
set slot 13 of {_market} to bell named "&6&lShop" with lore "&3&lTıkla"
open {_market} to player
#menü
on inventory click:
if name of event-inventory is "&e&lShop":
if index of event-slot = 0:
cancel event
if index of event-slot = 13:
close player's inventory