25.09.2010, 21:58
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:
This will also restart the server when it closes.
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

