Çözüldü Viplere +3 Coin verme

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

BedirhanGC

Bir Kömür Göründü Kaptanım!
Katılım
10 Kasım 2016
Mesajlar
133
Elmaslar
19
Puan
13.420
Yaş
22
Konum
ParsNW.Batihost.Net
Minecraft
BugundeBaskanim

Discord:

ɫ QÜRT ɫ#5125

arkadaşlar elimde böyle bir skript var fakat ben vip olan kişilerin +3 coin olmasını istiyorum nasıl yapabiliriz ?
Kod:
on death of player:
 attacker is a player
 execute console command "eco give %attacker% 1"
 message "&b+1 Coin"
 
Vip grubuna vip.yetki eklersen sorun çözülür.
Kod:
on death of player:
    if attacker is a player:
        if attacker has permission "vip.yetki":
            execute console command "eco give %attacker% 3"
            message "&b+3 Coin"
        else:
            execute console command "eco give %attacker% 1"
            message "&b+1 Coin"
 
Merhaba, bu skripti kullanabilirsiniz.

JavaScript:
on death of player:
    attacker is a player
    execute console command "eco give %attacker% 1"
    message "&b+1 Coin"
    if player have permissions "vip.coin":       
        execute console command "eco give %attacker% 3"
        message "&b+3Coin"
 
Viplere bu kadar önem gösterme derim.
 
Vip grubuna vip.yetki eklersen sorun çözülür.
Kod:
on death of player:
    if attacker is a player:
        if attacker has permission "vip.yetki":
            execute console command "eco give %attacker% 3"
            message "&b+3 Coin"
        else:
            execute console command "eco give %attacker% 1"
            message "&b+1 Coin"
oyuncular kendini öldürünce para geliyor onu nasıl çözebilirim ?
Gönderi otomatik olarak birleştirildi:

Viplere bu kadar önem gösterme derim.
pvp sunucusu ve viplere vericek pek özelliğim yok kit bile veremiyorum coin vermeyi tercih ettim
 
Bir de bunu deneyin
Kod:
on kill of player:
    if attacker is a player:
        if attacker has permission "vip.yetki":
            execute console command "eco give %attacker% 3"
            message "&b+3 Coin"
        else:
            execute console command "eco give %attacker% 1"
            message "&b+1 Coin"
 
Bir de bunu deneyin
Kod:
on kill of player:
    if attacker is a player:
        if attacker has permission "vip.yetki":
            execute console command "eco give %attacker% 3"
            message "&b+3 Coin"
        else:
            execute console command "eco give %attacker% 1"
            message "&b+1 Coin"
can't understand this event: 'on kill of player' bu hatayi aliyourm
 
Aklıma başka bir yöntem gelmiyor internette araştırdım yine de bunun çözümünü bulamadım.
 
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