Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Problem] Teleportacja przez tabliczki


Forsek

Rekomendowane odpowiedzi

Opublikowano

Czemu teleportuje to do dwóch warpów chociaż klika się raz na tabliczke kod:

on rightclick on sign:
	if line 1 is "&c[Arena 1]":
		if line 2 is "0/2":
			equip player with all iron armour of protection 2 and unbreaking 3
			give stone sword to player
			give 3 golden apple to player
			give water bucket to player
			give fishing rod to player
			give 64 oak wood planks to player
			give 16 snowball to player
			give bow of power 1 to player
			give lava bucket to player
			give 64 oak wood planks to player
			give 64 arrow to player
			execute console command "/warp arenas11 %player%"
			wait 1 tick
			set line 2 of block to "1/2"
on rightclick on sign:
	if line 1 is "&c[Arena 1]":
		if line 2 is "1/2":
			equip player with all iron armour of protection 2 and unbreaking 3
			give stone sword to player
			give 3 golden apple to player
			give water bucket to player
			give fishing rod to player
			give 64 oak wood planks to player
			give 16 snowball to player
			give bow of power 1 to player
			give lava bucket to player
			give 64 oak wood planks to player
			give 64 arrow to player
			execute console command "/warp arenas12 %player%"
			set line 2 of block to "2/2"
on rightclick on sign:
	if line 1 is "&c[Arena 1]":
		if line 2 is "2/2":
			cancel event
			send "&cArena jest pelna !"
		
			

xD

Opublikowano

 

Czemu teleportuje to do dwóch warpów chociaż klika się raz na tabliczke kod:

on rightclick on sign:
	if line 1 is "&c[Arena 1]":
		if line 2 is "0/2":
			equip player with all iron armour of protection 2 and unbreaking 3
			give stone sword to player
			give 3 golden apple to player
			give water bucket to player
			give fishing rod to player
			give 64 oak wood planks to player
			give 16 snowball to player
			give bow of power 1 to player
			give lava bucket to player
			give 64 oak wood planks to player
			give 64 arrow to player
			execute console command "/warp arenas11 %player%"
			wait 1 tick
			set line 2 of block to "1/2"
on rightclick on sign:
	if line 1 is "&c[Arena 1]":
		if line 2 is "1/2":
			equip player with all iron armour of protection 2 and unbreaking 3
			give stone sword to player
			give 3 golden apple to player
			give water bucket to player
			give fishing rod to player
			give 64 oak wood planks to player
			give 16 snowball to player
			give bow of power 1 to player
			give lava bucket to player
			give 64 oak wood planks to player
			give 64 arrow to player
			execute console command "/warp arenas12 %player%"
			set line 2 of block to "2/2"
on rightclick on sign:
	if line 1 is "&c[Arena 1]":
		if line 2 is "2/2":
			cancel event
			send "&cArena jest pelna !"
		
			

Bo masz 2 razy napisane [Arena 1] tak jak w Pierwszym i w drugim, zmień jeden na [Arena 2] i daj 

liczę na Like ;)

on rightclick on sign:
    if line 1 is "&c[Arena 2]":
        if line 2 is "2/2":
            cancel event
            send "&cArena jest pelna !"

graphic.png

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...