[SK] Araba Skripti | Çalışıyor

KepoKepox

Taş Madencisi
En iyi cevaplar
0
Merhaba arkadaşlar bu gün kendi tasarlamış olduğum araba sk sini size sunacağım işinize yarardır umarım :)
Kod:
on rightclick with stick:
    if display name of tool is "&aTofas":
        apply speed 4 to player for 9999 second
        apply jump -100 to player for 9999 seconds
        execute console command "/playsound minecart.inside %player%"
        execute  console command "/give %player% Stick 1 0 name:&4Motor"
        remove a stick named "&aTofas" from the player

on rightclick holding stick:
    name of player's tool is "&4Motor":
        apply speed 0 to player for 0 seconds
        apply jump 0 to player for 0 seconds
        execute console command "/give %player% stick 1 0 name:&aTofas"
        remove a stick named "&4Motor" from the player
 

bikkik

Obsidyen Madencisi
En iyi cevaplar
0
İyi :). Give için
Kod:
give a stick named "&aTofas" to player
benzeri bir kod işini görebilir :)
 

AhmetDinc

Demir Madencisi
En iyi cevaplar
0
Merhaba arkadaşlar bu gün kendi tasarlamış olduğum araba sk sini size sunacağım işinize yarardır umarım :)
Kod:
on rightclick with stick:
    if display name of tool is "&aTofas":
        apply speed 4 to player for 9999 second
        apply jump -100 to player for 9999 seconds
        execute console command "/playsound minecart.inside %player%"
        execute  console command "/give %player% Stick 1 0 name:&4Motor"
        remove a stick named "&aTofas" from the player

on rightclick holding stick:
    name of player's tool is "&4Motor":
        apply speed 0 to player for 0 seconds
        apply jump 0 to player for 0 seconds
        execute console command "/give %player% stick 1 0 name:&aTofas"
        remove a stick named "&4Motor" from the player
ilk skriptlerine göre çok güzel ride skriptini öğrenirsen daha iyi olabilir
 
Üst