Kamic

prism

New member
Messages
69
Points
0
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.

 
Last edited by a moderator:
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.

 
Back
Top