hello!
whenever you hover the mouse over a player on the playerlist, a tooltip appears with the players level name, however this tooltip is not updating for as long as youre not within the same level as the highlighted player
whereas if you do -
PHP Code:
//#CLIENTSIDE
function onCreated()
echo(findplayer("account").levelname);
it will show their correct current level
is there a possibility this may be fixed?
thank you!