Sol Reklam

Çözüldü Perm Sorunu ?

Durum
Mesaj gönderimine kapalı.

GorkemBaşkan

VPS:ON
Katılım
11 Mart 2017
Mesajlar
319
Elmaslar
86
Puanlar
13.960
Yaş
25
Yer
Çanakkale
Selam'ın aleyküm beyler Olay şu Ben bi skript yazdım ancak oyuna giren herkeze büyüler gidiyor bunu nasıl ayarlayabilirim ?

yanı bi sorun var ama ne anlayamadım Bu arada skript işine yarayan alabilir kullanışlı birşey yaptım zaten mantığını anlamışsınızdır. :)

Kod:
command /gucbuyusu:
    trigger:
        if player's level is greater than or equal to 50:
            send "&8[ &c&lTurkish &6&lGaming &8] &6Guc &7Buyunuz Basari ile alindi."
            execute console command "effect %player% strength 999999 3"
            remove 50 from player's level
            execute console command "manuaddp %player% guc.buyu"
        else:
            send "&8[ &c&lTurkish &6&lGaming &8] &cHata &7Bunun için &e&o50 &dLevel'e &7Sahip Olmanız Gerekir."
           
command /hizbuyusu:
    trigger:
        if player's level is greater than or equal to 50:
            send "&8[ &c&lTurkish &6&lGaming &8] &aHiz &7Buyunuz Basari ile alindi."
            execute console command "effect %player% speed 180000 5"
            remove 50 from player's level
            execute console command "manuaddp %player% hiz.buyu"
        else:
            send "&8[ &c&lTurkish &6&lGaming &8] &cHata &7Bunun için &e&o50 &dLevel'e &7Sahip Olmanız Gerekir."
           
command /zipbuyusu:
    trigger:
        if player's level is greater than or equal to 50:
            send "&8[ &c&lTurkish &6&lGaming &8] &bZiplama Buyunuz Basari ile alindi."
            execute console command "effect %player% 8 180000 3"
            remove 50 from player's level
            execute console command "manuaddp %player% zip.buyu"
        else:
            send "&8[ &c&lTurkish &6&lGaming &8] &cHata &7Bunun için &e&o50 &dLevel'e &7Sahip Olmanız Gerekir."
           
on login:
    if player has permission "guc.buyu":
    wait 5 seconds
    execute console command "effect %player% strength 999999 3"
   
on login:
    if player has permission "hiz.buyu":
    wait 5 seconds
    execute console command "effect %player% speed 180000 5"
   
on login:
    if player has permission "zip.buyu":
    wait 5 seconds
    execute console command "effect %player% 8 180000 3"
   
on respawn:
    if player has permission "guc.buyu":
    wait 5 seconds
    execute console command "effect %player% strength 999999 3"
   
on respawn:
    if player has permission "hiz.buyu":
    wait 5 seconds
    execute console command "effect %player% speed 180000 5"
   
on respawn:
    if player has permission "zip.buyu":
    wait 5 seconds
    execute console command "effect %player% 8 180000 3"
    stop
 
maxresdefault.jpg


Tab atmayı acilen öğrenmelisin. Her ':' da bir tab atıyorsun unutma.

Kod:
command /gucbuyusu:
    trigger:
        if player's level is greater than or equal to 50:
            send "&8[ &c&lTurkish &6&lGaming &8] &6Guc &7Buyunuz Basari ile alindi."
            execute console command "effect %player% strength 999999 3"
            remove 50 from player's level
            execute console command "manuaddp %player% guc.buyu"
        else:
            send "&8[ &c&lTurkish &6&lGaming &8] &cHata &7Bunun için &e&o50 &dLevel'e &7Sahip Olmanız Gerekir."
          
command /hizbuyusu:
    trigger:
        if player's level is greater than or equal to 50:
            send "&8[ &c&lTurkish &6&lGaming &8] &aHiz &7Buyunuz Basari ile alindi."
            execute console command "effect %player% speed 180000 5"
            remove 50 from player's level
            execute console command "manuaddp %player% hiz.buyu"
        else:
            send "&8[ &c&lTurkish &6&lGaming &8] &cHata &7Bunun için &e&o50 &dLevel'e &7Sahip Olmanız Gerekir."
          
command /zipbuyusu:
    trigger:
        if player's level is greater than or equal to 50:
            send "&8[ &c&lTurkish &6&lGaming &8] &bZiplama Buyunuz Basari ile alindi."
            execute console command "effect %player% 8 180000 3"
            remove 50 from player's level
            execute console command "manuaddp %player% zip.buyu"
        else:
            send "&8[ &c&lTurkish &6&lGaming &8] &cHata &7Bunun için &e&o50 &dLevel'e &7Sahip Olmanız Gerekir."
          
login:
    if player has permission "guc.buyu":
        wait 5 seconds
        execute console command "effect %player% strength 999999 3"
  
login:
    if player has permission "hiz.buyu":
        wait 5 seconds
        execute console command "effect %player% speed 180000 5"
  
login:
    if player has permission "zip.buyu":
        wait 5 seconds
        execute console command "effect %player% 8 180000 3"
  
respawn:
    if player has permission "guc.buyu":
        wait 5 seconds
        execute console command "effect %player% strength 999999 3"
  
respawn:
    if player has permission "hiz.buyu":
        wait 5 seconds
        execute console command "effect %player% speed 180000 5"
  
respawn:
    if player has permission "zip.buyu":
        wait 5 seconds
        execute console command "effect %player% 8 180000 3"
 
maxresdefault.jpg


Tab atmayı acilen öğrenmelisin. Her ':' da bir tab atıyorsun unutma.

Kod:
command /gucbuyusu:
    trigger:
        if player's level is greater than or equal to 50:
            send "&8[ &c&lTurkish &6&lGaming &8] &6Guc &7Buyunuz Basari ile alindi."
            execute console command "effect %player% strength 999999 3"
            remove 50 from player's level
            execute console command "manuaddp %player% guc.buyu"
        else:
            send "&8[ &c&lTurkish &6&lGaming &8] &cHata &7Bunun için &e&o50 &dLevel'e &7Sahip Olmanız Gerekir."
         
command /hizbuyusu:
    trigger:
        if player's level is greater than or equal to 50:
            send "&8[ &c&lTurkish &6&lGaming &8] &aHiz &7Buyunuz Basari ile alindi."
            execute console command "effect %player% speed 180000 5"
            remove 50 from player's level
            execute console command "manuaddp %player% hiz.buyu"
        else:
            send "&8[ &c&lTurkish &6&lGaming &8] &cHata &7Bunun için &e&o50 &dLevel'e &7Sahip Olmanız Gerekir."
         
command /zipbuyusu:
    trigger:
        if player's level is greater than or equal to 50:
            send "&8[ &c&lTurkish &6&lGaming &8] &bZiplama Buyunuz Basari ile alindi."
            execute console command "effect %player% 8 180000 3"
            remove 50 from player's level
            execute console command "manuaddp %player% zip.buyu"
        else:
            send "&8[ &c&lTurkish &6&lGaming &8] &cHata &7Bunun için &e&o50 &dLevel'e &7Sahip Olmanız Gerekir."
         
login:
    if player has permission "guc.buyu":
        wait 5 seconds
        execute console command "effect %player% strength 999999 3"
 
login:
    if player has permission "hiz.buyu":
        wait 5 seconds
        execute console command "effect %player% speed 180000 5"
 
login:
    if player has permission "zip.buyu":
        wait 5 seconds
        execute console command "effect %player% 8 180000 3"
 
respawn:
    if player has permission "guc.buyu":
        wait 5 seconds
        execute console command "effect %player% strength 999999 3"
 
respawn:
    if player has permission "hiz.buyu":
        wait 5 seconds
        execute console command "effect %player% speed 180000 5"
 
respawn:
    if player has permission "zip.buyu":
        wait 5 seconds
        execute console command "effect %player% 8 180000 3"


iyide skripte bir sorun göstermiyor ?

sk reload yapıyorum hiçbir sorun yok
 
hayır değişen birşey yok yine aynı sorun
Skriptte perm sorunu yok acaba perm eklentilerinizle alakalı bir sorun olabilir mi ?
Yani siz oyunculara yanlışlıkla büyü permlerini vermiş olabilir misiniz ?
Bence bir kontrol edin. Sorun çözülürse belirtmeyi unutmayınız.
 
Durum
Mesaj gönderimine kapalı.
Yukarı