Wednesday, March 24, 2010

HTHUD: Part 1 - Update: Fix Chat Messages

I've stumbled across something I forgot to include in HTHUD: Part 1, and that is two lines of code that display our console and chat messages.

It directly fixes PrintScreenDebug() if you are using that function.

HTHUD


[csharp]function DrawGameHud()
{
DisplayLocalMessages();
DisplayConsoleMessages();
DrawLivingHud();
}[/csharp]

1 comment:

  1. Haha, you beaut!!! been looking for this fix for ages!

    (sucks not being a programmer =[ )

    ReplyDelete