SpaydirMEN
Kilopat
- Katılım
- 12 Temmuz 2017
- Mesajlar
- 162
Daha fazla
- Cinsiyet
- Erkek
Kusura bakma hocam, unutmuşum uzun süredir yapmıyordum.[13:05:48 INFO]: Line 1: (surelifly.sk)
[13:05:48 INFO]: Can't understand this event: 'on script start'
[13:05:48 INFO]: Line: on script start:
[13:05:48 INFO]:
[13:05:48 INFO]: Line 15: (surelifly.sk)
[13:05:48 INFO]: Can't understand this section: repeat 30 times
[13:05:48 INFO]: Line: repeat 30 times:
[13:05:48 INFO]:
[13:05:48 INFO]: [Skript] Encountered 2 errors while reloading surelifly.sk! (4
ms)
Kod:
on load:
repeat every 60 seconds:
set {fly_cooldown} to {}
command surelifly:
permission: SimpleVIPPerks.vipucus
trigger:
if {fly_cooldown::%player%} is set:
message "&cYou must wait before using this command again!"
else:
set {fly_cooldown::%player%} to true
set player's fly mode to true
message "&3Survival &8» &eSüreli fly &a30 &esaniye boyunca aktif!"
wait 1 second
repeat with 30 loop:
wait 1 second
if {fly_cooldown::%player%} is set:
set {fly_cooldown::%player%} to false
set player's fly mode to false
message "&3Survival &8» &cSüren bitti. Fly kapatıldı!"
stop
set {fly_cooldown::%player%} to false
set player's fly mode to false
message "&3Survival &8» &cSüren bitti. Fly kapatıldı!"
Şimdi bunu dener misin?