Sol Reklam
Sağ Reklam

Bulundu Dünyada Komutları Kapatma

RunHeaven

HiperNW Owner & Bot Developer & Scripter

Discord:

RunHeaven

Katılım
10 Mayıs 2020
Mesajlar
385
Elmaslar
149
Puanlar
4.550
Minecraft
RunHeaven

Elite

Fırında Isıttığım İlk Taş
Katılım
22 Şubat 2021
Mesajlar
81
Elmaslar
11
Puanlar
920
Yaş
24
Hataları iletir misin?​
[15:26:10 ERROR]: indentation error: expected 8 spaces, but found 12 spaces (pvpkomut.sk, line 4: send "&cBu komutu PvP'de kullanamazsın."')
[15:26:10 ERROR]: indentation error: expected 8 spaces, but found 12 spaces (pvpkomut.sk, line 5: cancel event')
[15:26:10 ERROR]: Can't compare 'if command' with a text (pvpkomut.sk, line 3: if command is not "warp" or "kp"')
[15:26:10 INFO]: Loaded 2 scripts with a total of 3 triggers and 1 command in 0.2 seconds
[15:26:10 INFO]: [Skript] Encountered 3 errors while reloading all scripts!
> sk reload scripts
[15:28:39 INFO]: [Skript] Reloading all scripts...
[15:28:39 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (pvpkomut.sk, line 1: on command:')
[15:28:39 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (pvpkomut.sk, line 2: if player's world is "pvp":')
[15:28:39 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (pvpkomut.sk, line 3: if command is not "warp" or "p":')
[15:28:39 ERROR]: can't understand this event: 'if player's world is "pvp"' (pvpkomut.sk, line 2: if player's world is "pvp":')
[15:28:39 ERROR]: can't understand this event: 'if command is not "warp" or "p"' (pvpkomut.sk, line 3: if command is not "warp" or "p":')
[15:28:39 ERROR]: invalid line - all code has to be put into triggers (pvpkomut.sk, line 4: send "&cBu komutu PvP'de kullanamazsın!"')
[15:28:39 ERROR]: invalid line - all code has to be put into triggers (pvpkomut.sk, line 5: cancel event')
 

RunHeaven

HiperNW Owner & Bot Developer & Scripter

Discord:

RunHeaven

Katılım
10 Mayıs 2020
Mesajlar
385
Elmaslar
149
Puanlar
4.550
Minecraft
RunHeaven
[15:26:10 ERROR]: indentation error: expected 8 spaces, but found 12 spaces (pvpkomut.sk, line 4: send "&cBu komutu PvP'de kullanamazsın."')
[15:26:10 ERROR]: indentation error: expected 8 spaces, but found 12 spaces (pvpkomut.sk, line 5: cancel event')
[15:26:10 ERROR]: Can't compare 'if command' with a text (pvpkomut.sk, line 3: if command is not "warp" or "kp"')
[15:26:10 INFO]: Loaded 2 scripts with a total of 3 triggers and 1 command in 0.2 seconds
[15:26:10 INFO]: [Skript] Encountered 3 errors while reloading all scripts!
> sk reload scripts
[15:28:39 INFO]: [Skript] Reloading all scripts...
[15:28:39 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (pvpkomut.sk, line 1: on command:')
[15:28:39 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (pvpkomut.sk, line 2: if player's world is "pvp":')
[15:28:39 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (pvpkomut.sk, line 3: if command is not "warp" or "p":')
[15:28:39 ERROR]: can't understand this event: 'if player's world is "pvp"' (pvpkomut.sk, line 2: if player's world is "pvp":')
[15:28:39 ERROR]: can't understand this event: 'if command is not "warp" or "p"' (pvpkomut.sk, line 3: if command is not "warp" or "p":')
[15:28:39 ERROR]: invalid line - all code has to be put into triggers (pvpkomut.sk, line 4: send "&cBu komutu PvP'de kullanamazsın!"')
[15:28:39 ERROR]: invalid line - all code has to be put into triggers (pvpkomut.sk, line 5: cancel event')
Skriptin son halini iletin, fazla space koymuşsunuz.​
 

Elite

Fırında Isıttığım İlk Taş
Katılım
22 Şubat 2021
Mesajlar
81
Elmaslar
11
Puanlar
920
Yaş
24
Skriptin son halini iletin, fazla space koymuşsunuz.​
on command:
if player's world is "pvp":
if command is not "warp" or "p":
send "&cBu komutu PvP'de kullanamazsın!"
cancel event
 

lwur

rabels oyun hizmetleri
Emekli

Discord:

lwurr

Katılım
24 Şubat 2021
Mesajlar
978
Elmaslar
628
Puanlar
7.285
Yer
Tekirdağ
Minecraft
lwurr
Kod:
on command:
    if player's world is "pvp":
        if command is not "warp" or "spawn" or "p":
            send "&cBu komutu PvP'de kullanamazsın!"
            cancel event
Bu komutu direk yapıştırın spawn'ı silmeyin
 

Elite

Fırında Isıttığım İlk Taş
Katılım
22 Şubat 2021
Mesajlar
81
Elmaslar
11
Puanlar
920
Yaş
24
Kod:
on command:
    if player's world is "pvp":
        if command is not "warp" or "spawn" or "p":
            send "&cBu komutu PvP'de kullanamazsın!"
            cancel event
Bu komutu direk yapıştırın spawn'ı silmeyin
evet oldu teşekkürler
 

lwur

rabels oyun hizmetleri
Emekli

Discord:

lwurr

Katılım
24 Şubat 2021
Mesajlar
978
Elmaslar
628
Puanlar
7.285
Yer
Tekirdağ
Minecraft
lwurr

Elite

Fırında Isıttığım İlk Taş
Katılım
22 Şubat 2021
Mesajlar
81
Elmaslar
11
Puanlar
920
Yaş
24

lwur

rabels oyun hizmetleri
Emekli

Discord:

lwurr

Katılım
24 Şubat 2021
Mesajlar
978
Elmaslar
628
Puanlar
7.285
Yer
Tekirdağ
Minecraft
lwurr

Elite

Fırında Isıttığım İlk Taş
Katılım
22 Şubat 2021
Mesajlar
81
Elmaslar
11
Puanlar
920
Yaş
24

lwur

rabels oyun hizmetleri
Emekli

Discord:

lwurr

Katılım
24 Şubat 2021
Mesajlar
978
Elmaslar
628
Puanlar
7.285
Yer
Tekirdağ
Minecraft
lwurr
sadece önek değişiyor rehber veya istek yapabiliyorum
raporlayın konuyu şöyle yazın "çözüme ulaştırılan talepler kısmına alınmasını istiyorum konu silinmesin"
 

RunHeaven

HiperNW Owner & Bot Developer & Scripter

Discord:

RunHeaven

Katılım
10 Mayıs 2020
Mesajlar
385
Elmaslar
149
Puanlar
4.550
Minecraft
RunHeaven
sadece önek değişiyor rehber veya istek yapabiliyorum
1620218964429.png


Herhangi bir mesajınızı gösterdiğim yerden raporlayıp bildirebilirsiniz.​
 
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı