AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Custom MOTD Commands (https://forums.alliedmods.net/showthread.php?t=51462)

benamo6 10-05-2008 14:09

Re: Custom MOTD Commands
 
1 Attachment(s)
Im using this html. I put it in .ini because this doesnt allow me to upload .html.
This is an image of how you see it on motd.
[IMG]http://img379.**************/img379/2774/motdaz2.jpg[/IMG]

Alucard^ 10-06-2008 06:38

Re: Custom MOTD Commands
 
but, what is the problem on this motd? ><

oh, and connor, what is metarefresh? o.o

edit: oh yea... http://en.wikipedia.org/wiki/Meta_refresh

benamo6 10-06-2008 08:19

Re: Custom MOTD Commands
 
Alucard download my motd and see wath is the problem is more larger.
Is it possible to add 2 motds? like
/help and /binds
somthing like that?

vikassharma 03-01-2013 12:50

Re: Custom MOTD Commands
 
Why my html code not working please help??

PHP Code:

<html>

<
style type="text/css">
body
{
background-color:#000000;
background-position:top center;
background-image:url([url]http://i75.photobucket.com/albums/i310/X-olent/motd_background.png);[/url]
background-attachment:fixed;
background-repeat:repeat-x;
}
</
style>

<
body>
<
div align="center">
<
font face="Arial" size="6" color="#cccccc">Nightcrawler Extended v5.0<b><br>
</
b></font>
<
font face="Arial" size="4" color="#999999"><b>


<
br>
<
br>
<
br>
<
font face="Arial" size="6" color="#999999"><b>
Introduction :-
</
b></font>


<
br>
<
font face="Arial" size="4" color="#999999"><b>
</
b></font>
<
br>
<
font face="Arial" size="3" color="#FFFFFF"><b>
Nightcrawler Mod is the modification for counter-strike.


<
br>
<
font face="Arial" size="4" color="#999999"><b>
</
b></font>
<
br>
<
font face="Arial" size="3" color="#FFFFFF"><b>
In this mod there is 2 teamTerrorists are Nightcrawlers and CT's are human

</b></font>


<br>
<br>
<br>
<font face="Arial" size="6" color="#999999"><b>
Objective :-
</b></font>

<br>
<font face="Arial" size="4" color="#999999"><b>
</b></font>
<br>
<font face="Arial" size="3" color="#FFFFFF"><b>
Terrorists/Nightcrawlers have to kill all the humans

<br>
<font face="Arial" size="4" color="#999999"><b>
</b></font>
<br>
<font face="Arial" size="3" color="#FFFFFF"><b>
Human has to survive themselves from being killed by the nightcrawlers



</b></font>

<br>
<br>
<br>
<font face="Arial" size="6" color="#999999"><b>
Powers :-
</b></font>
<br>
<font face="Arial" size="2" color="#FFFFFF"><b>
</b></font>

<br>
<font face="Arial" size="4" color="#999999"><b>
</b></font>
<br>
<font face="Arial" size="3" color="#FFFFFF"><b>
Nightcralwers Powers :-

<br>
<font face="Arial" size="4" color="#999999"><b>
</b></font>
<br>
<font face="Arial" size="2" color="#FFFFFF"><b>
1.) They can be teleport 3 time by pressing F (flashlight key)

<br>
<font face="Arial" size="4" color="#999999"><b>
</b></font>
<br>
<font face="Arial" size="2" color="#FFFFFF"><b>
2.) Then have low gravity

<br>
<font face="Arial" size="4" color="#999999"><b>
</b></font>
<br>
<font face="Arial" size="2" color="#FFFFFF"><b>
3.) They are invisble

<br>
<font face="Arial" size="4" color="#999999"><b>
</b></font>
<br>
<font face="Arial" size="2" color="#FFFFFF"><b>
4.) Then can climb on walls by pressing F (flashlight key)


<br>
<br>
<font face="Arial" size="4" color="#999999"><b>
</b></font>
<br>
<font face="Arial" size="3" color="#FFFFFF"><b>
Humans Powers :-
</b></font>

<br>
<font face="Arial" size="4" color="#999999"><b>
</b></font>
<br>
<font face="Arial" size="2" color="#FFFFFF"><b>
1.) Humans has the guns 

<br>
<font face="Arial" size="4" color="#999999"><b>
</b></font>
<br>
<font face="Arial" size="2" color="#FFFFFF"><b>
2.) Humans can choose item 


<br>
<br>
<br>
<font face="Arial" size="6" color="#999999"><b>
Upgrade System :-
</b></font>

<br>
<font face="Arial" size="4" color="#999999"><b>
</b></font>
<br>
<font face="Arial" size="2" color="#FFFFFF"><b>
There is extra feature for both nightcrawlers and humans.

<br>
<font face="Arial" size="4" color="#999999"><b>
</b></font>
<br>
<font face="Arial" size="2" color="#FFFFFF"><b>
when any nc'
or humans survive the round or kill they will revieve point and these point will use in upgrade themselves


<br>
<
font face="Arial" size="4" color="#999999"><b>
</
b></font>
<
br>
<
font face="Arial" size="3" color="#FFFFFF"><b>
Upgrade Contains :-

<
br>
<
font face="Arial" size="4" color="#999999"><b>
</
b></font>
<
br>
<
font face="Arial" size="3" color="#FFFFFF"><b>
Speed extra health etc

<br>
<
font face="Arial" size="4" color="#999999"><b>
</
b></font>
<
br>
<
font face="Arial" size="3" color="#FFFFFF"><b>
In order to use upgrade players must have to type /upgrade in chat




</div>
</
body>
</
html

It working on browser but not on plugin
it showing me cstrike/addons/amxmodx/customMotss/filename.html

endlessx 11-16-2023 12:32

Re: Custom MOTD Commands
 
how can i add a image in motd?

Siska1 11-17-2023 04:44

Re: Custom MOTD Commands
 
PHP Code:

<html>
<
body scrool="no" topmargin="0" leftmargin="0" style="background:#131313">
<
img src="link" width=100height=100%>
</
body>
</
html


mlibre 11-17-2023 16:12

Re: Custom MOTD Commands
 
use the tags [php]</>[/php] thanks :bee:

IC3k1ng 12-20-2023 10:43

Re: Custom MOTD Commands
 
@mlibre IMG property doesn't require of that tag to close it on the code. It's just closes like that as how he did it.

Quote:

Originally Posted by Siska1 (Post 2813086)
PHP Code:

<html>
<
body scrool="no" topmargin="0" leftmargin="0" style="background:#131313">
<
img src="link" width=100height=100%>
</
body>
</
html


Note: don't forget about the file format at the end!! (.png, .jpg, .gif, etc)


All times are GMT -4. The time now is 14:52.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.