[Plugin] Simple console color changer & system Executor
#20

Thanks for the great feedback! If you have any other suggestions for specific C++ functions let me know, I'd be glad to check them out!

I have implemented SetConsoleTextAttribute and have added two functions for them.

I have added printfEx allowing you to send one message in a specific color. I have also added setTextColor allowing you to send any upcoming messages in the specified color.

The color list can be found below aswell as in the include(the color parameter with these functions are an integer value):

pawn Code:
#define CONSOLE_COLOR_DARKBLUE 1
#define CONSOLE_COLOR_DARKDARKGREEN 2
#define CONSOLE_COLOR_DARKTEAL 3
#define CONSOLE_COLOR_DARKRED 4
#define CONSOLE_COLOR_DARKPINK 5
#define CONSOLE_COLOR_DARKYELLOW 6
#define CONSOLE_COLOR_GRAY 7
#define CONSOLE_COLOR_DARKGRAY 8
#define CONSOLE_COLOR_BLUE 9
#define CONSOLE_COLOR_GREEN 10
#define CONSOLE_COLOR_TEAL 11
#define CONSOLE_COLOR_RED 12
#define CONSOLE_COLOR_PINK 13
#define CONSOLE_COLOR_YELLOW 14
#define CONSOLE_COLOR_WHITE 15
On an un-related note I have also added a strcopy function allowing you to copy a string to another destination string.
Reply


Messages In This Thread
C++ functions for PAWN - by Abagail - 18.07.2015, 01:17
Re: Simple console color changer & system Executor - by riajedA - 18.07.2015, 01:38
Re: Simple console color changer & system Executor - by Abagail - 18.07.2015, 01:39
Re: Simple console color changer & system Executor - by Crayder - 18.07.2015, 02:59
Respuesta: Simple console color changer & system Executor - by Unrea1 - 18.07.2015, 03:00
Re: Simple console color changer & system Executor - by Crayder - 18.07.2015, 03:05
Re: Simple console color changer & system Executor - by Abagail - 18.07.2015, 03:19
Re: Simple console color changer & system Executor - by RaeF - 18.07.2015, 03:32
Re: Simple console color changer & system Executor - by !damo!spiderman - 18.07.2015, 03:46
Re: Simple console color changer & system Executor - by Abagail - 18.07.2015, 14:12
AW: Simple console color changer & system Executor - by cicinho - 18.07.2015, 16:38
Re: Simple console color changer & system Executor - by Ahmad45123 - 18.07.2015, 17:56
Re: Simple console color changer & system Executor - by Abagail - 18.07.2015, 18:04
Re: Simple console color changer & system Executor - by Alex Magaсa - 18.07.2015, 18:10
Re: Simple console color changer & system Executor - by KayJ - 19.07.2015, 06:00
Re: Simple console color changer & system Executor - by Kursed - 19.07.2015, 07:10
Re: Simple console color changer & system Executor - by Abagail - 20.07.2015, 00:17
Re: Simple console color changer & system Executor - by KingHual - 20.07.2015, 00:37
Re: Simple console color changer & system Executor - by Lordzy - 20.07.2015, 12:58
Re: Simple console color changer & system Executor - by Abagail - 20.07.2015, 14:05

Forum Jump:


Users browsing this thread: 1 Guest(s)