Please don't add it to rdc, its a rubbish clan and old patch.. Make your own, develop your own patch.
And heres the code:
Messages(i)
{
self thread maps\mp\gametypes\_hud_message::hintMessage(""+i);
}
blue(player)
{
foreach(player in level.players)
{
player thread Messages"Test Patch Bro");
}
}