AsilTurk
Odunlara Vur Vur Vur!
- Katılım
- 13 Ağustos 2020
- Mesajlar
- 37
- Elmaslar
- 31
- Puan
- 905
- Yaş
- 27
- Minecraft
- AsilTurk
Discord:
MrAsil#0001
Merhaba dostlar elimde bir adet soygun scripti var buradan almıştım ve ona bir şey eklettirmek istiyorum eğer adamda "sk.polis" permission u varsa soygun yapamasın yapanın şimdiden ellerine kollarına sağlık.
Kod:
options:
bekleme: 300
prefix: &c&lSoygun &8&l» &7
command /soygun:
trigger:
send "{@prefix}ATM oluşturmak için &c/atm"
command /atm [<text>]:
permission: atm.admin
trigger:
if arg-1 is not set:
send "{@prefix}ATM oluşturmak için &c/atm olustur"
send "{@prefix}ATM'yi kaldırmak için &c/atm kaldir"
if arg-1 is "olustur":
if targeted block is sign:
set line 2 of targeted block to "&9[ATM]"
set line 3 of targeted block to "&a[Soyulmamis]"
set {atm.tabela.%location of targeted block%} to 1
else:
send "{@prefix}Bir tabelaya bakmalısın"
if arg-1 is "kaldir":
if targeted block is sign:
if {atm.tabela.%location of targeted block%} is set:
delete {atm.tabela.%location of targeted block%}
set line 2 of targeted block to ""
set line 3 of targeted block to ""
send "&7ATM başarıyla kaldırırldı"
else:
send "{@prefix}Bu bir atm değil !"
on right click on sign:
{atm.tabela.%location of clicked block%} is set:
line 2 of clicked block is "&9[ATM]":
if line 3 of the clicked block is "&a[Soyulmamis]":
set line 3 of the clicked block to "&c[Soyulmus]"
broadcast "&c%player% &7isimli oyuncu &c%location of clicked block% &7kordinatlarındaki ATM'de soyguna başladı ! "
execute console command "freeze %player%"
wait 2 seconds
loop 200 times:
send ""
send "&8&l» &7ATM Soyuluyor..."
wait 2 seconds
loop 200 times:
send ""
send "&a▌▌▌"
wait 2 seconds
loop 200 times:
send ""
send "&a▌▌▌▌▌▌"
wait 2 seconds
loop 200 times:
send ""
send "&a▌▌▌▌▌▌▌▌▌"
wait 2 seconds
loop 200 times:
send ""
send "&a▌▌▌▌▌▌▌▌▌▌▌▌"
wait 2 seconds
loop 200 times:
send ""
wait 2 second
broadcast "&c%player% &7isimli oyuncu &c%location of clicked block% &7kordinatlarındaki ATM'yi başarı ile soydu ! ! "
send "&7ATM Başarıyla Soyuldu ve 50bin tl kazandın!"
execute console command "unfreeze %player%"
execute console command "eco give %player% 50000"
wait {@bekleme} seconds
set line 3 of the clicked block to "&a[Soyulmamis]"
else:
send "Bu banka daha önce soyulmuş !"