AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Motd Link (https://forums.alliedmods.net/showthread.php?t=299961)

Tripaloski 07-31-2017 13:15

Motd Link
 
How do I put a link in a motd and if the player loads it is directed to the page of the link?

leonardo121 07-31-2017 13:26

Re: Motd Link
 
html ?

Code:

<p><a href="http://example.com/">click in this text to go http://example.com/ </a></p>
and to redirect user to link use this

Code:

<meta http-equiv="refresh" content="0; url=http://example.com/" />

Natsheh 07-31-2017 14:52

Re: Motd Link
 
show_motd(index, "link")


All times are GMT -4. The time now is 21:15.

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