How to make an image motd for your Counter Strike 1.6 server
You can set up an image MOTD (the picture that shows before connecting to a server) using one of the following methods:
-
Writing the text directly to the picture, uploading it on a file hosting server and inserting the URL into one piece of html code.
Chose a picture here or any other. If you chose to use your own picture you will have to resize it first.
-
widith : 766
-
height: 383
Uploading the picture on a file hosting server and inserting the url into the html code
In order to do that follow this link and make an account there. Upload the picture to your account, click Files -> Main folder. You`ll see a small thumbnail of your picture. Click on it and the
picture will open. In the upper left corner of it you`ll see the needed
URL address wich you`ll have to copy
Copy that URL into this piece of html code :
<html>
<head>
<title>Motd server</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #000000;
}
-->
</style>
</head>
<body>
<img src="here image link" width="100%" height="100%"
border="0" align="center">
</body>
</html>
<head>
<title>Motd server</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #000000;
}
-->
</style>
</head>
<body>
<img src="here image link" width="100%" height="100%"
border="0" align="center">
</body>
</html>
This code you`ll have to copy into HLDS\cstrike\motd.txt after you deleted the code that is already there. Save and close motd.txt.
If you chose to use one of our pictures you
will have to upload it to a file hosting site.
Warning ! Never forget to write the pictures extension (jpg, gif), otherwise the image won`t show.
The picture will fit exactly into the game window !
0 comments :
Post a Comment