Rank kullanabilirlikleri

  • Konuyu Başlatan Konuyu Başlatan xstarzly
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 900

xstarzly

Birisi mi Spawnlandı?
Katılım
15 Eylül 2018
Mesajlar
4
Elmaslar
1
Puan
0
Yaş
26
Mesela Çaylak rankı elmas set giyemiyicek ama Savaşçı, Kral vs. rankları ise giyebilicek bunu nasıl yapıcaz ?
 
Kod:
on equip:
    if event-item is diamond helmet:
        if player don't have permission "rank.kral":
            cancel event
            send "&cBunu yapabilmek için Kral olmalısın!" to player
    if event-item is diamond chestplate:
        if player don't have permission "rank.kral":
            cancel event
            send "&cBunu yapabilmek için Kral olmalısın!" to player
    if event-item is diamond leggings:
        if player don't have permission "rank.kral":
            cancel event
            send "&cBunu yapabilmek için Kral olmalısın!" to player
    if event-item is diamond boots:
        if player don't have permission "rank.kral":
            cancel event
            send "&cBunu yapabilmek için Kral olmalısın!" to player
Elmas seti sadece "rank.kral" yetkisine sahip olanlar giyebilir.

Not: TuSKe eklentisi gerektirir.
 
Buyur;
Kod:
on equip:
    if event-item is diamond helmet:
        if player's group is "Caylak":
            cancel event
            send "&cBunu yapabilmek için Kral olmalısın!" to player
    if event-item is diamond chestplate:
        if player's group is "Caylak":
            cancel event
            send "&cBunu yapabilmek için Kral olmalısın!" to player
    if event-item is diamond leggings:
        if player's group is "Caylak":
            cancel event
            send "&cBunu yapabilmek için Kral olmalısın!" to player
    if event-item is diamond boots:
        if player's group is "Caylak":
            cancel event
            send "&cBunu yapabilmek için Kral olmalısın!" to player
Not;Lara'nın skriptidir sadece kral grupun da olanlar alabilecek.
 
Kod:
on equip:
    if event-item is diamond helmet:
        if player don't have permission "rank.kral":
            cancel event
            send "&cBunu yapabilmek için Kral olmalısın!" to player
    if event-item is diamond chestplate:
        if player don't have permission "rank.kral":
            cancel event
            send "&cBunu yapabilmek için Kral olmalısın!" to player
    if event-item is diamond leggings:
        if player don't have permission "rank.kral":
            cancel event
            send "&cBunu yapabilmek için Kral olmalısın!" to player
    if event-item is diamond boots:
        if player don't have permission "rank.kral":
            cancel event
            send "&cBunu yapabilmek için Kral olmalısın!" to player
Elmas seti sadece "rank.kral" yetkisine sahip olanlar giyebilir.

Not: TuSKe eklentisi gerektirir.
Çok teşekkür ederim
Gönderi otomatik olarak birleştirildi:

Buyur;
Kod:
on equip:
    if event-item is diamond helmet:
        if player's group is "Caylak":
            cancel event
            send "&cBunu yapabilmek için Kral olmalısın!" to player
    if event-item is diamond chestplate:
        if player's group is "Caylak":
            cancel event
            send "&cBunu yapabilmek için Kral olmalısın!" to player
    if event-item is diamond leggings:
        if player's group is "Caylak":
            cancel event
            send "&cBunu yapabilmek için Kral olmalısın!" to player
    if event-item is diamond boots:
        if player's group is "Caylak":
            cancel event
            send "&cBunu yapabilmek için Kral olmalısın!" to player
Not;Lara'nın skriptidir sadece kral grupun da olanlar alabilecek.
Teşekkür ederim :)
 

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