[SK] Kombo SK V1. / by Lapynours

Lapynours

Kızıltaş Madencisi
En iyi cevaplar
0
Hepinize Merhaba Gençler Uzun Zaman Sonra Skript Yapımlarına Başladım Bugun 2 Skript Paylaşacağım 1.'si Bu Kombo Skripti Biraz Kolay Bir Skript
Oyuncu Öldürdügünde Altta Kombo Çıkar :) Ve Oyuncunun Health'ı Görünür.

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------
Kod:
#Kombo Sistemi By Lapynours

on death of player:
    if attacker is a player:
        add 1 to {kombo.%attacker%}


on death of player:
    if attacker is a player:
        if {kombo.%attacker%} is 2:
            message "&a&l>>> &4&lIKIDE IKI!" to attacker

on death of player:
    if attacker is a player:
        if {kombo.%attacker%} is 3:
            message "&a&l>>> &4&lUCTE UC!" to attacker

on death of player:
    if attacker is a player:
        if {kombo.%attacker%} is 4:
            message "&a&l>>> &4&lDORTTE DOR!" to attacker
       
on death of player:
    if attacker is a player:
        if {kombo.%attacker%} is 5:
            message "&a&l>>> &4&lBESTE BES!" to attacker
       
on death of player:
    if attacker is a player:
        if {kombo.%attacker%} is 6:
            message "&a&l>>> &4&lALTIDA ALTI!" to attacker

on death of player:
    if attacker is a player:
        if {kombo.%attacker%} is 7:
            message "&a&l>>>&4&lYEDİDE YEDİ??!" to
 

MhaWTHoR

Obsidyen Madencisi
En iyi cevaplar
1
Bir sürü on death eventi kullanmana gerek yoktu.
Ayrıca öldürülen kişi bir mob olsa bile çalışır ve daha önce yapılmıştı.
 
Üst