function startAntiLogOut(p: player):
set {antiLogOut::%{_p}%} and {_var} to 20
loop 20 times:
{antiLogOut::%{_p}%} is not set:
stop
{antiLogOut::%{_p}%} > {_var}:
stop
send action bar "&cJesteś w walce jeszcze przez %{antiLogOut::%{_p}%}% sekund!" to {_p}
remove 1 from {antiLogOut::%{_p}%} and {_var}
wait 1 second
clear {antiLogOut::%{_p}%}
send action bar "&aJuż nie jesteś podczas walki!" to {_p}
on damage of player:
attacker is a player
startAntiLogOut(victim)
startAntiLogOut(attacker)
on quit:
{antiLogOut::%player%} is set
kill %player%
on command:
command is not "helpop" or "zglos" or "msg"
{antiLogOut::%player%} is set
cancel event
send "&cJesteś podczas walki!" to player
I mam problem, ponieważ wszystko działa tylko gdy ktoś jest podczas walki i wyjdzie z serwera to nie zabija go.
Pomoże ktoś?
Pytanie
rafik293 0
Hej
Napisałem taki sprypt na antylogout:
function startAntiLogOut(p: player):
set {antiLogOut::%{_p}%} and {_var} to 20
loop 20 times:
{antiLogOut::%{_p}%} is not set:
stop
{antiLogOut::%{_p}%} > {_var}:
stop
send action bar "&cJesteś w walce jeszcze przez %{antiLogOut::%{_p}%}% sekund!" to {_p}
remove 1 from {antiLogOut::%{_p}%} and {_var}
wait 1 second
clear {antiLogOut::%{_p}%}
send action bar "&aJuż nie jesteś podczas walki!" to {_p}
on damage of player:
attacker is a player
startAntiLogOut(victim)
startAntiLogOut(attacker)
on quit:
{antiLogOut::%player%} is set
kill %player%
on command:
command is not "helpop" or "zglos" or "msg"
{antiLogOut::%player%} is set
cancel event
send "&cJesteś podczas walki!" to player
I mam problem, ponieważ wszystko działa tylko gdy ktoś jest podczas walki i wyjdzie z serwera to nie zabija go.
Edytowane przez rafik293Pomoże ktoś?
Odnośnik do komentarza
Udostępnij na innych stronach
1 odpowiedź na to pytanie
Rekomendowane odpowiedzi
Dołącz do dyskusji
Możesz dodać zawartość już teraz a zarejestrować się później. Jeśli posiadasz już konto, zaloguj się aby dodać zawartość za jego pomocą.