Jump to content
  • 0
Sign in to follow this  
prism

Kamic

Question

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 prism

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

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.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.