Iterate Posted January 8, 2017 Share Posted January 8, 2017 (edited) If it's already integrated ? Edited January 8, 2017 by Iterate 1 Link to comment Share on other sites More sharing options...
RedAppleYT Posted January 8, 2017 Share 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>" ); Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now