Like I did with that Audi r8, in "Summertime Madness". 
Everybody tried to enter it :DDD

Everybody tried to enter it :DDD
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menurandmsg <- [
"text1"
"text2"
...
"textn"
];
NewTimer("Announces", 60000, 0);
function Announces()
{
if(GetPlayers() >= 1)
Message( randmsg[rand() % randmsg.len()] + "");
}