Nerde Hata VAr??

Secret_wither

Bedrock Kaşifi
Mesajlar
1,924
En iyi cevaplar
0
Beğeniler
499
Puanları
1,290
Beyler nedense bu 2 skriptimde çalışmıyor.
Sebebi nedir?
1.cisi
Kod:
on rightclick with slime ball:
name of player's tool is "&7&l<< &6&lOyunculari Gizle&7&l >>":
wait 1 ticks
hide players from player
remove 1 slime ball from player's inventory
send "&1[&bServerAdi&1] &7Tum Oyuncular &cgorunmez &7hale getirildi." to player
give a magma cream named "&7&l<< &6&lOyunculari Goster &7&l>>" to the player

on rightclick with magma cream:
name of player's tool is "&7&l<< &6&lOyunculari Goster&7&l >>":
wait 1 ticks
reveal players to player
remove 1 magma cream from player's inventory
send "&1[&bServerAdi&1] &7Tum Oyuncular &2gorunur &7hale getirildi." to player
give a slime ball named "&7&l<< &6&lOyunculari Gizle &7&l>>" to the player

on leave:
clear the player's inventory
reveal players to player

on join:
give a 345 named "&6Sunucu Secici"
give a Firework named "&6Fisek &b(Sag-Tikla)" to the player
give a slime ball named "&7&l<< &6&lOyunculari Gizle &7&l>>" to the player
2.csi

Kod:
on rightclick with a Firework Rocket:
cancel event
if item's display name is "&6Fisek &b(Sag-Tikla)":
if {yukaricooldown.%player%} is not set:
set {yukaricooldown.%player%} to 0
push player upwards at speed 1.5
wait 1 seconds
delete {yukaricooldown.%player%}
send "<cyan> JeT Aktif." to player
on leftclick with a Firework Rocket:
cancel event
if {ilericooldown.%player%} is not set:
set {ilericooldown.%player%} to 0
push player in direction of player at speed 1.5
wait 1 seconds
delete {ilericooldown.%player%}
send "<cyan> JeT Aktif." to player
 


mrbobaking

Kızıltaş Madencisi
Mesajlar
660
En iyi cevaplar
0
Beğeniler
283
Puanları
1,080
Kod:
on rightclick with slime ball:
name of player's tool is "&7&l<< &6&lOyunculari Gizle&7&l >>":
wait 1 ticks
#-- böyle bir kod yok --#hide players from player
remove 1 slime ball from player's inventory
send "&1[&bServerAdi&1] &7Tum Oyuncular &cgorunmez &7hale getirildi." to player
give a magma cream named "&7&l<< &6&lOyunculari Goster &7&l>>" to the player

on rightclick with magma cream:
name of player's tool is "&7&l<< &6&lOyunculari Goster&7&l >>":
wait 1 ticks
#-- böyle bir kod yok --#reveal players to player
remove 1 magma cream from player's inventory
send "&1[&bServerAdi&1] &7Tum Oyuncular &2gorunur &7hale getirildi." to player
give a slime ball named "&7&l<< &6&lOyunculari Gizle &7&l>>" to the player

on leave:
clear the player's inventory
#-- böyle bir kod yok --#reveal players to player

on join:
give a 345 named "&6Sunucu Secici"
give a Firework named "&6Fisek &b(Sag-Tikla)" to the player
give a slime ball named "&7&l<< &6&lOyunculari Gizle &7&l>>" to the player

ama skript+, skquery falan kullanıyorsan hiç bilemem bakmadım onlara

 

Nninjaesa

Kömür Madencisi
Mesajlar
118
En iyi cevaplar
0
Beğeniler
17
Puanları
0
aralarında bazı komutlar yok :/
 
Son düzenleme:

Üst