Hello!
I've been using Tablisknu on my server for array tablists, and it's been working well so far, until I tried setting a tab's icon:
But I get this error when I reload it:
I've also tried to troubleshoot it by using ("akurx" parsed as player) and searching both the forums and the docs but it seems only "steve" and "alex" work. Can someone help me figure it out?
Thanks in advance!
I've been using Tablisknu on my server for array tablists, and it's been working well so far, until I tried setting a tab's icon:
code_language.skript:
command /array:
trigger:
enable array tablist for player
set display name of tab 1, 1 for player to "&bFortunit &d&lBETA"
set icon of tab 1, 1 for player to player
Code:
icon of array tab 1, 1 for the player can't be set to the player
because the latter is not a types.skin (welcome.sk, line 13:
set icon of tab 1, 1 for player to player')
Thanks in advance!