Uçan İnsan 1.0

HqeS

Lapis Toplayıcısı
En iyi cevaplar
0
Madem Yürüyen Uçak Yapmışlar Bende Uçan İnsan Yapıyorum Arkadaş :D

Kod:
on join:
    if {nofall.%player%.a} is not set:
        set {nofall.%player%.a} to true
on damage:
    damage cause is fall
    if {nofall.%victim%.a} is true:
        cancel event
on right click with feather:
   push the player upwards at speed 1.0
   push the player forwards at speed 0.5

Çalışır mı ?
 

MhaWTHoR

Obsidyen Madencisi
En iyi cevaplar
1
Başarılı bir şekilde çalışıyor. :)[DOUBLEPOST=1431893917,1431893848][/DOUBLEPOST]Fakat dostum bunu bir sunucuda yaparsan flight hilesi olarak algılıyor
 

HqeS

Lapis Toplayıcısı
En iyi cevaplar
0
Başarılı bir şekilde çalışıyor. :)[DOUBLEPOST=1431893917,1431893848][/DOUBLEPOST]Fakat dostum bunu bir sunucuda yaparsan flight hilesi olarak algılıyor
o zaman wait 2 seconds lu yaparız :D[DOUBLEPOST=1431894274][/DOUBLEPOST]
Çalışıyor sıkıntısız :).
Kod:
on join:
if {nofall.%player%.a} is not set:
set {nofall.%player%.a} to true
on damage:
damage cause is fall
if {nofall.%victim%.a} is true:
cancel event
command /ucaninsan:
    trigger:
        give a feather named "&eUcan Insan &aV1.0"
on right click with feather:
if feather name "&eUcan Insan &aV1.0"
push the player upwards at speed 1.0
push the player forwards at speed 0.5
else:
cancel event

bu kodu denermisiniz ?
 

Minecraftplayerr

Java, Skript, Php, Html, Css, Javascript, Anime
En iyi cevaplar
7
o zaman wait 2 seconds lu yaparız :D[DOUBLEPOST=1431894274][/DOUBLEPOST]
Kod:
on join:
if {nofall.%player%.a} is not set:
set {nofall.%player%.a} to true
on damage:
damage cause is fall
if {nofall.%victim%.a} is true:
cancel event
command /ucaninsan:
    trigger:
        give a feather named "&eUcan Insan &aV1.0"
on right click with feather:
if feather name "&eUcan Insan &aV1.0"
push the player upwards at speed 1.0
push the player forwards at speed 0.5
else:
cancel event

bu kodu denermisiniz ?
"on" kodlarından sonra boşluk koymayı unutuyorsunuz.

on rightclick with feater:
[tab]kod...
 

HqeS

Lapis Toplayıcısı
En iyi cevaplar
0
"on" kodlarından sonra boşluk koymayı unutuyorsunuz.

on rightclick with feater:
[tab]kod...
Kod:
on join:
if {nofall.%player%.a} is not set:
set {nofall.%player%.a} to true
on damage:
damage cause is fall
if {nofall.%victim%.a} is true:
cancel event
on right click with feather:
[tab]push the player upwards at speed 1.0
[tab]push the player forwards at speed 0.5

mı yapayım
 
Üst