Skocz do zawartości
  • 0

bossbar wiadomość


Usunięty#31276
 Udostępnij

Pytanie

12 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
every 5 minute:
    loop all players:
        if {bossbar} is 1:
            create bossbar titled "elo" and id "ct" for loop-player with progress 100 with colors blue
            set {bossbar} to 2
        if {bossbar} is 2:
            create bossbar titled "seim" and id "ct" for loop-player with progress 100 with colors blue
            set {bossbar} to 0 
        if {bossbar} is not 1 or 2:
            create bossbar titled "czesc" and id "ct" for loop-player with progress 100 with colors blue
            set {bossbar} to 1

 

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
30 minut temu, Szygran napisał:

Potrzebuje skryptu na wiadomości w bossbar tak aby co 5minut pojawiała się widomość bossbar koloru niebieskiego przez 15sekund czyli np.

teraz wyświetla się bossbar z napiszę elo za 5 minut siema za kolejne 5minut hej i tak w kółko

Proszę, wymagany dodatek SkRayFall.

every 5 minutes:
	{bossbarAutoMessage::count} is not set:
		set {bossbarAutoMessage::count} to 1
	if {bossbarAutoMessage::count} is 1:
		create bossbar titled "elo" and id "bossbarAutoMessage" for all players with progress 100 with colors blue
	else if {bossbarAutoMessage::count} is 2:
		create bossbar titled "siema" and id "bossbarAutoMessage" for all players with progress 100 with colors blue
	wait 15 seconds
	remove bossbar "bossbarAutoMessage"
	add 1 to {bossbarAutoMessage::count}
	{bossbarAutoMessage::count} is 3
	set {bossbarAutoMessage::count} to 1

 

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
Teraz, Kormic napisał:

Proszę, wymagany dodatek SkRayFall.

every 5 minutes:
	{bossbarAutoMessage::count} is not set:
		set {bossbarAutoMessage::count} to 1
	if {bossbarAutoMessage::count} is 1:
		create bossbar titled "elo" and id "bossbarAutoMessage" for all players with progress 100 with colors blue
	else if {bossbarAutoMessage::count} is 2:
		create bossbar titled "siema" and id "bossbarAutoMessage" for all players with progress 100 with colors blue
	wait 15 seconds
	remove bossbar "bossbarAutoMessage"
	add 1 to {bossbarAutoMessage::count}
	{bossbarAutoMessage::count} is 3
	set {bossbarAutoMessage::count} to 1

 

nie działa

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
1 minutę temu, Kormic napisał:

Jak przeładowujesz skrypt to masz ewentualne błędy. Jeżeli są, podaj je.

[12:36:07] [Server thread/ERROR]: Can't understand this condition/effect: create bossbar titled "elo" and id "bossbarAutoMessage" for all players with progress 100 with colors blue (austo.sk, line 5: create bossbar titled "elo" and id "bossbarAutoMessage" for all players with progress 100 with colors blue')
[12:36:07] [Server thread/ERROR]: Can't understand this condition/effect: create bossbar titled "siema" and id "bossbarAutoMessage" for all players with progress 100 with colors blue (austo.sk, line 7: create bossbar titled "siema" and id "bossbarAutoMessage" for all players with progress 100 with colors blue')
[12:36:07] [Server thread/ERROR]: Can't understand this condition/effect: remove bossbar "bossbarAutoMessage" (austo.sk, line 9: remove bossbar "bossbarAutoMessage"')

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
4 minuty temu, Szygran napisał:

[12:36:07] [Server thread/ERROR]: Can't understand this condition/effect: create bossbar titled "elo" and id "bossbarAutoMessage" for all players with progress 100 with colors blue (austo.sk, line 5: create bossbar titled "elo" and id "bossbarAutoMessage" for all players with progress 100 with colors blue')
[12:36:07] [Server thread/ERROR]: Can't understand this condition/effect: create bossbar titled "siema" and id "bossbarAutoMessage" for all players with progress 100 with colors blue (austo.sk, line 7: create bossbar titled "siema" and id "bossbarAutoMessage" for all players with progress 100 with colors blue')
[12:36:07] [Server thread/ERROR]: Can't understand this condition/effect: remove bossbar "bossbarAutoMessage" (austo.sk, line 9: remove bossbar "bossbarAutoMessage"')

Zapewne posiadasz najnowszy SkRayFall, spróbuj z wersją 1.9.21.

Odnośnik do komentarza
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
 Udostępnij

  • Ostatnio przeglądający   0 użytkowników

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