- Katılım
- 21 Mayıs 2017
- Mesajlar
- 663
- Elmaslar
- 190
- Puanlar
- 75
- Yaş
- 21
- Yer
- Afyonkarahisar
- Minecraft
- MustafaPvP1
Merhaba, skript hata vermiyor fakat sağ tıkladığımda hiç birşey olmuyor.
Kod:
on right click:
if targeted block is sign:
line 1 is "&dMiksas&fSky"
line 2 is "&b&l%line 2% &e&lAdet"
line 3 is "&a&l%line 3%"
line 4 is "&c&lAL &d&l%line 4% &bTL"
set {_satınal} to "%line 4%"
if player's balance is greater than {_satınal}:
set {_tane} to "%line 2%"
set {_item} to "%line 3%"
execute console command "eco take %player% %{_satınal}%"
give {_tane} {_item} to player
send player title "&aSATIN ALINDI!" with subtitle "&f%line 2% &c%line 3%" for 2 second
send "&a%line 4% &cParan Aldındı." to player
else:
send player title "&aPARAN" with subtitle "&cYETERSİZ!" for 2 second
on sign change:
if player is op:
line 1 is "MS"
set line 1 to "&dMiksas&fSky"
set line 2 to "&b&l%line 2% &e&lAdet"
set line 3 to "&a&l%line 3%"
set line 4 to "&c&lAL &d&l%line 4% &bTL"