Sol Reklam

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

Durum
Mesaj gönderimine kapalı.

yavuzkel

Koruma 1, Keskinlik 3
Katılım
23 Mayıs 2017
Mesajlar
926
Elmaslar
202
Puanlar
7.310
Yaş
28
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.
 

GhostSpectator

Koydum Çalışma Masasını
Katılım
26 Haziran 2017
Mesajlar
52
Elmaslar
1
Puanlar
0
Yer
İstanbul
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
 

yavuzkel

Koruma 1, Keskinlik 3
Katılım
23 Mayıs 2017
Mesajlar
926
Elmaslar
202
Puanlar
7.310
Yaş
28
Minecraft
Strom_Breaker
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.
 

GhostSpectator

Koydum Çalışma Masasını
Katılım
26 Haziran 2017
Mesajlar
52
Elmaslar
1
Puanlar
0
Yer
İstanbul
Grubamı atmıyoru?
 

yavuzkel

Koruma 1, Keskinlik 3
Katılım
23 Mayıs 2017
Mesajlar
926
Elmaslar
202
Puanlar
7.310
Yaş
28
Minecraft
Strom_Breaker
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.
 

GhostSpectator

Koydum Çalışma Masasını
Katılım
26 Haziran 2017
Mesajlar
52
Elmaslar
1
Puanlar
0
Yer
İstanbul
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!"
 

yavuzkel

Koruma 1, Keskinlik 3
Katılım
23 Mayıs 2017
Mesajlar
926
Elmaslar
202
Puanlar
7.310
Yaş
28
Minecraft
Strom_Breaker
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.
 

GhostSpectator

Koydum Çalışma Masasını
Katılım
26 Haziran 2017
Mesajlar
52
Elmaslar
1
Puanlar
0
Yer
İstanbul
Sorun çözüldüğüne göre konu kilitlenebilir.
 
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı