25.09.2010, 14:00
really nice plugin,
Use this if you want
Код:
stock SendConsoleText(text[], color) { SetConsoleTextColors(color); printf("%s", text); SetConsoleTextColors(CONSOLE_DEFAULT); }