Çözüldü Süreli vip verme çeki

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

yavuzkel

Koruma 1, Keskinlik 3
Katılım
23 Mayıs 2017
Mesajlar
930
Elmaslar
204
Puan
7.310
Yaş
31
Minecraft
Strom_Breaker
Kod:
on rightclick with paper:
    if display name of tool is "&e7 gunluk &6Vip":
        execute console command "/givevip %player% Vip 7"
        remove 1 paper named "&e7 gunluk &6Vip" from player
        send " &7> &eHediye Vip iniz 7 günlügüne verildi.Hayırlı olsun."
on rightclick with paper:
    if display name of tool is "&e7 gunluk &3MegaVip":
        execute console command "/givevip %player% Megavip 7"
        remove 1 paper named "&e7 gunluk &3MegaVip" from player
        send " &7> &eHediye MegaVip iniz 7 günlügüne verildi.Hayırlı olsun."

command /hvip7 [<player>]:
    permission: sk.hvip.ver
    permission message: &cBunu yapmak için yetkiniz yok!
    trigger:
        if arg 1 is set:
            give a paper named "&e7 gunluk &6Vip" to arg 1
            send "&a%arg 1% &3adlı oyuncuya &e7 gunluk &6Vip" to player
        else:
            send "&cOyuncu ismi girmedin!"
command /hmvip7 [<player>]:
    permission: sk.hvip.ver
    permission message: &cBunu yapmak için yetkiniz yok!
    trigger:
        if arg 1 is set:
            give a paper named "&e7 gunluk &3MegaVip" to arg 1
            send "&a%arg 1% &3adlı oyuncuya &e7 gunluk &3MegaVip" to player
        else:
            send "&cOyuncu ismi girmedin!"


Merhaba arkadaşlar.
Bu skripti daha once paylaşmıştım ve hala çözemediğim bir sorun var.
mesela 7günlük vip çekinin üstüne aynı vip ten istedigimiz kadar okuyoruz ve günü ne kdrsa VİPZERO ya okdr eklıyor.
Ama Vip seniz ve MegaVip çeki kazanmışsanız bu çeki okuyor ama Bu megavip i vermiyor.

Şimdi yapmaya çalıştıgım ise şu.
-Ya Herhangi bir vip var iken başka vip çeklerini okumayıp yok etmemesi.
-yada onceki vip ini silip yeni kullandıgı çek deki vip grubunu vermesi.

Bu arada örnek olarak sadece 2 grup yazdım bu konuya.
Usta skripterlerimizi Piste davet ediyorum :D
Teşekkürler.
 
on rightclick with paper:
if display name of tool is "&e7 gunluk &6Vip":
execute console command "rvip %player%"
execute console command "/givevip %player% Vip 7"
remove 1 paper named "&e7 gunluk &6Vip" from player
send " &7> &eHediye Vip iniz 7 günlügüne verildi.Hayırlı olsun."
on rightclick with paper:
if display name of tool is "&e7 gunluk &3MegaVip":
execute console command "rvip %player%"
execute console command "/givevip %player% Megavip 7"
remove 1 paper named "&e7 gunluk &3MegaVip" from player
send " &7> &eHediye MegaVip iniz 7 günlügüne verildi.Hayırlı olsun."

command /hvip7 [<player>]:
permission: sk.hvip.ver
permission message: &cBunu yapmak için yetkiniz yok!
trigger:
if arg 1 is set:
give a paper named "&e7 gunluk &6Vip" to arg 1
send "&a%arg 1% &3adlı oyuncuya &e7 gunluk &6Vip" to player
else:
send "&cOyuncu ismi girmedin!"
command /hmvip7 [<player>]:
permission: sk.hvip.ver
permission message: &cBunu yapmak için yetkiniz yok!
trigger:
if arg 1 is set:
give a paper named "&e7 gunluk &3MegaVip" to arg 1
send "&a%arg 1% &3adlı oyuncuya &e7 gunluk &3MegaVip" to player
else:
send "&cOyuncu ismi girmedin!"[DOUBLEPOST=1522336482,1522336306][/DOUBLEPOST]
Kod:
on rightclick with paper:
    if display name of tool is "&e7 gunluk &6Vip":
        execute console command "rvip %player%"
        execute console command "/givevip %player% Vip 7"
        remove 1 paper named "&e7 gunluk &6Vip" from player
        send " &7> &eHediye Vip iniz 7 günlügüne verildi.Hayırlı olsun."
on rightclick with paper:
    if display name of tool is "&e7 gunluk &3MegaVip":
        execute console command "rvip %player%"
        execute console command "/givevip %player% Megavip 7"
        remove 1 paper named "&e7 gunluk &3MegaVip" from player
        send " &7> &eHediye MegaVip iniz 7 günlügüne verildi.Hayırlı olsun."

command /hvip7 [<player>]:
    permission: sk.hvip.ver
    permission message: &cBunu yapmak için yetkiniz yok!
    trigger:
        if arg 1 is set:
            give a paper named "&e7 gunluk &6Vip" to arg 1
            send "&a%arg 1% &3adlı oyuncuya &e7 gunluk &6Vip" to player
        else:
            send "&cOyuncu ismi girmedin!"
command /hmvip7 [<player>]:
    permission: sk.hvip.ver
    permission message: &cBunu yapmak için yetkiniz yok!
    trigger:
        if arg 1 is set:
            give a paper named "&e7 gunluk &3MegaVip" to arg 1
            send "&a%arg 1% &3adlı oyuncuya &e7 gunluk &3MegaVip" to player
        else:
            send "&cOyuncu ismi girmedin!"
[DOUBLEPOST=1522336546][/DOUBLEPOST]Bunu dene eğer bir kişinin önceden vip'i varsa onu siler diğer vip'i ekler
 
on rightclick with paper:
if display name of tool is "&e7 gunluk &6Vip":
execute console command "rvip %player%"
execute console command "/givevip %player% Vip 7"
remove 1 paper named "&e7 gunluk &6Vip" from player
send " &7> &eHediye Vip iniz 7 günlügüne verildi.Hayırlı olsun."
on rightclick with paper:
if display name of tool is "&e7 gunluk &3MegaVip":
execute console command "rvip %player%"
execute console command "/givevip %player% Megavip 7"
remove 1 paper named "&e7 gunluk &3MegaVip" from player
send " &7> &eHediye MegaVip iniz 7 günlügüne verildi.Hayırlı olsun."

command /hvip7 [<player>]:
permission: sk.hvip.ver
permission message: &cBunu yapmak için yetkiniz yok!
trigger:
if arg 1 is set:
give a paper named "&e7 gunluk &6Vip" to arg 1
send "&a%arg 1% &3adlı oyuncuya &e7 gunluk &6Vip" to player
else:
send "&cOyuncu ismi girmedin!"
command /hmvip7 [<player>]:
permission: sk.hvip.ver
permission message: &cBunu yapmak için yetkiniz yok!
trigger:
if arg 1 is set:
give a paper named "&e7 gunluk &3MegaVip" to arg 1
send "&a%arg 1% &3adlı oyuncuya &e7 gunluk &3MegaVip" to player
else:
send "&cOyuncu ismi girmedin!"[DOUBLEPOST=1522336482,1522336306][/DOUBLEPOST]
Kod:
on rightclick with paper:
    if display name of tool is "&e7 gunluk &6Vip":
        execute console command "rvip %player%"
        execute console command "/givevip %player% Vip 7"
        remove 1 paper named "&e7 gunluk &6Vip" from player
        send " &7> &eHediye Vip iniz 7 günlügüne verildi.Hayırlı olsun."
on rightclick with paper:
    if display name of tool is "&e7 gunluk &3MegaVip":
        execute console command "rvip %player%"
        execute console command "/givevip %player% Megavip 7"
        remove 1 paper named "&e7 gunluk &3MegaVip" from player
        send " &7> &eHediye MegaVip iniz 7 günlügüne verildi.Hayırlı olsun."

command /hvip7 [<player>]:
    permission: sk.hvip.ver
    permission message: &cBunu yapmak için yetkiniz yok!
    trigger:
        if arg 1 is set:
            give a paper named "&e7 gunluk &6Vip" to arg 1
            send "&a%arg 1% &3adlı oyuncuya &e7 gunluk &6Vip" to player
        else:
            send "&cOyuncu ismi girmedin!"
command /hmvip7 [<player>]:
    permission: sk.hvip.ver
    permission message: &cBunu yapmak için yetkiniz yok!
    trigger:
        if arg 1 is set:
            give a paper named "&e7 gunluk &3MegaVip" to arg 1
            send "&a%arg 1% &3adlı oyuncuya &e7 gunluk &3MegaVip" to player
        else:
            send "&cOyuncu ismi girmedin!"
[DOUBLEPOST=1522336546][/DOUBLEPOST]Bunu dene eğer bir kişinin önceden vip'i varsa onu siler diğer vip'i ekler
Taktik güzel ama aynısını denemiştim zaten hocam olmuyor bu şekilde.
 
Grubamı atmıyoru?
 
Grubamı atmıyoru?
hayır hocam skript rvip komutunu verip sonraki sruba atmıyor onun yerıne vipzero eklentısıne oncekivip le birlikte son açtıgı vip çekinide ekliyor.2 vip yan yan gözukuyor ama ılk olan vip grubu asıl kalıyor.
 
Kod:
on rightclick with paper:
    if display name of tool is "&e7 gunluk &6Vip":
        execute console command "rvip %player%"
        execute console command "/givevip %player% Vip 7"
        execute console command "manuadd %playyer% Vip"
        remove 1 paper named "&e7 gunluk &6Vip" from player
        send " &7> &eHediye Vip iniz 7 günlügüne verildi.Hayırlı olsun."
on rightclick with paper:
    if display name of tool is "&e7 gunluk &3MegaVip":
        execute console command "rvip %player%"
        execute console command "/givevip %player% Megavip 7"
        execute console command "manuadd %playyer% Megavip"
        remove 1 paper named "&e7 gunluk &3MegaVip" from player
        send " &7> &eHediye MegaVip iniz 7 günlügüne verildi.Hayırlı olsun."

command /hvip7 [<player>]:
    permission: sk.hvip.ver
    permission message: &cBunu yapmak için yetkiniz yok!
    trigger:
        if arg 1 is set:
            give a paper named "&e7 gunluk &6Vip" to arg 1
            send "&a%arg 1% &3adlı oyuncuya &e7 gunluk &6Vip" to player
        else:
            send "&cOyuncu ismi girmedin!"
command /hmvip7 [<player>]:
    permission: sk.hvip.ver
    permission message: &cBunu yapmak için yetkiniz yok!
    trigger:
        if arg 1 is set:
            give a paper named "&e7 gunluk &3MegaVip" to arg 1
            send "&a%arg 1% &3adlı oyuncuya &e7 gunluk &3MegaVip" to player
        else:
            send "&cOyuncu ismi girmedin!"
 
Kod:
execute console command "manuadd %playyer% Megavip"
bu sınırsız vermezmı hocam ?[DOUBLEPOST=1522416587,1522415994][/DOUBLEPOST]
Kod:
on rightclick with paper:
    if display name of tool is "&e7 gunluk &6Vip":
        execute console command "rvip %player%"
        execute console command "/givevip %player% Vip 7"
        execute console command "manuadd %playyer% Vip"
        remove 1 paper named "&e7 gunluk &6Vip" from player
        send " &7> &eHediye Vip iniz 7 günlügüne verildi.Hayırlı olsun."
on rightclick with paper:
    if display name of tool is "&e7 gunluk &3MegaVip":
        execute console command "rvip %player%"
        execute console command "/givevip %player% Megavip 7"
        execute console command "manuadd %playyer% Megavip"
        remove 1 paper named "&e7 gunluk &3MegaVip" from player
        send " &7> &eHediye MegaVip iniz 7 günlügüne verildi.Hayırlı olsun."

command /hvip7 [<player>]:
    permission: sk.hvip.ver
    permission message: &cBunu yapmak için yetkiniz yok!
    trigger:
        if arg 1 is set:
            give a paper named "&e7 gunluk &6Vip" to arg 1
            send "&a%arg 1% &3adlı oyuncuya &e7 gunluk &6Vip" to player
        else:
            send "&cOyuncu ismi girmedin!"
command /hmvip7 [<player>]:
    permission: sk.hvip.ver
    permission message: &cBunu yapmak için yetkiniz yok!
    trigger:
        if arg 1 is set:
            give a paper named "&e7 gunluk &3MegaVip" to arg 1
            send "&a%arg 1% &3adlı oyuncuya &e7 gunluk &3MegaVip" to player
        else:
            send "&cOyuncu ismi girmedin!"
Hocam denedim oldu eskı vipi silip diger vipi verdi
+ olarak
vipzerodan baktım ve eskı vipin kaydını silip yeni vipi eklemiş eyw.
Bu nu tamamen yaptıktan sonra tanıtım konuma ilave olarak ekleyecegim
+repiniz verilmiştir çok teşekkürler.
 
Sorun çözüldüğüne göre konu kilitlenebilir.
 
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