Iterate 3 Posted January 8, 2017 (edited) If it's already integrated ? Edited January 8, 2017 by Iterate 1 Share this post Link to post Share on other sites
RedAppleYT 0 Posted January 8, 2017 you can use html tags in chat. for ex. player.outputChatBox( "<script>\ var serverLogo = document.createElement('img');\ \ serverLogo.src = 'URL://logo.png';\ serverLogo.style.position = 'absolute';\ serverLogo.style.top = 10;\ serverLogo.style.left = 10;\ serverLogo.style.width = 300;\ serverLogo.style.height = 104.5;\ \ document.body.appendChild(serverLogo);</script>" ); Share this post Link to post Share on other sites