Skocz do zawartości
  • 0

Zrobi mi ktoś komendę na afk


Pytanie

7 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
command /afk:
    usage: &8>> &7Poprawne uzycie&8: &c/afk
    trigger:
        if {afk.%player%} is false:
            set {afk.%player%} to true
            send "&8>> &7Stales sie &eAFK"
            send "&8>> &7Gracz &e%player% &7stal sie &eAFK" to all players
            stop
        if {afk.%player%} is true:
            set {afk.%player%} to false
            send "&8>> &7Nie jestes juz &eAFK"
            send "&8>> &7Gracz &e%player% &7nie jest juz &eAFK" to all players
            stop
on any move:
    if {afk.%player%} is true:
        set {afk.%player%} to false
        send "&8>> &7Nie jestes juz &eAFK"
        send "&8>> &7Gracz &e%player% &7nie jest juz &eAFK" to all players

Proszę bardzo.

Odnośnik do komentarza
https://skript.pl/temat/52479-zrobi-mi-kto%C5%9B-komend%C4%99-na-afk/#findComment-320855
Udostępnij na innych stronach

  • 0
W dniu 18.04.2022 o 15:19, xMarmo321 napisał:
command /afk:
    usage: &8>> &7Poprawne uzycie&8: &c/afk
    trigger:
        if {afk.%player%} is false:
            set {afk.%player%} to true
            send "&8>> &7Stales sie &eAFK"
            send "&8>> &7Gracz &e%player% &7stal sie &eAFK" to all players
            stop
        if {afk.%player%} is true:
            set {afk.%player%} to false
            send "&8>> &7Nie jestes juz &eAFK"
            send "&8>> &7Gracz &e%player% &7nie jest juz &eAFK" to all players
            stop
on any move:
    if {afk.%player%} is true:
        set {afk.%player%} to false
        send "&8>> &7Nie jestes juz &eAFK"
        send "&8>> &7Gracz &e%player% &7nie jest juz &eAFK" to all players

Proszę bardzo.

Jest błąd

can't understand this event: 'on any move' (afk.sk, line 14: on any move:')

 

Odnośnik do komentarza
https://skript.pl/temat/52479-zrobi-mi-kto%C5%9B-komend%C4%99-na-afk/#findComment-320860
Udostępnij na innych stronach

  • 0
command /afk:
	usage: &8>> &7Poprawne uzycie&8: &c/afk
	trigger:
		if {afk.%player%} is false:
			set {afk.%player%} to true
			send "&8>> &7Stales sie &eAFK"
			send "&8>> &7Gracz &e%player% &7stal sie &eAFK" to all players
			stop
		if {afk.%player%} is true:
			set {afk.%player%} to false
			send "&8>> &7Nie jestes juz &eAFK"
			send "&8>> &7Gracz &e%player% &7nie jest juz &eAFK" to all players
			stop
on player move:
	if {afk.%player%} is true:
		send "&8>> &7Nie jestes juz &eAFK"
		send "&8>> &7Gracz &e%player% &7nie jest juz &eAFK" to all players

A to spróbuj?

Odnośnik do komentarza
https://skript.pl/temat/52479-zrobi-mi-kto%C5%9B-komend%C4%99-na-afk/#findComment-320881
Udostępnij na innych stronach

  • 0
14 godzin temu, xMarmo321 napisał:
command /afk:
	usage: &8>> &7Poprawne uzycie&8: &c/afk
	trigger:
		if {afk.%player%} is false:
			set {afk.%player%} to true
			send "&8>> &7Stales sie &eAFK"
			send "&8>> &7Gracz &e%player% &7stal sie &eAFK" to all players
			stop
		if {afk.%player%} is true:
			set {afk.%player%} to false
			send "&8>> &7Nie jestes juz &eAFK"
			send "&8>> &7Gracz &e%player% &7nie jest juz &eAFK" to all players
			stop
on player move:
	if {afk.%player%} is true:
		send "&8>> &7Nie jestes juz &eAFK"
		send "&8>> &7Gracz &e%player% &7nie jest juz &eAFK" to all players

A to spróbój?

[12:15:30 ERROR]: can't understand this event: 'on player move' (afk.sk, line 14: on player move:')

blad

Odnośnik do komentarza
https://skript.pl/temat/52479-zrobi-mi-kto%C5%9B-komend%C4%99-na-afk/#findComment-320912
Udostępnij na innych stronach

  • 0
command /afk [<text>]:
    usage: &8>> &7Poprawne uzycie&8: &c/afk
    trigger:
    	set {_l} to player's location
        send "&8>> &7Gracz &e%player% &7jest teraz &eAFK" to all players
    	while distance between {_l} and player <= 0.1:
    		wait second
    	send "&8>> &7Gracz &e%player% &7nie jest juz &eAFK" to all players

 

Odnośnik do komentarza
https://skript.pl/temat/52479-zrobi-mi-kto%C5%9B-komend%C4%99-na-afk/#findComment-320914
Udostępnij na innych stronach

  • 0
2 godziny temu, xAxee napisał:
command /afk [<text>]:
    usage: &8>> &7Poprawne uzycie&8: &c/afk
    trigger:
    	set {_l} to player's location
        send "&8>> &7Gracz &e%player% &7jest teraz &eAFK" to all players
    	while distance between {_l} and player <= 0.1:
    		wait second
    	send "&8>> &7Gracz &e%player% &7nie jest juz &eAFK" to all players

 

THX 

 

Notro

Poprawiam błędy, łączę, etc we wszystkich postach

Notatka dodana przez Notro

Odnośnik do komentarza
https://skript.pl/temat/52479-zrobi-mi-kto%C5%9B-komend%C4%99-na-afk/#findComment-320928
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ę...