Skocz do zawartości
  • 0

Noc i dzień


EZIKOOOO

Pytanie

12 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
on script load:
	execute console command "gameurle dodailycycle false"
every 1 minute:
	if %hour% = 17:
		execute consoel command "mineccraft:time set night"
	if %hour% = 7:
		execute consoel command "mineccraft:time set day"

 

Odnośnik do komentarza
https://skript.pl/temat/35434-noc-i-dzie%C5%84/#findComment-227740
Udostępnij na innych stronach

  • 0
on script load:
	execute console command "gamerule doDaylightCycle false"

every 1 real hour:
	if "%hour%" is 17:
		execute console command "time set night"
	if "%hour%" is 7:
		execute console command "time set day"

Liczę na + <3 

Odnośnik do komentarza
https://skript.pl/temat/35434-noc-i-dzie%C5%84/#findComment-227746
Udostępnij na innych stronach

  • 0
41 minut temu, keszir napisał:

on script load: execute console command "gameurle dodailycycle false" every 1 minute: if %hour% = 17: execute consoel command "mineccraft:time set night" if %hour% = 7: execute consoel command "mineccraft:time set day"

nie działa

 

Odnośnik do komentarza
https://skript.pl/temat/35434-noc-i-dzie%C5%84/#findComment-227748
Udostępnij na innych stronach

  • 0
6 minut temu, TakiJakTy napisał:

on script load:
	execute console command "gamerule doDaylightCycle false"

every 1 real hour:
	if "%hour%" is 17:
		execute console command "time set night"
	if "%hour%" is 7:
		execute console command "time set day"

Liczę na + <3 

pokazuje mi errory 

 

Odnośnik do komentarza
https://skript.pl/temat/35434-noc-i-dzie%C5%84/#findComment-227749
Udostępnij na innych stronach

  • 0
on script load:
	execute console command "gamerule doDaylightCycle false"
	while 0 is 0:
		set {_t} to "%hour%:%minute%" parsed as time span
		set time to {_t}
		wait 10 minutes

nie testowałem, jak będą błędy to poprawię

Edytowane przez Helios1993
Odnośnik do komentarza
https://skript.pl/temat/35434-noc-i-dzie%C5%84/#findComment-227750
Udostępnij na innych stronach

  • 0
on script load:
	execute console command "gamerule doDaylightCycle false"

every 1 real hour:
	if "%hour%" is "17":
		execute console command "time set night"
	if "%hour%" is "7":
		execute console command "time set day"

 

Odnośnik do komentarza
https://skript.pl/temat/35434-noc-i-dzie%C5%84/#findComment-227752
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ę...