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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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