Değiştirdim ancak hala lapisleri satmıyor.Ve bu hatayı veriyoron break lapis ore:
yerine
on break of lapis ore:
yazarsanız düzelecektir.
Değiştirdim ancak hala lapisleri satmıyor.Ve bu hatayı veriyor
Ekli dosyayı görüntüle 134901
on break of lapis lazuli ore:Onu da denedim ancak hala aynı.Muhtemelen plugin de bir hata var ona bakıcam şimdion break of lapis lazuli ore:
Böyle olması lazım
command /lapissat [<text>]:
trigger:
if arg-1 is "ac":
set {lapis::%player%} to true
send "agtif diil :(" to player
else if arg-1 is "kapat":
delete {lapis::%player%}
send "agtif artık len" to player
else:
send "/lapissat aç veya lapissat kapat işte"
on break of Lapis ore:
if {lapis::%player%} is set:
if player has 640 of lapis lazuli:
remove 640 lapis lazuli from player
show an action bar from "640 tane lapisinızı çaldım, 10kee para verdim." to player
execute console command "eco give %player% 10880"
Teşekkür ederim hocam. /Lapissat komutu çalışıyor ancak /otosat aç /otosat kapat çalışmıyor.Plugini de yeniledim acaba pluginler mi çakışıyorKod:command /lapissat [<text>]: trigger: if arg-1 is "ac": set {lapis::%player%} to true send "agtif diil :(" to player else if arg-1 is "kapat": delete {lapis::%player%} send "agtif artık len" to player else: send "/otosat aç veya otosat kapat işte" on break of Lapis ore: if {lapis::%player%} is set: if player has 640 of lapis lazuli: remove 640 lapis lazuli from player show an action bar from "640 tane lapisinızı çaldım, 10kee para verdim." to player execute console command "eco give %player% 10880"
Test edildi. Skript olarak bu jari indirir misin?
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.
Tamamdır.Teşekkür ederimBen mesajları öyle unutmuşum, kendinize göre değiştirin.