Cidden zor bir skript [Bakmaya değer]

MeeRach

Vi3e
Mesajlar
1,113
En iyi cevaplar
0
Beğeniler
580
Puanları
1,335
Ruh hali
kardeşim kafanda bi kaç tahta eksik heralde ? nasıl yapcağımı bilmediğim için istiyorum yapamıyorsan konuyu baltalama
PHP:
on death of player:
    if attacker is a player:
        if {oldurmus.%attacker%} isn't set:
            if {kelle.%victim%} isn't set:
                add 1 to attacker's balance
                set {oldurmus.%attacker%} to true
                execute console command "/give %attacker% 322:1 10"
                wait 1 hours
                delete {oldurmus.%attacker%}
            else:
                add {kelle.%victim%} to attacker's balance

command /parakoy <player> <int>:
    permission: admin.perm
    trigger:
        set {kelle.%arg 1%} to arg 2
        broadcast "&6Admin %player% &c%arg 1% &aAdli oyuncunun kafasina &c %arg 2% tl koydu."
Bunu yapmak bu kadar zor mu?
 

Blueyescat

Bedrock Kaşifi
Mesajlar
1,656
En iyi cevaplar
0
Beğeniler
1,177
Puanları
3,120
Ruh hali
PHP:
on death of player:
    if attacker is player:
        if difference of {SKT.%player%} and now is smaller than a hour:
            set {SKT.%player%} to now
            if {kelle.%victim%} is not set:
                set {kelle.%victim%} to 1
            give 10 golden apple:1 to attacker
            add {kelle.%victim%} to attacker's balance

command /parakoy [<offlineplayer>] [<int>]:
    permission: sk.asd.parakoy
    trigger:
        if arg 2 is set:
            set {kelle.%victim%} to arg 2
 

Üst