Hurdock 1 Posted March 13, 2017 it should be nice to be able to choose the 'clientside font' of the chat. For example i would love to see the chat in Ubuntu font. Share this post Link to post Share on other sites
ragempdev 792 Posted March 13, 2017 You are already able to customize your chat. /ui/style/main.css: Share this post Link to post Share on other sites
Hurdock 1 Posted March 13, 2017 Yes rage, but what about: Making some serverside settings to download and apply the font ? Share this post Link to post Share on other sites
ragempdev 792 Posted March 13, 2017 13 minutes ago, Hurdock said: Yes rage, but what about: Making some serverside settings to download and apply the font ? Serverside API is enough to make you able to replace whole chat. Also you can use html/css/js in chat messages. Share this post Link to post Share on other sites
Hurdock 1 Posted March 13, 2017 10 hours ago, ragempdev said: Serverside API is enough to make you able to replace whole chat. Also you can use html/css/js in chat messages. Can you give me an example please? I'm not very experienced with JS. Also check pm. Share this post Link to post Share on other sites
ragempdev 792 Posted March 13, 2017 0.1 way of replacing chat: player.outputChatBox("<script>window.location.url = 'your hosted /ui/index.html url';</script>"); HTML/CSS/JS in chat: player.outputChatBox("<span style='font-family: Arial; color: white'>kk</span>"); Share this post Link to post Share on other sites