Headshot skripti

Minecraftplayerr

Java, Skript, Php, Html, Css, Javascript, Anime
En iyi cevaplar
7
Bende bu kodu arıyordum skript klasörüme kaydettim bunun x ve z versiyonunu ayarlayınca araba ve uçak skriptim tamam :D (ayarlamadı).
 

HadouNoSanjuSan

Yeni Doğmuş
En iyi cevaplar
0
PHP:
on damage of player
    if projectile is set:
        if projectile is an arrow:
            set {_y.360noscope} to y coordinate of victim's head location
            set {_y.420blazeit} to y coordinate of location of projectile
            if difference between {_y.360noscope} and {_y.420blazeit} is less than 0.4:
                kill the victim
                send "&c&l%victim% adlı oyuncuya headshot attın!" to attacker

Buyrun beyler taze taze
Kafaya ok değdiği anda headshot atar ve aninda olurdurur.
abi çok güzel kan efektide ekleyebilir misin zahmet olmazsa :)
 

Rosenrot

LAGOMORPHA
En iyi cevaplar
0
abi çok güzel kan efektide ekleyebilir misin zahmet olmazsa :)
begenmene sevindim
PHP:
on damage of player:
    if projectile is set:
        if projectile is an arrow:
            set {_y.360noscope} to y coordinate of victim's head location
            set {_y.420blazeit} to y coordinate of location of projectile
            if difference between {_y.360noscope} and {_y.420blazeit} is less than 0.3:
                kill the victim
                send "&c&l%victim% adlı oyuncuya headshot attın!" to attacker
                loop blocks in radius 1.5 around victim:
                    loop-block is air:
                        spawn 10 of particle blockcrack_152_0 at loop-block
 
Son düzenleme:
Üst