Quote:
Originally Posted by 0rb
Bah, you quoted old versions.
Also, colors(background, text); :
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:background = BLACK, e_console_color:text = WHITE);
colors(e_console_color:background = BLACK, e_console_color:text = WHITE) return _:text + (16 * _:background);
Sorry for partially hijacking this topic but i think it's useful to post this. Maybe modify your .inc with all those things!
|
np. i add all this in the next version and i give credits(of corse
)