Fly Mode Skripti Yaptım neyde hatam var ?

CrazyForce

Sudan Çıkmış
En iyi cevaplar
0
options:
p: &8[&eMuz&bNetWork&8]
command /Ucus [<text>]:
permission: fly.mode
permission message: {@p} Yetkin Yok Kocum!
aliases: /U
trigger:
if arg 1 is set:
if arg 1 is "ac":
set player's flight mode to true
send "{@p} &7Ucus Mod Acildi"
if arg 1 is set:
if arg 1 is "acma
set player's flight mode to false
send "{@p} &7Ucus Mod Kapatildi"
 

Kovalski

Hayalet Avcısı
En iyi cevaplar
0
Kod:
options:
    p: &8[&eMuz&bNetWork&8]
command /Ucus [<text>]:
    permission: fly.mode
    permission message: {@p} Yetkin Yok Kocum!
    aliases: /U
    trigger:
        if arg 1 is "ac":
            set player's flight mode to true
            send "{@p} &7Ucus Mod Acildi"
            if arg 1 is "kapa":
                set player's flight mode to false
                send "{@p} &7Ucus Mod Kapatildi"
options kısmından emin değilim hiç kullanmadım
 

SarpE

Kızıltaş Madencisi
En iyi cevaplar
1
Bu çalışacaktır:
Kod:
options:
    p: &8[&eMuz&bNetWork&8]
command /Ucus [<text>]:
    permission: fly.mode
    permission message: {@p} Yetkin Yok Kocum!
    aliases: /U
    trigger:
        if arg 1 is "ac":
            set player's flight mode to true
            send "{@p} &7Ucus Mod Acildi"
       if arg 1 is "kapa":
           set player's flight mode to false
           send "{@p} &7Ucus Mod Kapatildi"
 

ShortPallMall

AtinaSaga.Com Türkiyenin ilk MMOSurvival sunucusu
En iyi cevaplar
2
Bu çalışacaktır:
Kod:
options:
    p: &8[&eMuz&bNetWork&8]
command /Ucus [<text>]:
    permission: fly.mode
    permission message: {@p} Yetkin Yok Kocum!
    aliases: /U
    trigger:
        if arg 1 is "ac":
            set player's flight mode to true
            send "{@p} &7Ucus Mod Acildi"
       if arg 1 is "kapa":
           set player's flight mode to false
           send "{@p} &7Ucus Mod Kapatildi"
o olmazsa bu:
Kod:
options:
    p: &8[&eMuz&bNetWork&8]
command /Ucus [<text>]:
    permission: fly.mode
    permission message: {@p} Yetkin Yok Kocum!
    aliases: /U
    trigger:
        if arg 1 is "ac":
            set player's flight mode to true
            send "{@p} &7Ucus Mod Acildi"
        if arg 1 is "kapa":
            set player's flight mode to false
            send "{@p} &7Ucus Mod Kapatildi"
 

SarpE

Kızıltaş Madencisi
En iyi cevaplar
1
Kod:
options:
    p: &8[&eMuz&bNetWork&8]
command /Ucus [<text>]:
    permission: fly.mode
    permission message: {@p} Yetkin Yok Kocum!
    aliases: /U
    trigger:
        if arg 1 is "ac":
            set player's flight mode to true
            send "{@p} &7Ucus Mod Acildi"
        if arg 1 is "kapa":
            set player's flight mode to false
            send "{@p} &7Ucus Mod Kapatildi"

o olmazsa bu:
Benimkinden farkı nedir ?
 
Üst