[Soru] Blitz Brigade <2. Soru>

BraveHero

Dobloyu n'aptın
En iyi cevaplar
1
Blitz Brigade Skriptimin 1.0 Versionu Bitti Sayılır. Sorum :
Kod:
command /bbktbset:
    permission: BB.Admin
    trigger:
        set {ktb} to location of player
command /bbktb:
    trigger:
        teleport player to {ktb}
command /bbmtbset:
    permission: BB.Admin
    trigger:
        set {mtb} to location of player
command /bbmtb:
    trigger:
        teleport player to {mtb}
command /bbdtbset:
    permission: BB.Admin
    trigger:
        set {dtb} to location of player
command /bbdtb:
    trigger:
        teleport player to {dtb}
command /bbd2tbset:
    permission: BB.Admin
    trigger:
        set {d2tb} to location of player
command /bbd2tb:
    trigger:
        teleport player to {d2tb}
command /bbd3set:
    permission: BB.Admin
    trigger:
        set {d3tb} to location of player
command /bbmtbgir:
    trigger:
        set {bbmtbsensor} to true
command /bbcik:
    trigger:
        set {bbmtbsensor} to false
        execute player command: "lobi"
on death of player:
    if {bbmtbsensor} true:
        execute player command: "bbmtb"
Burdaki Hatam Ne ?
 

Ranork

Lapis Toplayıcısı
Emektar Üye
En iyi cevaplar
0
skriptin verdiği hatayı yazarsan anlarız
 

BraveHero

Dobloyu n'aptın
En iyi cevaplar
1
Kod:
on death of player:
    if {bbmtbsensor} true:
        execute player command: "bbmtb"
can't understand this condition: '{bbmtbsensor} true' (blitzbrigade.sk, line 249: if {bbmtbsensor} true:')
 
Üst