Gözümden kaçan bir şey olabilir.
Mümkün (bu arada işim bitti):
Kod:
on join:
set {tp.%player%} to 1
on login:
set {tp.%player%} to 0
every 3 second:
if {tp.%player%} is 0:
execute player command "/lobi"
if {tp.%player%} is 1:
stop
on rightclick of slimeball:
if {tp.%player%} is 0:
set {tp.%player%} to 1
send "&6Isinlanma Iptal Edildi."
if {tp.%player%} is 1:
set {tp.%player%} to 0
send "&6Isinlanma Suresi Aktiflestirildi.&cBirazdan Isinlaniyorsunuz."
Hata veriyor:
[22:12:09 WARN]: There are no aliases defined for the following ids: 165, 166, 167, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 427, 428, 429, 430, 431
[22:12:09 ERROR]: There's no player in a periodical event (PurpleLobbyCancel.sk, line 7: if {tp.%player%} is 0:')
[22:12:09 ERROR]: There's no player in a periodical event (PurpleLobbyCancel.sk, line 9: if {tp.%player%} is 1:')
[22:12:09 ERROR]: can't understand this event: 'on rightclick of slimeball' (PurpleLobbyCancel.sk, line 12: on rightclick of slimeball:')