Yardım

SonTurkk

Ağaç Yumruklayıcı
Mesajlar
26
En iyi cevaplar
0
Beğeniler
3
Puanları
0
Ya beyler ben skript falan yükledim komutuda /rapor menu çıkıyor ama menünün üstündeki itemler yok neden oluyor hepsinde oluyor bilenler cevaplarsa sevinirim :)
 


CMO

Emekli
Emektar Üye
Mesajlar
251
En iyi cevaplar
0
Beğeniler
213
Puanları
700
Ruh hali
Skript yanında bir kaç şey daha olması gerekli olabilir. Bir saniye bakıp geleyim
 

SonTurkk

Ağaç Yumruklayıcı
Mesajlar
26
En iyi cevaplar
0
Beğeniler
3
Puanları
0
kod verirsen iyi olur
Kod:
#--------- RAPOR SK BY MCILTROT34 (KEMAL895) ---------#
#--------- AYARLAR --------#
on script load:
    send "******************" to console
    send "   > Rapor SK <  " to console
    send "   > KemaL895 <  " to console
    send "******************" to console
    if {rapor.sayi} is not set:
        set {rapor.sayi} to 0
options:
    skype: mistersurreal.44
    prefix: &b[&6Rapor&b]

#-------- KOMUTLAR ---------#

command /rapor:
    trigger:
        open chest with 1 rows named "&bRapor Menü" to player
        wait 0.2 second
        format slot 0 of player with book named "&bŞuana Kadar Toplam Rapor Sayısı" with lore "&2%{rapor.sayi}%" to close then run "send {rapor.sayi}"
        wait 0.2 second
        format slot 1 of player with paper named "&6Birini Rapor Et" with lore "&2Birini rapor etmek için tıkla !" to close then run "raporet %player%"
        wait 0.2 second
        format slot 2 of player with diamond named "&6Yetkili Skype Adresleri" with lore "{@skype}" to close then run "send {@skype}"
        wait 0.2 second
        format slot 8 of player with nether star named "&4&nSkript By KemaL895" to close then run "send &4&nSkript By KemaL895"
        stop

command /raporet [<player>]:
    trigger:
        if arg 1 is not set:
            set {raporchat.%player%} to true
            set {raporasamachat.%player%} to "1"
            send "{@prefix} &aLütfen Rapor Edeceğiniz Kişinin Adını Yazınız. Eğer Düzgün Rapor Yazmaz İseniz Sunucudan Uzaklaştırılabilirsiniz." to player
            add 1 to {rapor.sayi}
        else:
            set {raporchat.%arg 1%} to true
            set {raporasamachat.%arg 1%} to "1"
            send "{@prefix} &aLütfen Rapor Edeceğiniz Kişinin Adını Yazınız. Eğer Düzgün Rapor Yazmaz İseniz Sunucudan Uzaklaştırılabilirsiniz." to arg 1
            add 1 to {rapor.sayi}

#--------- MEKANIKLER ---------#

on chat:
    if {raporchat.%player%} is true:
        cancel event
        if {raporasamachat.%player%} is "1":
            set {raporedilen.%player%} to message
            send "{@prefix} &aLütfen Rapor Sebebinizi Yazınız."
            wait 1 second
            set {raporasamachat.%player%} to "2"
            stop
        if {raporasamachat.%player%} is "2":
            set {raporsebebi.%player%} to message
            send "{@prefix} &aRaporunuz iletilmiştir. İyi Oyunlar Dileriz :)"
            log "Rapor Eden : %player%" to "raporlar.log"
            log "Rapor Edilen : %{raporedilen.%player%}%" to "raporlar.log"
            log "Rapor Sebebi : %{raporsebebi.%player%}%" to "raporlar.log"
            log "**************************************************" to "raporlar.log"
            loop all players:
                if loop-player is op:
                    send "{@prefix} &aBir Rapor Geldi !"
                    send "{@prefix} &3Rapor Eden &0: &2%player%" to loop-player
                    send "{@prefix} &3Rapor Edilen &0: &2%{raporedilen.%player%}%" to loop-player
                    send "{@prefix} &3Rapor Sebebi &0: &2%{raporsebebi.%player%}%" to loop-player
            clear {raporchat.%player%}
            clear {raporasamachat.%player%}
            clear {raporedilen.%player%}
            clear {raporsebebi.%player%}
            stop
 

Accelerator

Taş Madencisi
Mesajlar
85
En iyi cevaplar
0
Beğeniler
61
Puanları
0
Kod:
#--------- RAPOR SK BY MCILTROT34 (KEMAL895) ---------#
#--------- AYARLAR --------#
on script load:
    send "******************" to console
    send "   > Rapor SK <  " to console
    send "   > KemaL895 <  " to console
    send "******************" to console
    if {rapor.sayi} is not set:
        set {rapor.sayi} to 0
options:
    skype: mistersurreal.44
    prefix: &b[&6Rapor&b]

#-------- KOMUTLAR ---------#

command /rapor:
    trigger:
        open chest with 1 rows named "&bRapor Menü" to player
        wait 0.2 second
        format slot 0 of player with book named "&bŞuana Kadar Toplam Rapor Sayısı" with lore "&2%{rapor.sayi}%" to close then run "send {rapor.sayi}"
        wait 0.2 second
        format slot 1 of player with paper named "&6Birini Rapor Et" with lore "&2Birini rapor etmek için tıkla !" to close then run "raporet %player%"
        wait 0.2 second
        format slot 2 of player with diamond named "&6Yetkili Skype Adresleri" with lore "{@skype}" to close then run "send {@skype}"
        wait 0.2 second
        format slot 8 of player with nether star named "&4&nSkript By KemaL895" to close then run "send &4&nSkript By KemaL895"
        stop

command /raporet [<player>]:
    trigger:
        if arg 1 is not set:
            set {raporchat.%player%} to true
            set {raporasamachat.%player%} to "1"
            send "{@prefix} &aLütfen Rapor Edeceğiniz Kişinin Adını Yazınız. Eğer Düzgün Rapor Yazmaz İseniz Sunucudan Uzaklaştırılabilirsiniz." to player
            add 1 to {rapor.sayi}
        else:
            set {raporchat.%arg 1%} to true
            set {raporasamachat.%arg 1%} to "1"
            send "{@prefix} &aLütfen Rapor Edeceğiniz Kişinin Adını Yazınız. Eğer Düzgün Rapor Yazmaz İseniz Sunucudan Uzaklaştırılabilirsiniz." to arg 1
            add 1 to {rapor.sayi}

#--------- MEKANIKLER ---------#

on chat:
    if {raporchat.%player%} is true:
        cancel event
        if {raporasamachat.%player%} is "1":
            set {raporedilen.%player%} to message
            send "{@prefix} &aLütfen Rapor Sebebinizi Yazınız."
            wait 1 second
            set {raporasamachat.%player%} to "2"
            stop
        if {raporasamachat.%player%} is "2":
            set {raporsebebi.%player%} to message
            send "{@prefix} &aRaporunuz iletilmiştir. İyi Oyunlar Dileriz :)"
            log "Rapor Eden : %player%" to "raporlar.log"
            log "Rapor Edilen : %{raporedilen.%player%}%" to "raporlar.log"
            log "Rapor Sebebi : %{raporsebebi.%player%}%" to "raporlar.log"
            log "**************************************************" to "raporlar.log"
            loop all players:
                if loop-player is op:
                    send "{@prefix} &aBir Rapor Geldi !"
                    send "{@prefix} &3Rapor Eden &0: &2%player%" to loop-player
                    send "{@prefix} &3Rapor Edilen &0: &2%{raporedilen.%player%}%" to loop-player
                    send "{@prefix} &3Rapor Sebebi &0: &2%{raporsebebi.%player%}%" to loop-player
            clear {raporchat.%player%}
            clear {raporasamachat.%player%}
            clear {raporedilen.%player%}
            clear {raporsebebi.%player%}
            stop
peki resim atabilirmisin ?
 

Üst