Is there a way to change the color of the HudText message?
I'm talking about the HudText message itself and
not the show_hudmessage function.
On the map badlands for TFC it will display a green HudText message. I logged that with Damaged Souls message logger and here is what I got...
Quote:
MessageBegin (HudText "79") (Destination "One<1>") (Args "1") (Entity "1") (Classname "player") (Netname "hlstriker") (Origin "0.000000 0.000000 0.000000")
Arg 1 (String "#ctf_cantuseitem")
MessageEnd (HudText "79")
|
I searched the Titles.txt for #ctf_cantuseitem and found that the message is formatted just like the other messages that display in the default white.
If anyone can help me out that would be great, thanks