Skocz do zawartości
  • 0

Poprawa / Cos podobnego do /kit, nie daje itemków


DeLajt
 Udostępnij

Pytanie

Może mi ktoś to poprawić? Po wpisaniu /eq vip wyskakuje tylko Ekwipunek mozesz brac co 6h! Bez względu czy minął już cooldown czy nie. I gracz nie dostaje itemów.
 

variables:        {eq.vip} = "nie"command /eq [<text>]:	trigger:		if arg 1 is "vip":			if player has permission "pex.vip":				if {eq.vip} is "nie":					give iron sword named "&aMiecz ViP" to the player					give iron axe named "&aSiekiera ViP" to the player					give iron pickaxe named "&aKilof ViP" to the player					give iron shovel named "&aLopata ViP" to the player					give iron chestplate named "&aZbroja ViP" to the player					give iron helmet named "&aHelm ViP" to the player					give iron leggings named "&aSpodnie ViP" to the player					give iron boots named "&aButy ViP" to the player					wait 1 second					set {eq.vip} to "tak"					wait 20 second					set {eq.vip} to "nie"				else:					send "&4*&7Ekwipunek mozesz brac co 6h!"

//Poprawiam kodowanie ~ :norbi:

Zaprawdę pięknie poprawiłeś ~ herhor

Edytowane przez herhor67
Odnośnik do komentarza
Udostępnij na innych stronach

3 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0

rozumiem że dla danego gracza O.o

command /eq [<text&gt]:	trigger:		if arg 1 is "vip":			if player has permission "pex.vip":				if {eq.vip::%player%} isn't set:					give iron sword named "&aMiecz ViP" to the player					give iron axe named "&aSiekiera ViP" to the player					give iron pickaxe named "&aKilof ViP" to the player					give iron shovel named "&aLopata ViP" to the player					give iron chestplate named "&aZbroja ViP" to the player					give iron helmet named "&aHelm ViP" to the player					give iron leggings named "&aSpodnie ViP" to the player					give iron boots named "&aButy ViP" to the player					set {eq.vip::%player%} to true					wait 20 seconds				    clear {eq.vip::%player%}				else:					send "&4*&7Ekwipunek mozesz brac co 6h!"
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ę...