FurkanHanPvp
Kömür Madencisi
- En iyi cevaplar
- 0
Oyuncu lobi dünyasına gittiği zaman eline zümrüt gelsin ıstiyorum ve onu envanterden atamasın her lobiye gittiğinde zümrüt sayisi da artmasın yapabilir misiniz?
on teleport:
if event-world is "lobi":
if {zhak.%player%} is false:
set slot 9 of player to emerald named "&aÖzel Zümrüt"
set {zhak.%player%} to true
if {zhak.%player%} is true:
cancel event
on drop:
if player's world is "lobi":
if event-item is emerald:
if event-item's name is "&aÖzel Zümrüt":
cancel event
send "&cYere Atamazsın!"
Gelmiyor zumrutKod:on teleport: if event-world is "lobi": if {zhak.%player%} is false: set slot 9 of player to emerald named "&aÖzel Zümrüt" set {zhak.%player%} to true if {zhak.%player%} is true: cancel event on drop: if player's world is "lobi": if event-item is emerald: if event-item's name is "&aÖzel Zümrüt": cancel event send "&cYere Atamazsın!"
on teleport:
if event-world is "lobi":
if {zhak.%player%} is false:
give a emerald to player
set slot 9 of player to emerald named "&aÖzel Zümrüt"
set {zhak.%player%} to true
if {zhak.%player%} is true:
cancel event
on drop:
if player's world is "lobi":
if event-item is emerald:
if event-item's name is "&aÖzel Zümrüt":
cancel event
send "&cYere Atamazsın!"
Bunu dener misin
Kod:on teleport: if event-world is "lobi": if {zhak.%player%} is false: give a emerald to player set slot 9 of player to emerald named "&aÖzel Zümrüt" set {zhak.%player%} to true if {zhak.%player%} is true: cancel event on drop: if player's world is "lobi": if event-item is emerald: if event-item's name is "&aÖzel Zümrüt": cancel event send "&cYere Atamazsın!"