Miraç KAYA
Yeni bir Steve doğdu!
- Katılım
- 6 Mart 2019
- Mesajlar
- 26
- Tepki puanı
- 19
- Puanları
- 0
Bu skript sayesinde oyuncular arsalarda uçabilecek.
/arsafly diye çalışıyor.
İşte Kod:
/arsafly diye çalışıyor.
İşte Kod:
Kod:
on join:
if {ucus.%player%} is not set:
set {ucus.%player%} to false
command /uc:
trigger:
if player's world is "plotworld":
if {ucus.%player%} is false:
execute console command "fly %player% on"
send "&3Arsa &8» &eArsalarda Ucus Modunu Actin!"
set {ucus.%player%} to true
else:
execute console command "fly %player% off"
send "&3Arsa &8» &eArsalarda Ucus Modunu Kapattin!"
set {ucus.%player%} to false
else:
send "&3Arsa &8» &eArsalarda Olmadigin Icin Ucus Modunu Acamadin!"