Skript Sorun Var Yardımcı Olursanız Sevinirim.

atakan1059788

Marangoz
Mesajlar
45
En iyi cevaplar
0
Beğeniler
13
Puanları
100
İyi Günler. Bir tane kit skripti var normalde envanterin ilk 5 ine atıyor ama sadece okta olan bir şey 5. sıradaki ok bitince tekrar yenilenince 9 a atıyor oku orda item olunca item yerine koyuyor yardımcı olursanız sevinirim. ve item silme diğer yerlerde olmuyor sadece oku atınca 9.slot ta oluyor.

KOD:
Kod:
command /starterkit:
    trigger:
        player has iron sword:
            player has bow:
                player has fishing rod:
                    player has 8 arrow:
                        player has flint and steel:
                            player has iron armor:
                                send "&cEnvanterin tam,yenilenecek item yok !"
                            else:
                                equip player with all iron armor
                        else:
                            give 1 flint and steel to player
                    else:
                        set slot 8 of player to 8 of arrow
                else:
                    give 1 fishing rod to player
            else:
                give 1 bow to player
        else:
            give 1 iron sword to player
command:
    command is "starterkit":
        player doesn't have iron sword:
            player doesn't have fishing rod:
                player doesn't have 8 arrow:
                    player doesn'T have bow:
                        player doesn't have flint and steel:
                            player doesn't have iron armor:
                                wait 2 ticks
                                give a 259 to player
                                give a fishing rod to player
                                give a bow to player
                                give 8 arrow to player
                                equip player with all iron armor
                                remova a iron sword from player's inventory[/B][/I]





1-
1.png

2-
2.png

3-
3.png

4-
4.png


Şimdiden Teşekkürler.
 


Minecraftplayerr

Java, Skript, Php, Html, Css, Javascript, Anime
Mesajlar
3,980
En iyi cevaplar
6
Beğeniler
3,788
Puanları
7,080
Ruh hali
koddan şu kısmı silin:
else:
set slot 8 of player to 8 of arrow
 

Üst