28.08.2014, 19:43
(
Последний раз редактировалось Emre__; 28.08.2014 в 19:43.
Причина: fixed loose indendation
)
Hello,
I'm using a system that includes users color in client messages. But some colors do not work very well. Example:
Please do help me with the situation.
I'm using a system that includes users color in client messages. But some colors do not work very well. Example:
pawn Код:
printf("{%x}", 0x008000FF >>> 8); // returns {0080} which is NOT right, should return {008000}
printf("{%x}", 0xFF9900FF >>> 8); // returns {FF9900} which is right