Witam mam problem z komendą poniżej, ponieważ podczas sprawdzania kogokolwiek wyświetla się komunikat "An internal error occurred while attempting to perform this command."
command /sprawdz [<player>]:
executable by: players
permission: sprawdz.graczy
permission message: &4Nie posiadasz dostępu do tej komendy.
usage: "&cUżycie:: &6/sprawdz <gracz>"
trigger:
set {_gui} to chest inventory with 6 rows named "&eInspekcja gracza &a%arg 1%"
open {_gui} to player
set {inspectingPlayers::%player%} to true
set slot 53 of {_gui} to book named "&eInformacje" with lore "&eŻycie: &a%health of arg 1%%nl%&eJedzenie: &a%hunger of arg 1%"
set {_num} to 0
loop 36 times:
set slot {_num} of {_gui} to slot {_num} of arg-1's inventory
add 1 to {_num}
set slot 37 of {_gui} to arg-1's cursor slot
set slot 41 of {_gui} to arg-1's helmet
set slot 42 of {_gui} to arg-1's chestplate
set slot 43 of {_gui} to arg-1's leggings
set slot 44 of {_gui} to arg-1's boots
on inventory click:
if {inspectingPlayers::%player%} is set:
cancel event
on inventory close:
{inspectingPlayers::%player%} is set
clear {inspectingPlayers::%player%}
Pytanie
NotDanix 0
Witam mam problem z komendą poniżej, ponieważ podczas sprawdzania kogokolwiek wyświetla się komunikat "An internal error occurred while attempting to perform this command."
Odnośnik do komentarza
https://skript.pl/temat/56958-problem-z-invsee/Udostępnij na innych stronach
16 odpowiedzi na to pytanie
Rekomendowane odpowiedzi
Dołącz do dyskusji
Możesz dodać zawartość już teraz a zarejestrować się później. Jeśli posiadasz już konto, zaloguj się aby dodać zawartość za jego pomocą.