Hello, This is a funny little command I made using Korvacs' finding of how the client is able to open web sites.
This code will open a website through the client of everyone logged in to your server.
Here it is, happy Rick Rolling.
Usage:
Edit:
If someone would like to find out if it's possible to make a link visible and click-able that would be awesome :)
This code will open a website through the client of everyone logged in to your server.
Here it is, happy Rick Rolling.
Code:
if (Cmd[0] == "/web")
{
Game.World.SendMsgToAll("SYSTEM", (Cmd[1]), 2105, 0);
}
Code:
/web www.yougotrickrolled.com /web www.google.com /web www.your web address here.com
Edit:
If someone would like to find out if it's possible to make a link visible and click-able that would be awesome :)