SA-MP Forums Archive
[Plugin] [REL] Console Colored Text 0.2 (New version) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Plugin Development (https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [Plugin] [REL] Console Colored Text 0.2 (New version) (/showthread.php?tid=61796)

Pages: 1 2 3


Re: [REL] Console Colored Text 0.2 (New version) - Brian_Furious - 25.09.2010

Someone can put some screens?


Re: [REL] Console Colored Text 0.2 (New version) - Slice - 25.09.2010

To change the color of the console window and text, you can simply use a .bat file.

To, for example, set the background to blue and text to white, put this in a .bat file and put it in the samp root folder then start it:
Код:
@color 9F
:restart
@samp-server.exe
goto restart
This will also restart the server when it closes.


Re: [REL] Console Colored Text 0.2 (New version) - iFriSki - 26.09.2010

Very nice, I like it. Already thought of a few uses for this.

Quote:
Originally Posted by g_aSlice
Посмотреть сообщение
To change the color of the console window and text, you can simply use a .bat file.

To, for example, set the background to blue and text to white, put this in a .bat file and put it in the samp root folder then start it:
Код:
@color 9F
:restart
@samp-server.exe
goto restart
This will also restart the server when it closes.
Or simply setting your command lines property to whereas the foreground and background are your desired defaults.

But seeing as, from what I'm reading, each line/character here can have different colors.


Re: [REL] Console Colored Text 0.2 (New version) - TPD - 26.09.2010

very nice although, it wont have much real use for improving your server. But it'll make it fun to load your server i guess :P


Re: [REL] Console Colored Text 0.2 (New version) - [4k]Wang - 26.09.2010

I agree but still nice going.


Re: [REL] Console Colored Text 0.2 (New version) - HyperZ - 26.09.2010

Great job!


Re: [REL] Console Colored Text 0.2 (New version) - TheGamer! - 18.07.2012

This is a really nice plugin... Why don't finished 0.3 version?


Re: [REL] Console Colored Text 0.1 - Cat Cola - 07.11.2012

Quote:
Originally Posted by yom
Посмотреть сообщение
Cool, same suggestion as Contador

Also, not possible to make background AND text colors? Like..
pawn Код:
printc(bg_color, txt_color, string[]);

printc(0x0000FF, 0xFFFFFF, "Some white text on blue background");
Could be awesome
If you want the background color to be changed you will need to do this:
Go to your start menu search for ''CMD'' then you open it. When its open you want to type ''COLOR Z'' then a list would come up with the different color codes. You can now write for example: ''COLOR 1C'' then it would be Blue background and Light Red letters. Hope this helped you out.


Re: [REL] Console Colored Text 0.1 - Emmet_ - 07.11.2012

Quote:
Originally Posted by Cat Cola
Посмотреть сообщение
If you want the background color to be changed you will need to do this:
Go to your start menu search for ''CMD'' then you open it. When its open you want to type ''COLOR Z'' then a list would come up with the different color codes. You can now write for example: ''COLOR 1C'' then it would be Blue background and Light Red letters. Hope this helped you out.
You bumped a 4 month old thread just to reply to the post of somebody who didn't log on since 2009?


Re: [REL] Console Colored Text 0.2 (New version) - NoahF - 07.11.2012

AWESOME! I've been waiting for this for so long!! SOOOO COOL! +REP


Re: [REL] Console Colored Text 0.2 (New version) - Edvin - 07.11.2012

Please put another screen, because is broken. Btw, looks a nice idea


Re: [REL] Console Colored Text 0.2 (New version) - Plovix - 10.11.2012

Awesome job,I MUST use it


Re: [REL] Console Useful Functions 0.3 (CCT update) - cosmy - 12.12.2012

Updated to 0.3


Re : [REL] Console Colored Text 0.2 (New version) - DexX39 - 14.03.2014

Awesome, next version with linux ?


Re: Re : [REL] Console Colored Text 0.2 (New version) - Kirollos - 14.03.2014

Quote:
Originally Posted by DexX39
Посмотреть сообщение
Awesome, next version with linux ?
There is no point of having linux version, there is no console for samp on linux anyway.