Bulundu Random Teleport Skript

  • Konuyu Başlatan Konuyu Başlatan Sefa.coban65
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 678
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Sefa.coban65

Zombi Geldi, Beni Yedi
Katılım
19 Ocak 2021
Mesajlar
228
Elmaslar
72
Puan
9.155
Konum
Van
Minecraft
Sefa_cobann65

Discord:

zibis2

Merhaba şöyle bir scripte ihtiyacım var bir komut olacak ve oyuncu ilk kez o komutu kullandığında ücretsiz bir şekilde konsol rtp %player% komutunu kullanacak. Sonrasında ise bu komutu kullandığında 250 tl kesilecek yapabilecek var mı?
 
Kod:
variables:
    {first.%player%} = true
    
command /komut:
    trigger:
        if {first.%player%} is true:
            set {first.%player%} to false
            execute console command "rtp %player%"
        else:
            if player's balance >= 250:
                remove 250 from player's balance
                execute console command "rtp %player%"
 
Kod:
variables:
    {first.%player%} = true
  
command /komut:
    trigger:
        if {first.%player%} is true:
            set {first.%player%} to false
            execute console command "rtp %player%"
        else:
            if player's balance >= 250:
                remove 250 from player's balance
                execute console command "rtp %player%"
Deniyiceğim teşekkürler
 
Kod:
command /isinlan:
    trigger:
        if {server::%player%::commands::isinlan::first} isn't set:
            set {server::%player%::commands::isinlan::first} to true
        else if player's balance >= 250:
            remove 250 from player's balance
        execute console command "rtp %player%"
buyrunuz
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst