prism 2 Posted October 11, 2014 (edited) How exactly do I use this? In the past it was @kamic colorcode text. For color code you'd just use a hex color code like 0x00ff00 but that doesn't seem to work anymore. The 0x part will not show but the rest is broadcasted in black. Edited October 11, 2014 by prism Quote Share this post Link to post Share on other sites
0 Garr 117 Posted October 11, 2014 Oh, I know that one. For some weird reason it only accepts int number now. You can fix it yourself if you like. atcommand.c, line 1040: if(!message || !*message || (sscanf(message, "%u %199[^n]", &color, atcmd_output) < 2)) { Replace that %u for %x, and recompile. Quote Share this post Link to post Share on other sites
0 prism 2 Posted October 11, 2014 Ok thanks. I'll give that a try. Quote Share this post Link to post Share on other sites
How exactly do I use this? In the past it was @kamic colorcode text. For color code you'd just use a hex color code like 0x00ff00 but that doesn't seem to work anymore. The 0x part will not show but the rest is broadcasted in black.
Edited by prismShare this post
Link to post
Share on other sites