Skocz do zawartości
  • 0

Anti log out


Nerdrod_2

Pytanie

2 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
every 30 seconds:    loop all players:        {fight.%loop-player%} is true:            set {fight.%loop-player%} to false            send "&cMozesz sie juz wylogowac!" to loop-playeron damage:    set {fight.%attacker%} to true    set {fight.%victim%} to true    send "&cJestes teraz w walce! Nie wylogowuj sie!" to victim    send "&cJestes teraz w walce! Nie wylogowuj sie!" to attacker    on quit:    {fight.%player%} is true:        loop all items in inventory of player:            drop loop-item at location of player        clear loop-player's inventory        set {banned.%player%} to now    clear {fight.%player%on join:    set {_dif} to difference between {banned.%player%} and now    {_dif} is less than 3 minutes:        kick player because "&cZostales zbanowany!'    clear {fight.%player%}
Odnośnik do komentarza
Udostępnij na innych stronach

  • 0

Troche przerobiłem twój skrypt myśle ze sie nie obrazisz on damage of a player:
  set {fight.%attacker%} to true
  set {fight.%victim%} to true
  send "&cJestes teraz w walce! Nie wylogowuj sie!" to victim  
  send "&cJestes teraz w walce! Nie wylogowuj sie!" to attacker
  wait 30 second:
  set {fight.%loop-player%} to false
  send "&cMozesz sie juz wylogowac!" to attacker
  send "&cMozesz sie juz wylogowac!" to victim
on quit:
  {fight.%player%} is true:
  loop all items in inventory of player:
  drop loop-item at location of player
  clear player's inventory
  set {banned.%player%} to now
  clear {fight.%player%}
  set {kara.%player%} to 180
on join:
  if {kara.%player%} is bigger than 1:
  kick player because "&cZostales zbanowany za logout podczas walki pozostaly czas {kara.%player%}"
  if {kara.%player%} is not set:
  set {kara.%player%} to -1
every 1 second:
  loop all players:
  {kara.%loop-player%} is bigger than 1:
  {kara.%loop-player%} is less than 0:
  set {kara.%loop-player%} to {kara.%loop-player%}-1
 

Odnośnik do komentarza
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...