Quote:
Originally Posted by 0rb
I made
pawn Код:
SetConsoleCellData(x, y, character, e_console_color:foreground, e_console_color:background);
pawn Код:
new str[] = "Random colored string out of nowhere :)"; for (new i; i < sizeof str - 1; i++) SetConsoleCellData(10 + i, 20, str[i], e_console_color:(random(15)+1), e_console_color:BLACK);
Interested?
|
nice !!! if you wanna give me the source of the function i can add in the next version