25.09.2010, 21:44
Someone can put some screens?
@color 9F :restart @samp-server.exe goto restart
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 |
Cool, same suggestion as Contador
Also, not possible to make background AND text colors? Like.. pawn Код:
|
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. |