PDA

View Full Version : Colored Radio-menu ?


kadet.89
02-28-2016, 12:21
I saw this yesterday on a CS:S server:
http://s019.radikal.ru/i633/1602/03/1c5f4341993a.png
How can I reproduce this "black-colored" text ?

I have this debug for the string:

L 02/28/2016 - 20:39:16: [helpmenu.smx] out |20746553|Set A Mine
|
L 02/28/2016 - 20:39:16: [helpmenu.smx] out |41207465|et A Mine
|
L 02/28/2016 - 20:39:16: [helpmenu.smx] out |20412074|t A Mine
|
L 02/28/2016 - 20:39:16: [helpmenu.smx] out |4D204120| A Mine
|
L 02/28/2016 - 20:39:16: [helpmenu.smx] out |694D2041|A Mine
|
L 02/28/2016 - 20:39:16: [helpmenu.smx] out |6E694D20| Mine
|
L 02/28/2016 - 20:39:16: [helpmenu.smx] out |656E694D|Mine
|
L 02/28/2016 - 20:39:16: [helpmenu.smx] out |D656E69|ine
|
L 02/28/2016 - 20:39:16: [helpmenu.smx] out |A0D656E|ne
|
L 02/28/2016 - 20:39:16: [helpmenu.smx] out |90A0D65|e
|
L 02/28/2016 - 20:39:16: [helpmenu.smx] out |9090A0D|
|
L 02/28/2016 - 20:39:16: [helpmenu.smx] out |909090A|
|
L 02/28/2016 - 20:39:16: [helpmenu.smx] out |90909| |
L 02/28/2016 - 20:39:16: [helpmenu.smx] out |32000909| |
L 02/28/2016 - 20:39:16: [helpmenu.smx] out |320009| |

new cc = 0;
while(title[cc] != '\0') {
LogMessage("out |%X|%s|", title[cc], title[cc]);
cc++;
}

Phil25
02-28-2016, 16:32
If by "black" you mean those boxes I'm pretty sure those are unsupported characters on certain computers. I remember having the same menu with ubreaking spaces work properly on my computer, but seen as black boxes on friend's.

Miu
02-28-2016, 17:31
it's just \t\t\t