Skocz do zawartości
  • 0

Komenda na kit co godzine


TabCraft

Pytanie

Hej pomógłby ktoś mi zedytować ten skrypt aby działał poprawnie? bo jest podmatwany Chodzi mi o mozliwosc odbierania itemow ustalonych w configu co godzine + dodac permisje odbieranie.kit

 

command /odbierz vip:
    trigger:
        if {odbierzz} is true:
            if {odbierzz.vipp::%player%} is less than 1:
                send "&8» &aOtrzymales zestaw startowy!"
                set {czass5.start::%player%} to 10
                if player can hold 1 dirt:
                    give player 64 steak named ""
                    give player 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3 named ""
                    give player 10 oak log named ""
                else:
                    drop 64 steak  at player
                    drop 1 iron diamond of efficiency 5 and unbreaking 3 and fortune 3 at player
                    drop 10 oak log at player
            else:
                send "&8» &cOstatnio brales juz ten zestaw! Kolejny mozesz wziac za %{czas.start::%player%}% minut!"

 

Edytowane przez Peridot
Peridot

Wstawiam w code

Notatka dodana przez Peridot

Odnośnik do komentarza
https://skript.pl/temat/41173-komenda-na-kit-co-godzine/
Udostępnij na innych stronach

Rekomendowane odpowiedzi

  • 0
22 godziny temu, TabCraft napisał:

Hej pomógłby ktoś mi zedytować ten skrypt aby działał poprawnie? bo jest podmatwany Chodzi mi o mozliwosc odbierania itemow ustalonych w configu co godzine + dodac permisje odbieranie.kit

 

 


command /odbierz vip:
    trigger:
        if {odbierzz} is true:
            if {odbierzz.vipp::%player%} is less than 1:
                send "&8» &aOtrzymales zestaw startowy!"
                set {czass5.start::%player%} to 10
                if player can hold 1 dirt:
                    give player 64 steak named ""
                    give player 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3 named ""
                    give player 10 oak log named ""
                else:
                    drop 64 steak  at player
                    drop 1 iron diamond of efficiency 5 and unbreaking 3 and fortune 3 at player
                    drop 10 oak log at player
            else:
                send "&8» &cOstatnio brales juz ten zestaw! Kolejny mozesz wziac za %{czas.start::%player%}% minut!"

 

command /odbierz [<text>]:
	trigger:
		if arg 1 is not "vip":
			stop
		if player doesn't have permission "odbieranie.kit":
			stop	
		if difference between {cooldown::kit::vip::%player%} and now is less than 1 hour:
			send "&8» &cOstatnio odebrales juz ten zestaw! &6(&e%{cooldown::kit::vip::%player%}%&6)" to player
			stop
		send "&8» &aOtrzymales zestaw startowy!" to player
		set {cooldown::kit::vip::%player%} to now
		if player can hold 64 steak:
			give player 64 steak
		else:
			drop 64 steak at player	
		if player can hold 1 diamond pickaxe:
			give player 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3
		else:
			drop 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3 at player
		if player can hold 10 oak log:
			give player 10 oak log
		else:
			drop 10 oak log at player

Proszę.

Edytowane przez xAxee
xAxee

Poprawiam cytat

Notatka dodana przez xAxee

Odnośnik do komentarza
https://skript.pl/temat/41173-komenda-na-kit-co-godzine/#findComment-257387
Udostępnij na innych stronach

  • 0
13 godzin temu, Kormic napisał:

command /odbierz [<text>]:
	trigger:
		if arg 1 is not "vip":
			stop
		if player doesn't have permission "odbieranie.kit":
			stop
		if difference between {cooldown::kit::vip::%player%} and now is greater than or equal to 1 hour:
			send "&8» &aOtrzymales zestaw startowy!" to player
			if player can hold 64 steak:
				give player 64 steak
			else:
				drop 64 steak at player	
			if player can hold 1 diamond pickaxe:
				give player 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3
			else:
				drop 1 iron diamond of efficiency 5 and unbreaking 3 and fortune 3 at player
			if player can hold 10 oak log:
				give player 10 oak log
			else:
				drop 10 oak log at player
			set {cooldown::kit::vip::%player%} to now
		else:
			send "&8» &cOstatnio odebrales juz ten zestaw! &6(&e%{cooldown::kit::vip::%player%}%&6)" to player

Proszę.

Hej ponownie, niezbyt działa wyskakuje error i po wpisaniu /odbierz vip wyskakuje Ostatnio odebrales juz ten zestaw <none>

Z7pMs20.png

Odnośnik do komentarza
https://skript.pl/temat/41173-komenda-na-kit-co-godzine/#findComment-257431
Udostępnij na innych stronach

  • 0
22 minuty temu, TabCraft napisał:

Hej ponownie, niezbyt działa wyskakuje error i po wpisaniu /odbierz vip wyskakuje Ostatnio odebrales juz ten zestaw <none>

Z7pMs20.png

Poprawiłem skrypt wyżej, sprawdź ponownie.

Odnośnik do komentarza
https://skript.pl/temat/41173-komenda-na-kit-co-godzine/#findComment-257434
Udostępnij na innych stronach

  • 0
1 godzinę temu, Kormic napisał:

Poprawiłem skrypt wyżej, sprawdź ponownie.

Dzięki działa, mógłbyś jeszcze aby pisało kiedy można odebrać kolejny zestaw? (bo jest kiedy odebrałem zestaw) i zeby dalo sie tez wpisac odbierz svip i uvip? i byly tam podobne itemy (potem sobie w configu zmienie) bo jak wpisze /odbierz bez vip to mi tez daje itemy

Odnośnik do komentarza
https://skript.pl/temat/41173-komenda-na-kit-co-godzine/#findComment-257480
Udostępnij na innych stronach

  • 0
5 godzin temu, TabCraft napisał:

Dzięki działa, mógłbyś jeszcze aby pisało kiedy można odebrać kolejny zestaw? (bo jest kiedy odebrałem zestaw) i zeby dalo sie tez wpisac odbierz svip i uvip? i byly tam podobne itemy (potem sobie w configu zmienie) bo jak wpisze /odbierz bez vip to mi tez daje itemy

Jasne, zaraz dodam.

EDIT:

Sprawdź czy o to chodziło i co najważniejsze, czy działa:

command /odbierz [<text>]:
	trigger:
		if arg 1 is not set:
			send "&cPoprawne uzycie: &6/odbierz <nazwa rangi, np. vip>" to player
			stop
		if arg 1 is "vip":
			if player doesn't have permission "odbieranie.kit":
				stop
			if difference between {cooldown::kit::vip::%player%} and now is greater than or equal to 1 hour:
				send "&8» &aOtrzymales zestaw startowy!" to player
				if player can hold 64 steak:
					give player 64 steak
				else:
					drop 64 steak at player	
				if player can hold 1 diamond pickaxe:
					give player 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3
				else:
					drop 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3 at player
				if player can hold 10 oak log:
					give player 10 oak log
				else:
					drop 10 oak log at player
				set {cooldown::kit::vip::%player%} to now
			else:
				set {_czas} to "%{cooldown::kit::vip::%player%}%"
				replace all "seconds" with "sekund" in {_czas}
				replace all "minutes" with "minut" in {_czas}
				replace all "hours" with "godzin" in {_czas}
				send "&8» &cOstatnio odebrales juz ten zestaw! Musisz odczekac &6(&e%{_czas}%&6)" to player
		if arg 1 is "svip":
			if player doesn't have permission "odbieranie.kit":
				stop
			if difference between {cooldown::kit::svip::%player%} and now is greater than or equal to 1 hour:
				send "&8» &aOtrzymales zestaw startowy!" to player
				if player can hold 64 steak:
					give player 64 steak
				else:
					drop 64 steak at player	
				if player can hold 1 diamond pickaxe:
					give player 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3
				else:
					drop 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3 at player
				if player can hold 10 oak log:
					give player 10 oak log
				else:
					drop 10 oak log at player
				set {cooldown::kit::svip::%player%} to now
			else:
				set {_czas} to "%{cooldown::kit::svip::%player%}%"
				replace all "seconds" with "sekund" in {_czas}
				replace all "minutes" with "minut" in {_czas}
				replace all "hours" with "godzin" in {_czas}
				send "&8» &cOstatnio odebrales juz ten zestaw! Musisz odczekac &6(&e%{_czas}%&6)" to player
		if arg 1 is "uvip":
			if player doesn't have permission "odbieranie.kit":
				stop
			if difference between {cooldown::kit::uvip::%player%} and now is greater than or equal to 1 hour:
				send "&8» &aOtrzymales zestaw startowy!" to player
				if player can hold 64 steak:
					give player 64 steak
				else:
					drop 64 steak at player	
				if player can hold 1 diamond pickaxe:
					give player 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3
				else:
					drop 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3 at player
				if player can hold 10 oak log:
					give player 10 oak log
				else:
					drop 10 oak log at player
				set {cooldown::kit::uvip::%player%} to now
			else:
            	set {_czas} to "%{cooldown::kit::uvip::%player%}%"
				replace all "seconds" with "sekund" in {_czas}
				replace all "minutes" with "minut" in {_czas}
				replace all "hours" with "godzin" in {_czas}
				send "&8» &cOstatnio odebrales juz ten zestaw! Musisz odczekac &6(&e%{_czas}%&6)" to player
		else:
			send "&cNie ma takiego kitu!" to player

 

Edytowane przez Kormic
Odnośnik do komentarza
https://skript.pl/temat/41173-komenda-na-kit-co-godzine/#findComment-257482
Udostępnij na innych stronach

  • 0

9RaLl31.png

5 godzin temu, Kormic napisał:

Jasne, zaraz dodam.

EDIT:

Sprawdź czy o to chodziło i co najważniejsze, czy działa:


function zamianaFormatuGodziny(t: timespan) :: text:
	set {_czas} to "%{_t}%"
	replace all "seconds" with "sekund" in {_czas}
	replace all "minutes" with "minut" in {_czas}
	replace all "hours" with "godzin" in {_czas}
	return "%{_czas}%"

command /odbierz [<text>]:
	trigger:
		if arg 1 is not set:
			send "&cPoprawne uzycie: &6/odbierz <nazwa rangi, np. vip>" to player
			stop
		if arg 1 is "vip":
			if player doesn't have permission "odbieranie.kit":
				stop
			if difference between {cooldown::kit::vip::%player%} and now is greater than or equal to 1 hour:
				send "&8» &aOtrzymales zestaw startowy!" to player
				if player can hold 64 steak:
					give player 64 steak
				else:
					drop 64 steak at player	
				if player can hold 1 diamond pickaxe:
					give player 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3
				else:
					drop 1 iron diamond of efficiency 5 and unbreaking 3 and fortune 3 at player
				if player can hold 10 oak log:
					give player 10 oak log
				else:
					drop 10 oak log at player
				set {cooldown::kit::vip::%player%} to now
			else:
				send "&8» &cOstatnio odebrales juz ten zestaw! Musisz odczekac &6%&ezamianaFormatuGodziny({cooldown::kit::vip::%player%})%&6)" to player
		if arg 1 is "svip":
			if player doesn't have permission "odbieranie.kit":
				stop
			if difference between {cooldown::kit::svip::%player%} and now is greater than or equal to 1 hour:
				send "&8» &aOtrzymales zestaw startowy!" to player
				if player can hold 64 steak:
					give player 64 steak
				else:
					drop 64 steak at player	
				if player can hold 1 diamond pickaxe:
					give player 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3
				else:
					drop 1 iron diamond of efficiency 5 and unbreaking 3 and fortune 3 at player
				if player can hold 10 oak log:
					give player 10 oak log
				else:
					drop 10 oak log at player
				set {cooldown::kit::svip::%player%} to now
			else:
				send "&8» &cOstatnio odebrales juz ten zestaw! Musisz odczekac &6%&ezamianaFormatuGodziny({cooldown::kit::svip::%player%})%&6)" to player
		if arg 1 is "uvip":
			if player doesn't have permission "odbieranie.kit":
				stop
			if difference between {cooldown::kit::uvip::%player%} and now is greater than or equal to 1 hour:
				send "&8» &aOtrzymales zestaw startowy!" to player
				if player can hold 64 steak:
					give player 64 steak
				else:
					drop 64 steak at player	
				if player can hold 1 diamond pickaxe:
					give player 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3
				else:
					drop 1 iron diamond of efficiency 5 and unbreaking 3 and fortune 3 at player
				if player can hold 10 oak log:
					give player 10 oak log
				else:
					drop 10 oak log at player
				set {cooldown::kit::uvip::%player%} to now
			else:
				send "&8» &cOstatnio odebrales juz ten zestaw! Musisz odczekac &6%&ezamianaFormatuGodziny({cooldown::kit::uvip::%player%})%&6)" to player
		else:
			send "&cNie ma takiego kitu!" to player

 

Cos wyskakuje 7 bledow i jak wpisuje /odbierz vip np to wyskakuje ze nie ma takeigo kitu/scren z bledow powyzej

Edytowane przez TabCraft
Odnośnik do komentarza
https://skript.pl/temat/41173-komenda-na-kit-co-godzine/#findComment-257527
Udostępnij na innych stronach

  • 0
5 minut temu, Kormic napisał:

To dlatego ci funkcje nie działają. Poprawiłem skrypt wyżej, sprawdź jeszcze raz.

1 błąd + jak biore /odbierz vip svip sponsor itd to wyskakuje ze nie ma tego kitu i nastepny moge za <none>PTbaMdC.png

Odnośnik do komentarza
https://skript.pl/temat/41173-komenda-na-kit-co-godzine/#findComment-257547
Udostępnij na innych stronach

  • 0
3 minuty temu, TabCraft napisał:

1 błąd + jak biore /odbierz vip svip sponsor itd to wyskakuje ze nie ma tego kitu i nastepny moge za <none>PTbaMdC.png

command /odbierz [<text>]:
	trigger:
		if arg 1 is not set:
			send "&cPoprawne uzycie: &6/odbierz <nazwa rangi, np. vip>" to player
			stop
		if arg 1 is "vip":
			if player doesn't have permission "odbieranie.kit":
				stop
			if {cooldown::kit::vip::%player%} is not set:
				set {cooldown::kit::vip::%player%} to now
				send "&aUzyj ponownie komende." to player
				stop	
			if difference between {cooldown::kit::vip::%player%} and now is greater than or equal to 1 hour:
				send "&8» &aOtrzymales zestaw startowy!" to player
				if player can hold 64 steak:
					give player 64 steak
				else:
					drop 64 steak at player	
				if player can hold 1 diamond pickaxe:
					give player 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3
				else:
					drop 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3 at player
				if player can hold 10 oak log:
					give player 10 oak log
				else:
					drop 10 oak log at player
				set {cooldown::kit::vip::%player%} to now
			else:
				set {_czas} to "%{cooldown::kit::vip::%player%}%"
				replace all "seconds" with "sekund" in {_czas}
				replace all "minutes" with "minut" in {_czas}
				replace all "hours" with "godzin" in {_czas}
				send "&8» &cOstatnio odebrales juz ten zestaw! Musisz odczekac &6(&e%{_czas}%&6)" to player
		if arg 1 is "svip":
			if player doesn't have permission "odbieranie.kit":
				stop
			if {cooldown::kit::svip::%player%} is not set:
				set {cooldown::kit::svip::%player%} to now
				send "&aUzyj ponownie komende." to player
				stop	
			if difference between {cooldown::kit::svip::%player%} and now is greater than or equal to 1 hour:
				send "&8» &aOtrzymales zestaw startowy!" to player
				if player can hold 64 steak:
					give player 64 steak
				else:
					drop 64 steak at player	
				if player can hold 1 diamond pickaxe:
					give player 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3
				else:
					drop 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3 at player
				if player can hold 10 oak log:
					give player 10 oak log
				else:
					drop 10 oak log at player
				set {cooldown::kit::svip::%player%} to now
			else:
				set {_czas} to "%{cooldown::kit::svip::%player%}%"
				replace all "seconds" with "sekund" in {_czas}
				replace all "minutes" with "minut" in {_czas}
				replace all "hours" with "godzin" in {_czas}
				send "&8» &cOstatnio odebrales juz ten zestaw! Musisz odczekac &6(&e%{_czas}%&6)" to player
		if arg 1 is "uvip":
			if player doesn't have permission "odbieranie.kit":
				stop
			if {cooldown::kit::uvip::%player%} is not set:
				set {cooldown::kit::uvip::%player%} to now
				send "&aUzyj ponownie komende." to player
				stop
			if difference between {cooldown::kit::uvip::%player%} and now is greater than or equal to 1 hour:
				send "&8» &aOtrzymales zestaw startowy!" to player
				if player can hold 64 steak:
					give player 64 steak
				else:
					drop 64 steak at player	
				if player can hold 1 diamond pickaxe:
					give player 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3
				else:
					drop 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3 at player
				if player can hold 10 oak log:
					give player 10 oak log
				else:
					drop 10 oak log at player
				set {cooldown::kit::uvip::%player%} to now
			else:
				set {_czas} to "%{cooldown::kit::uvip::%player%}%"
				replace all "seconds" with "sekund" in {_czas}
				replace all "minutes" with "minut" in {_czas}
				replace all "hours" with "godzin" in {_czas}
				send "&8» &cOstatnio odebrales juz ten zestaw! Musisz odczekac &6(&e%{_czas}%&6)" to player				

Już powinno działać.

Odnośnik do komentarza
https://skript.pl/temat/41173-komenda-na-kit-co-godzine/#findComment-257551
Udostępnij na innych stronach

  • 0
4 minuty temu, Kormic napisał:

command /odbierz [<text>]:
	trigger:
		if arg 1 is not set:
			send "&cPoprawne uzycie: &6/odbierz <nazwa rangi, np. vip>" to player
			stop
		if arg 1 is "vip":
			if player doesn't have permission "odbieranie.kit":
				stop
			if {cooldown::kit::vip::%player%} is not set:
				set {cooldown::kit::vip::%player%} to now
				send "&aUzyj ponownie komende." to player
				stop	
			if difference between {cooldown::kit::vip::%player%} and now is greater than or equal to 1 hour:
				send "&8» &aOtrzymales zestaw startowy!" to player
				if player can hold 64 steak:
					give player 64 steak
				else:
					drop 64 steak at player	
				if player can hold 1 diamond pickaxe:
					give player 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3
				else:
					drop 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3 at player
				if player can hold 10 oak log:
					give player 10 oak log
				else:
					drop 10 oak log at player
				set {cooldown::kit::vip::%player%} to now
			else:
				set {_czas} to "%{cooldown::kit::vip::%player%}%"
				replace all "seconds" with "sekund" in {_czas}
				replace all "minutes" with "minut" in {_czas}
				replace all "hours" with "godzin" in {_czas}
				send "&8» &cOstatnio odebrales juz ten zestaw! Musisz odczekac &6(&e%{_czas}%&6)" to player
		if arg 1 is "svip":
			if player doesn't have permission "odbieranie.kit":
				stop
			if {cooldown::kit::svip::%player%} is not set:
				set {cooldown::kit::svip::%player%} to now
				send "&aUzyj ponownie komende." to player
				stop	
			if difference between {cooldown::kit::svip::%player%} and now is greater than or equal to 1 hour:
				send "&8» &aOtrzymales zestaw startowy!" to player
				if player can hold 64 steak:
					give player 64 steak
				else:
					drop 64 steak at player	
				if player can hold 1 diamond pickaxe:
					give player 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3
				else:
					drop 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3 at player
				if player can hold 10 oak log:
					give player 10 oak log
				else:
					drop 10 oak log at player
				set {cooldown::kit::svip::%player%} to now
			else:
				set {_czas} to "%{cooldown::kit::svip::%player%}%"
				replace all "seconds" with "sekund" in {_czas}
				replace all "minutes" with "minut" in {_czas}
				replace all "hours" with "godzin" in {_czas}
				send "&8» &cOstatnio odebrales juz ten zestaw! Musisz odczekac &6(&e%{_czas}%&6)" to player
		if arg 1 is "uvip":
			if player doesn't have permission "odbieranie.kit":
				stop
			if {cooldown::kit::uvip::%player%} is not set:
				set {cooldown::kit::uvip::%player%} to now
				send "&aUzyj ponownie komende." to player
				stop
			if difference between {cooldown::kit::uvip::%player%} and now is greater than or equal to 1 hour:
				send "&8» &aOtrzymales zestaw startowy!" to player
				if player can hold 64 steak:
					give player 64 steak
				else:
					drop 64 steak at player	
				if player can hold 1 diamond pickaxe:
					give player 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3
				else:
					drop 1 diamond pickaxe of efficiency 5 and unbreaking 3 and fortune 3 at player
				if player can hold 10 oak log:
					give player 10 oak log
				else:
					drop 10 oak log at player
				set {cooldown::kit::uvip::%player%} to now
			else:
				set {_czas} to "%{cooldown::kit::uvip::%player%}%"
				replace all "seconds" with "sekund" in {_czas}
				replace all "minutes" with "minut" in {_czas}
				replace all "hours" with "godzin" in {_czas}
				send "&8» &cOstatnio odebrales juz ten zestaw! Musisz odczekac &6(&e%{_czas}%&6)" to player				

Już powinno działać.

Nie daje zadnych itemow po wpisaniu /odbierz vip

 

PS. Mialbys chwile zeby wejsc na serwer i na biezaco testowac? czy niezbyt masz dostep do MC

Odnośnik do komentarza
https://skript.pl/temat/41173-komenda-na-kit-co-godzine/#findComment-257554
Udostępnij na innych stronach

  • 0
1 godzinę temu, TabCraft napisał:

Nie daje zadnych itemow po wpisaniu /odbierz vip

 

PS. Mialbys chwile zeby wejsc na serwer i na biezaco testowac? czy niezbyt masz dostep do MC

Upewnij się, że masz permisję.

Odnośnik do komentarza
https://skript.pl/temat/41173-komenda-na-kit-co-godzine/#findComment-257573
Udostępnij na innych stronach

  • 0
1 godzinę temu, Kormic napisał:

Upewnij się, że masz permisję.

Rzeczywiscie moj blad, moglbys dodac jeszcze aby wyswietlalo sie kiedy nastepny kit mozna odebrac? bo jak narazie sie wyswietla kiedy ostatnio brales + jakbys mogl dodac zeby osoba z OP mogla brac bez limitu czasowego te kity + jeszcze ostatnie ze jak ktos nie ma permisji to mu wyskakuje Nie masz permisji do uzycia tej komendy

Edytowane przez TabCraft
Odnośnik do komentarza
https://skript.pl/temat/41173-komenda-na-kit-co-godzine/#findComment-257577
Udostępnij na innych stronach

  • 0
42 minuty temu, TabCraft napisał:

Rzeczywiscie moj blad, moglbys dodac jeszcze aby wyswietlalo sie kiedy nastepny kit mozna odebrac? bo jak narazie sie wyswietla kiedy ostatnio brales + jakbys mogl dodac zeby osoba z OP mogla brac bez limitu czasowego te kity + jeszcze ostatnie ze jak ktos nie ma permisji to mu wyskakuje Nie masz permisji do uzycia tej komendy

Wydaje mi się, że powinno wszystko działać, w razie czego daj znać.

 

Odnośnik do komentarza
https://skript.pl/temat/41173-komenda-na-kit-co-godzine/#findComment-257578
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ę...