İmpasıbıl*
Çavaylda da impasıbıl bu aradaTabii eklemedikleri sürece*
Oyuncunun elinin olduğu yer her zaman aynı değil, koşarken falan filan.![]()
Nothing is impossible.
The word says itself "im possible"
![]()
nope ayni onuda dusunduk yürürken 0.1 0.1 artiriyorum shiftteykende 0.1 azaltiyorumOyuncunun elinin olduğu yer her zaman aynı değil, koşarken falan filan.
Ellerinde olacak diyor arkadaş?Arkadaşlar bu arada yanlış biliyorsunuz Buyurun duman efektinin kodu yardımcı olabildiysem 1 like'yi az görmeyin lütfen Teşekkürler:
Kod:show smoke at player
Ben sadece duman kodunu verdim yerlerini o ayarlar
Headshot(Hedşat) skripti gibi diyorsun yani?Ben sadece duman kodunu verdim yerlerini o ayarlar
command /duman:
trigger:
set {hands.%player%} to coordinate of the player's hands location
show smoke at {hands.%player%}
set {smoke.%player%} to true
every 1 tick:
loop all players:
if {smoke.%loop-player%} is true:
show smoke at {hands.%loop-player%}
command /duman:
trigger:
set {righthand.%player%} to coordinate of the player's right hand location
set {lefthand.%player%} to coordinate of the player's left hand location
show smoke at {hands.%player%}
set {smoke.%player%} to true
every 1 tick:
loop all players:
if {smoke.%loop-player%} is true:
show smoke at {righthand.%loop-player%}
show smoke at {lefthand.%loop-player%}