skript hataları

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

DKrulers03300

Odunlara Vur Vur Vur!
Katılım
24 Nisan 2016
Mesajlar
45
Elmaslar
2
Puan
0
Yaş
30
selamün aleyküm arkadaşlar ben çok ama çok işsiz biri oldugum için bi forumdaki üye screenshotle skripti kendinin yaptıgını kanıtlamış bende screenshotten baka baka skripti yazdım çok fenayım bu açıklamayı neden yaptım bilmiyorum ama skripte geçeyim :)

şimdi skriptte 200 adam öldürünce çaylak 400 adam öldürünce bilmem ne bilmemne gibi groupmanager arayıcılıgıyla rütbe atlıyoruz fakat 17 hata verdi

skript link:
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.


düzeltip atabilirseniz çok sevinirim

- İyi Forumlar
 
PHP:
on death of player:
    attacker is a player:
        add 3 to {puan.%attacker%}
        add -1 to {puan.%victim%}
        if {puan.%attacker%} is 1:
           send "&a5" &6puana sahipsin" to attacker
           loop 3 times
                play raw sound "fireworks.largeBlast1" at player with pitch 1 volume 10
                play raw sound "fireworks.twinkle_far1" at player with pitch 1 volume 10
                play raw sound "fireworks.blast1" at player with pitch 1 volume 10
            execute console command "/manuadd %attacker%" Caylak"
        if {puan.%attacker} is 200:
            send "&6200" puana sahipsin" to attacker
            loop 3 times:
                play raw sound "fireworks.largeBlast1" at player with pitch 1 volume 10
                play raw sound "fireworks.twinkle_far1" at player with pitch 1 volume 10
                play raw sound "fireworks.blast1" at player with pitch 1 volume 10
            execute console command "/manuadd %attacker%" Acemi"
        if {puan.%attacker} is 400:
            send "&6200" puana sahipsin" to attacker
            loop 3 times:
                play raw sound "fireworks.largeBlast1" at player with pitch 1 volume 10
                play raw sound "fireworks.twinkle_far1" at player with pitch 1 volume 10
                play raw sound "fireworks.blast1" at player with pitch 1 volume 10
            execute console command "/manuadd %attacker%" Savasci"
        if {puan.%attacker} is 600:
            send "&6200" puana sahipsin" to attacker
            loop 3 times:
                play raw sound "fireworks.largeBlast1" at player with pitch 1 volume 10
                play raw sound "fireworks.twinkle_far1" at player with pitch 1 volume 10
                play raw sound "fireworks.blast1" at player with pitch 1 volume 10
            execute console command "/manuadd %attacker%" Tecrübeli"
Buyur Hallettim Çok : ve " eksik bırakmışsın birazda ram tasarrufu sağladım çok gereksiz if else varmış
 
çok teşekkür ederim baka baka yapınca :)

- İyi Forumlar
 
Önemli Değil :)
 
bide -/puanım yazınca kaç puanın oldugunu göstersin bunuda yaparmısın bide bişey sormak istiyorum

add 3 to {puan.%attacker%} burda 3 puan ekliyoda 1 puan yapsam sıkıntımı olur ne olur ?
 
Bir Sıkıntı Olmaz
PHP:
command /puanim:
    trigger:
        send "&bOldurme Puanin : %{puan.%player%}%" to player
Buyur
 
Derken ?
 
PHP:
on death of player:
    attacker is a player:
        add 3 to {puan.%attacker%}
        add -1 to {puan.%victim%}
        if {puan.%attacker%} is 1:
           send "&a5" &6puana sahipsin" to attacker
           loop 3 times:
                play raw sound "fireworks.largeBlast1" at player with pitch 1 volume 10
                play raw sound "fireworks.twinkle_far1" at player with pitch 1 volume 10
                play raw sound "fireworks.blast1" at player with pitch 1 volume 10
            execute console command "/manuadd %attacker%" Caylak"
        if {puan.%attacker%} is 200:
            send "&6200" puana sahipsin" to attacker
            loop 3 times:
                play raw sound "fireworks.largeBlast1" at player with pitch 1 volume 10
                play raw sound "fireworks.twinkle_far1" at player with pitch 1 volume 10
                play raw sound "fireworks.blast1" at player with pitch 1 volume 10
            execute console command "/manuadd %attacker%" Acemi"
        if {puan.%attacker%} is 400:
            send "&6200" puana sahipsin" to attacker
            loop 3 times:
                play raw sound "fireworks.largeBlast1" at player with pitch 1 volume 10
                play raw sound "fireworks.twinkle_far1" at player with pitch 1 volume 10
                play raw sound "fireworks.blast1" at player with pitch 1 volume 10
            execute console command "/manuadd %attacker%" Savasci"
        if {puan.%attacker%} is 600:
            send "&6200" puana sahipsin" to attacker
            loop 3 times:
                play raw sound "fireworks.largeBlast1" at player with pitch 1 volume 10
                play raw sound "fireworks.twinkle_far1" at player with pitch 1 volume 10
                play raw sound "fireworks.blast1" at player with pitch 1 volume 10
            execute console command "/manuadd %attacker%" Tecrübeli"
Kb Bunu Yaparken Uykuluydum Ve Hala Uykuluyum :D
 
12 error sunucun varsa deneyebilirmisin çıkmam gerekde acelesi yok ama istedigin zaman yapıp atsanda olur teşekkür ederim
 
Oh Be Sonunda Hatayı Buldum Önüne Ne Geldiyse Oraya " Yerleştirmişsin
PHP:
on death of player:
    attacker is a player:
        add 3 to {puan.%attacker%}
        add -1 to {puan.%victim%}
        if {puan.%attacker%} is 1:
            send "&a5 &6puana sahipsin" to attacker
            loop 3 times:
                play raw sound "fireworks.largeBlast1" at player with pitch 1 volume 10
                play raw sound "fireworks.twinkle_far1" at player with pitch 1 volume 10
                play raw sound "fireworks.blast1" at player with pitch 1 volume 10
            execute console command "/manuadd %attacker% Caylak"
        if {puan.%attacker%} is 200:
            send "&6200 puana sahipsin" to attacker
            loop 3 times:
                play raw sound "fireworks.largeBlast1" at player with pitch 1 volume 10
                play raw sound "fireworks.twinkle_far1" at player with pitch 1 volume 10
                play raw sound "fireworks.blast1" at player with pitch 1 volume 10
            execute console command "/manuadd %attacker% Acemi"
        if {puan.%attacker%} is 400:
            send "&6200 puana sahipsin" to attacker
            loop 3 times:
                play raw sound "fireworks.largeBlast1" at player with pitch 1 volume 10
                play raw sound "fireworks.twinkle_far1" at player with pitch 1 volume 10
                play raw sound "fireworks.blast1" at player with pitch 1 volume 10
            execute console command "/manuadd %attacker% Savasci"
        if {puan.%attacker%} is 600:
            send "&6200 puana sahipsin" to attacker
            loop 3 times:
                play raw sound "fireworks.largeBlast1" at player with pitch 1 volume 10
                play raw sound "fireworks.twinkle_far1" at player with pitch 1 volume 10
                play raw sound "fireworks.blast1" at player with pitch 1 volume 10
            execute console command "/manuadd %attacker% Tecrübeli"
 
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