Skocz do zawartości
  • 0

Czy moglby mi ktos napisac skrypt/plugin na expowiska, resp mobow na nich


Pytanie

3 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0

Coś takiego?

every 30 seconds:
	if {Exp1} is set:
		loop 5 times:
			spawn zombie named "&cZombieExp &6- &aStartowe 200HP" at {Exp1}
			set max health of last spawned entity to 200
			heal last spawned entity
	else:
		send "Ustaw expowisko!" to all players
command /exp [<text>]:
	trigger:
  		if arg 1 is set:
  			if arg 1 is "Ustaw":
  				if {Exp1} is set:
  					send "&6Jest juz ustawione!" to player
  				else:
  					set {Exp1} to location of player
  					send "&6Ustawiono!" to player
  			if arg 1 is "Usun":
  				if {Exp1} is set:
  					delete {Exp1}
  					send "&6Usunieto!" to player
  				else:
  					send "&6Nie jest ustawione!" to player
  			if arg 1 is "tp":
  				if {Exp1} is set:
  					teleport player to {Exp1}
  					send "&7Przeteleportowano!" to player
  				else:
  					send "&7Nie jest ustawione!" to player
  		else:
  			send "&cPomoc:" to player
  			send "&6/exp ustaw" to player
  			send "&6/exp Usun" to player
  			send "&6/exp tp" to player

 

Odnośnik do komentarza
https://skript.pl/temat/32781-czy-moglby-mi-ktos-napisac-skryptplugin-na-expowiska-resp-mobow-na-nich/#findComment-212908
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ę...