Oyeoz
Taş Madencisi
- Mesajlar
- 97
- En iyi cevaplar
- 0
- Beğeniler
- 25
- Puanları
- 110
Arkadaslar Darkkandadr arkadasımızın paylaştığı skripti biraz editledim de birkaç hataya neden oldu tab hatasına yardım eder misiniz? Yapamadım da
Kod:
#Oyuncuları ışınlanıcak konumları belirleme
command /konumbelirle [<text>]:
permission: essentials.turnuva.belirle
permission message: &cBu komutu kullanmak icin yeterli izne sahip degilsiniz!
trigger:
if arg-1 is "setspawn1":
set {setspawn1} to player's location
message "konumu ayarlandi!" to player
if arg-1 is "setspawn2":
set {setspawn2} to player's location
message "konumu ayarlandi!" to player
if arg-1 is "setspawn3":
set {setspawn3} to player's location
message "konumu ayarlandi!" to player
if arg-1 is "setspawn4":
set {setspawn4} to player's location
message "konumu ayarlandi!" to player
#Turnuva icin adam secme
command /2vs2 [<player>] [<player>] [<player>] [<player>]:
permission: essentials.turnuva
permission message: &cBu komutu kullanmak icin yeterli izne sahip degilsiniz!"
trigger:
if arg-1 is not set:
message "&c/2vs2 <oyuncu> <oyuncu> <oyuncu> <oyuncu>"
if arg-2 is not set:
message "&c/2vs2 <oyuncu> <oyuncu> <oyuncu> <oyuncu>"
if arg-3 is not set:
message "&c/2vs2 <oyuncu> <oyuncu> <oyuncu> <oyuncu>"
if arg-4 is not set:
message "&c/2vs2 <oyuncu> <oyuncu> <oyuncu> <oyuncu>"
else:
wait 1 second
teleport arg-1 to {setspawn1}
teleport arg-2 to {setspawn2}
teleport arg-3 to {setspawn3}
teleport arg-4 to {setspawn4}
execute console command "/sk load %arg-1%"
execute console command "/sk load %arg-2%"
execute console command "/sk load %arg-3%"
execute console command "/sk load %arg-4%"
wait 1 seconds
execute console command "/heal %arg-1%"
execute console command "/heal %arg-2%"
execute console command "/heal %arg-3%"
execute console command "/heal %arg-4%"
wait 1 seconds
execute console command "/effect %arg-1% clear"
execute console command "/effect %arg-2% clear"
execute console command "/effect %arg-3% clear"
execute console command "/effect %arg-4% clear"
Kod:
ERROR]: [Skript] indentation error: expected 12 spaces, but found 3 tabs (turnuva.sk, line 39: teleport arg-3 to {setspawn3}')
[21:30:35 ERROR]: [Skript] indentation error: expected 12 spaces, but found 3 tabs (turnuva.sk, line 40: teleport arg-4 to {setspawn4}')
[21:30:35 ERROR]: [Skript] indentation error: expected 12 spaces, but found 3 tabs (turnuva.sk, line 48: execute console command "/heal %arg-3%"')
[21:30:35 ERROR]: [Skript] indentation error: expected 12 spaces, but found 3 tabs (turnuva.sk, line 49: execute console command "/heal %arg-4%"')