Skocz do zawartości
  • 0

Skrypt na alert [skript-mirror]


ogolnie
 Udostępnij

Pytanie

5 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0

ogolnie sam skript ma title 

send title %text% [with subtitle %text%] [to %players%] [for %time span%] [with fade[(-| )]in %time span%] [(and|with) fade[(-| )]out %time span%]

czyli np

send title "Competition Started" with subtitle "Have fun, Stay safe!" to player for 5 seconds

ale jak chcesz skript-mirrorem to 

player.sendTitle("elo", "elo")

 

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
Teraz, xAxee napisał:

ogolnie sam skript ma title 

send title %text% [with subtitle %text%] [to %players%] [for %time span%] [with fade[(-| )]in %time span%] [(and|with) fade[(-| )]out %time span%]

czyli np

send title "Competition Started" with subtitle "Have fun, Stay safe!" to player for 5 seconds

ale jak chcesz skript-mirrorem to 

player.sendTitle("elo", "elo")

 

Tylko ja to bym chciał na permissje i komende 😜
np /alert

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
command /alert [<text>]:
	permission: alert
	trigger:
		if arg is not set:
			send "Podaj tresc"
			stop
		send title "Uwaga" with subtitle colored arg to all players for 5 seconds

lub

command /alert [<text>]:
	permission: alert
	trigger:
		if arg is not set:
			send "Podaj tresc"
			stop
		loop all players:
			loop-player.sendTitle("Uwaga", arg)

 

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
1 minutę temu, xAxee napisał:
command /alert [<text>]:
	permission: alert
	trigger:
		if arg is not set:
			send "Podaj tresc"
			stop
		send title "Uwaga" with subtitle colored arg to all players for 5 seconds

lub

command /alert [<text>]:
	permission: alert
	trigger:
		if arg is not set:
			send "Podaj tresc"
			stop
		loop all players:
			loop-player.sendTitle("Uwaga", arg)

 

działa thx

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ę...