Author Topic: Server messages?  (Read 283 times)

How does tezunis announce the website?

function advert()
{
   cancel($advert);
   messageAll('',"\c2Visit my webpage <a:http://google.com/>google!</a>");
   $advert = schedule(300000, 50, "advert");
}

Probably something along these lines, every 300000 milliseconds it calls advert() which adverts a website.