Persoft
Marangoz
- En iyi cevaplar
- 0
Kod:
on click on sign:
if line 1 of clicked block is "[Soygun Yap]":
if line 2 of clicked block is "[500M ÇAl]":
if {timing.%player%} is "stopped":
if {momentum.%player%} is "true":
send player title "&c&lZaten Soygun Yapıyorsun!" with subtitle "&a30 Saniye boyunca hareket etme." for 3 seconds
stop
else:
set {momentum.%player%} to "true"
send player title "&c&lHareket Etme!" with subtitle "&a30 Saniye boyunca hareket etme." for 3 seconds
set {timer.%player%} to "timing"
loop all players:
send loop-player title "&c&lSoygun Var!" with subtitle "&a%player% adlı oyuncu soygun yapıyor." for 3 seconds
wait 30 seconds
if {momentum.%player%} is "true":
set {momentum.%player%} to "false"
send player title "&c&lSoygun Yaptın!" with subtitle "&aTabelaya tıklayarak yağtığınız " for 3 seconds
wait 3 seconds
send player title "&c&lGani Gani Paralarr!" with subtitle "&asoygun sayesinde 500M Kazandınız" for 3 seconds
execute console command "/money give %player% 500000000"
wait 10 minutes:
set {timer.%player%} to "stopped"
stop
else:
stop
else:
if timing.%player%} is not set:
if {momentum.%player%} is "true":
send player title "&c&lZaten Soygun Yapıyorsun!" with subtitle "&a30 Saniye boyunca hareket etme." for 3 seconds
stop
else:
set {momentum.%player%} to "true"
send player title "&c&lHareket Etme!" with subtitle "&a30 Saniye boyunca hareket etme." for 3 seconds
set {timer.%player%} to "timing"
loop all players:
send loop-player title "&c&lSoygun Var!" with subtitle "&a%player% adlı oyuncu soygun yapıyor." for 3 seconds
wait 30 seconds
if {momentum.%player%} is "true":
set {momentum.%player%} to "false"
send player title "&c&lSoygun Yaptın!" with subtitle "&aTabelaya tıklayarak yağtığınız " for 3 seconds
wait 3 seconds
send player title "&c&lGani Gani Paralarr!" with subtitle "&asoygun sayesinde 500M Kazandınız" for 3 seconds
execute console command "/money give %player% 500000000"
wait 10 minutes:
set {timer.%player%} to "stopped"
stop
else:
stop
if {timing.%player%} is {timing}:
send player title "&c&lHata!" with subtitle "&aSoygunlar 10 dakika ara ile yapılabilir." for 3 seconds
on any movement:
if {momentum.%player%} is "false":
stop
if {momentum.%player%} is "true":
set {momentum.%player%} to "false"
send player title "&c&lHareket Ettin!" with subtitle "&a30 saniye hareket etmemen lazımdı. " for 3 seconds
Skriptte 9 tane hata var,düzeltebilecek varmı ? ACİL
Hatalar:
[Skript] 'player title "&c&lZaten Soygun Yapiyorsun!" with subtitle "&a30 Saniye boyunca hareket etme." for 3 seconds' is not a text (sk2.sk, line 6: send player title "&c&lZaten Soygun Yapiyorsun!" with subtitle "&a30 Saniye boyunca hareket etme." for 3 seconds')
[Skript] 'player title "&c&lHareket Etme!" with subtitle "&a30 Saniye boyunca hareket etme." for 3 seconds' is not a text (sk2.sk, line 10: send player title "&c&lHareket Etme!" with subtitle "&a30 Saniye boyunca hareket etme." for 3 seconds')
[Skript] 'player title "&c&lSoygun Yaptin!" with subtitle "&aTabelaya tiklayarak yapti�iniz " for 3 seconds' is not a text (sk2.sk, line 17: send player title "&c&lSoygun Yaptin!" with subtitle "&aTabelaya tiklayarak yapti�iniz " for 3 seconds')
[Skript] 'player title "&c&lGani Gani Paralarr!" with subtitle "&asoygun sayesinde 500M Kazandiniz" for 3 seconds' is not a text (sk2.sk, line 19: send player title "&c&lGani Gani Paralarr!" with subtitle "&asoygun sayesinde 500M Kazandiniz" for 3 seconds')
[Skript] can't understand this condition: 'wait 10 minutes' (sk2.sk, line 21: wait 10 minutes:')
[Skript] 'timing.%player%}' is not an entity type (sk2.sk, line 27: if timing.%player%} is not set:')
[Skript] 'player title "&c&lHata!" with subtitle "&aSoygunlar 10 dakika ara ile yapilabilir." for 3 seconds' is not a text (sk2.sk, line 50: send player title "&c&lHata!" with
subtitle "&aSoygunlar 10 dakika ara ile yapilabilir." for 3 seconds')
[Skript] can't understand this event: 'on any movement' (sk2.sk, line 52: on any movement:')
Biri yardım etmiyecekmi
Son düzenleme: