Çözüldü Komut türkçeleştirme skripti

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

Yaptrak

Yay Yok, İskelet Yok
Katılım
29 Temmuz 2018
Mesajlar
297
Elmaslar
52
Puan
13.920
Yaş
30
Minecraft
aaa
istediğim skript şu şekilde /ah sell 5 10 5=adet 10=fiyat

bu komutu türkçeye nasıl çevirebilirim şu şekilde /ihale sat 5 10
 
Kod:
command /ihale [<text>] [<number>] [<number>]:
    trigger:
        if arg-1 is not set:
            send "&a[/ihale sat]" to player
        if arg-2 is not set:
            send "&cLütfen adet seç!"
        if arg-3 is not set:
            send "&cLütfen fiyat seç!"
        else:
            execute player command "/ah sell %arg-2% %arg-3%"
 
Son düzenleme:
Temel böyle
Kod:
command /ah sell:
    trigger:
        execute console command "ihale sat"
 
Kod:
command /ihale [<text>] [<number>] [<number>]:
    trigger:
        if arg-1 is not set:
            send "&a[/ihale sat]" to player
        if arg-2 is not set:
            send "&cLütfen adet seç!"
        if arg-3 is not set:
            send "&cLütfen fiyat seç!"
        else:
            execute player command "/ah sell %arg-2% %arg-3%"
ÇOK ÇOK ÇOK TEŞEKKÜRLER
 
Konu kilitlenmiştir
 
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