İstek Skript belli aralıklarla kullanılsın

kadir2015

Kızıltaş Madencisi
Mesajlar
415
En iyi cevaplar
7
Beğeniler
46
Puanları
440
Ruh hali
on rightclick on sign:
if line 1 of the clicked block is "&2Soy":
if {gorev.%player%} is not set:
broadcast "&a&l hey suclu 30 saniye sonra bulantın gittikden sonra eyer olmessen soygunu tamamlarsın"
broadcast "&a&lPolisler Cabuk gelin bir oyuncu Mekdanılsı soyuyor!"
broadcast "&a&l polisler sucluyu yakalayip oldurun veya hapise atin !"
apply blindness 1 to player for 15econds
apply slowness 1 to player for 15 seconds
apply nausea 1 to player for 15 seconds
set {gorev.%player%} to true
loop 16 times:
if {gorev.%player%} is set:
wait 1 second
else:
stop
send "&a&lPolislerden kurtuldun dostum ve paranı aldın"
execute console command "eco give %player% "1500"
delete {gorevl.%player%}


on death:
victim is player:
if {gorev.%player%} is set:
send "&a&l Polisler seni yakalayıp öldürdü"
delete {gorev.%player%}



---------- elimde şu skript var şimdi bunu kullanan adamlar işte bunu yaptıktan sonra bidahakine 1,5 dk sonra yapabilsinler ? yapsanız yani bidaha yapabilmek için 1,5 dk beklesinler
 


ToprakM

KEK
Emektar Üye
Mesajlar
440
En iyi cevaplar
49
Beğeniler
661
Puanları
2,375
Ruh hali
JavaScript:
on rightclick on sign:
    if line 1 of the clicked block is "&2Soy":
        if difference between {soyspam::%player%} and now is less than 90 seconds:
            send "&4Hata! &cBunu tekrar yapmak için en az &e1.5 &cdakika beklemelisin!"
            stop
        if {gorev.%player%} is not set:
            broadcast "&a&l hey suclu 30 saniye sonra bulantın gittikden sonra eyer olmessen soygunu tamamlarsın"
            broadcast "&a&lPolisler Cabuk gelin bir oyuncu Mekdanılsı soyuyor!"
            broadcast "&a&l polisler sucluyu yakalayip oldurun veya hapise atin !"
            apply blindness 1 to player for 15 seconds
            apply slowness 1 to player for 15 seconds
            apply nausea 1 to player for 15 seconds
            set {gorev.%player%} to true
            set {soyspam::%player%} to now
            loop 16 times:
                if {gorev.%player%} is set:
                wait 1 second
        else:
            stop
            send "&a&lPolislerden kurtuldun dostum ve paranı aldın"
            execute console command "eco give %player% "1500"
            delete {gorevl.%player%}


on death:
    victim is player:
        if {gorev.%player%} is set:
            send "&a&l Polisler seni yakalayıp öldürdü"
            delete {gorev.%player%}
 

Üst