17.01.2009, 18:47
Bah, you quoted old versions.
Also, colors(background, text); :
edited:
Sorry for partially hijacking this topic but i think it's useful to post this. Maybe modify your .inc with all those things!
Also, colors(background, text); :
edited:
pawn Код:
enum e_console_color
{
BLACK,
BLUE,
GREEN,
AQUA,
RED,
PURPLE,
YELLOW,
WHITE,
GRAY,
LIGHTBLUE,
LIGHTGREEN,
LIGHTAQUA,
LIGHTRED,
LIGHTPURLE,
LIGHTYELLOW,
BRIGHTWHITE
}
native colors(e_console_color:text, e_console_color:background);
#define colors(%1,%2) \
(_:%1 + (16 * _:%2))