world/Topic(T)
if(findtext(T,"Info:") == 1)
world << copytext(T,7)
world/Del() // On deletion of world (shutting down)
..()
world.Export("[remoteserver]?Info: <font color=red><b>Server Info</b>:</font color> Server Two has been shut down.")
var/remoteserver = "byond://110.36.110.225:3133" // The address of the server to send message to, i think this is my problem =/
Problem description:
Ok first of all, this coding might seem weird because I'm new to World/Topic(), world.Export() etc, and I love to test this feature out. So first of all I have defined World/Topic() on the server I want to send message to from another server (Sever 2), then on server 2, I have coded in that on Deletion of world, send a message to the Remote Server, but it doesn't sends at all.
So can anyone help me with this? Advice, tips, examples everything is welcome. :)
- Hashir