Skocz do zawartości
  • 0

[POTRZEBUJE] Skrypt na Topki w gui


Pytanie

4 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
command /statystyki [<text>]:
	trigger:
		open chest with 1 row named "&e&lStatystyki" to player
		wait 1 tick
		format slot 0 of player with book named "&9Czas gry" with lore "&7Ilosc: &f%{czas.%player%}%" to be unstealable
		format slot 1 of player with notch apple named "&eZjedzone koxy" with lore "&7Ilosc: &f%{koxy.%player%}%" to be unstealable
		format slot 2 of player with stone named "&7Wykopany kamien" with lore "&7Ilosc: &f%{kamien.%player%}%" to be unstealable
		format slot 3 of player with diamond sword named "&cZabojstwa" with lore "&7Ilosc: &f%{zabojstwa.%player%}%" to be unstealable
		format slot 4 of player with head named "&cSmierci" with lore "&7Ilosc: &f%{smierci.%player%}%" to be unstealable

variables:
	{czas.%player%} = 0
	{koxy.%player%} = 0
	{kamien.%player%} = 0
	{zabojstwa.%player%} = 0
	{smierci.%player%} = 0

on eat notch apple:
	add 1 to {koxy.%player%}
on mine stone:
	add 1 to {kamien.%player%}
on death of player:
	add 1 to {zabojstwa.%player%}
on death:
	add 1 to {smierci.%player%}

 

Proszę bardzo, jedyne czego nie wiem to jak zrobić czas gry w skrypcie. Dodałem go w GUI, ale nic więcej.

Odnośnik do komentarza
https://skript.pl/temat/20845-potrzebuje-skrypt-na-topki-w-gui/#findComment-141715
Udostępnij na innych stronach

  • 0
24 minuty temu, Crevsers napisał:

command /statystyki [<text>]:
	trigger:
		open chest with 1 row named "&e&lStatystyki" to player
		wait 1 tick
		format slot 0 of player with book named "&9Czas gry" with lore "&7Ilosc: &f%{czas.%player%}%" to be unstealable
		format slot 1 of player with notch apple named "&eZjedzone koxy" with lore "&7Ilosc: &f%{koxy.%player%}%" to be unstealable
		format slot 2 of player with stone named "&7Wykopany kamien" with lore "&7Ilosc: &f%{kamien.%player%}%" to be unstealable
		format slot 3 of player with diamond sword named "&cZabojstwa" with lore "&7Ilosc: &f%{zabojstwa.%player%}%" to be unstealable
		format slot 4 of player with head named "&cSmierci" with lore "&7Ilosc: &f%{smierci.%player%}%" to be unstealable

variables:
	{czas.%player%} = 0
	{koxy.%player%} = 0
	{kamien.%player%} = 0
	{zabojstwa.%player%} = 0
	{smierci.%player%} = 0

on eat notch apple:
	add 1 to {koxy.%player%}
on mine stone:
	add 1 to {kamien.%player%}
on death of player:
	add 1 to {zabojstwa.%player%}
on death:
	add 1 to {smierci.%player%}

 

Proszę bardzo, jedyne czego nie wiem to jak zrobić czas gry w skrypcie. Dodałem go w GUI, ale nic więcej.

Dodałeś statystyki, a nie topke..

Poszukaj na forum, na forum też chyba coś takiego jest.

Odnośnik do komentarza
https://skript.pl/temat/20845-potrzebuje-skrypt-na-topki-w-gui/#findComment-141718
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ę...