jonessocute
variables:
{killCooldown::%player%} = 0
{killCount::%player%} = 0
on death:
attacker is a player
victim is a player
if {killCooldown::%attacker%} is greater than now:
send "&cBir sonraki öldürmen için beklemen gerekiyor!" to attacker
cancel event
else:
add 1 to {killCount::%attacker%}
if {killCount::%attacker%} is 2 or {killCount::%attacker%} is 3:
set {killCooldown::%attacker%} to now + 1 minute
set {killCount::%attacker%} to 0
send "&aÖldürme sınırına ulaştın, 1 dakika beklemen gerekiyor!" to attacker
else:
send "&aÖldürdün! Toplam öldürme sayın: %{killCount::%attacker%}%." to attacker
every 1 second:
loop all players:
if {killCooldown::%loop-player%} is less than now:
delete {killCooldown::%loop-player%}
jonessocute
variables:
{killCooldown::%player%} = 0
{killCount::%player%} = 0
on death:
attacker is a player
victim is a player
if {killCooldown::%attacker%} is greater than now:
send "&cBir sonraki öldürmen için beklemen gerekiyor!" to attacker
cancel event
else:
add 1 to {killCount::%attacker%}
if {killCount::%attacker%} >= 2:
set {killCooldown::%attacker%} to now + 1 minute
set {killCount::%attacker%} to 0
send "&aÖldürme sınırına ulaştın, 1 dakika beklemen gerekiyor!" to attacker
else:
send "&aÖldürdün! Toplam öldürme sayın: %{killCount::%attacker%}%." to attacker
every 1 second:
loop all players:
if {killCooldown::%loop-player%} is less than now:
delete {killCooldown::%loop-player%}
jonessocute
Merhaba aşağıdaki hatayı veriyor ve 1 dk bekleme süresi diyor fakat vurabiliyorum
variables:
{killCooldown::%player%} = 0
{killCount::%player%} = 0
on death:
attacker is a player
victim is a player
if {killCooldown::%attacker%} > now:
send "&cBir sonraki öldürmen için beklemen gerekiyor!" to attacker
cancel event
else:
add 1 to {killCount::%attacker%}
if {killCount::%attacker%} >= 3:
set {killCooldown::%attacker%} to now + 1 minute
set {killCount::%attacker%} to 0
send "&aÖldürme sınırına ulaştın, 1 dakika beklemen gerekiyor!" to attacker
else:
send "&aÖldürdün! Toplam öldürme sayın: %{killCount::%attacker%}%." to attacker
every 1 second:
loop all players:
if {killCooldown::%loop-player%} <= now:
delete {killCooldown::%loop-player%}
sadeceseckin
Chatgptye yazdırmış :DDeneyip geri dönüş yapar mısın?
Kod:variables: {killCooldown::%player%} = 0 {killCount::%player%} = 0 on death: attacker is a player victim is a player if {killCooldown::%attacker%} is greater than now: send "&cBir sonraki öldürmen için beklemen gerekiyor!" to attacker cancel event else: add 1 to {killCount::%attacker%} if {killCount::%attacker%} is 2 or {killCount::%attacker%} is 3: set {killCooldown::%attacker%} to now + 1 minute set {killCount::%attacker%} to 0 send "&aÖldürme sınırına ulaştın, 1 dakika beklemen gerekiyor!" to attacker else: send "&aÖldürdün! Toplam öldürme sayın: %{killCount::%attacker%}%." to attacker every 1 second: loop all players: if {killCooldown::%loop-player%} is less than now: delete {killCooldown::%loop-player%}
experienceash
Olabilir en rahatı bazen. Hahahah :DChatgptye yazdırmış :D
experienceash
Sorunun çözüldü mü?evet vurabiliyorum.
experienceash
Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!