Is it possible to display some sort of notice or message when a certain key/bind is activated? I can't seem to think of any other way other than having a "say_team" bind or echoing to my console(which I would only see if I bring up the console).
As far as I know the best way to do stuff like that is using developer mode like this:
http://tf2wiki.net/wiki/Scripting#How_to_display_text_onscreen
But it's a messy solution that I wish there was an alternative for.
http://tf2wiki.net/wiki/Scripting#How_to_display_text_onscreen
But it's a messy solution that I wish there was an alternative for.
If you do something like
alias +show "developer 1; echo Command done.; <your command>;"
alias -show "developer 0;"
bind f +show
you'll see it while you hold the button, but still see anything else that shows up in your console normally.
[code]alias +show "developer 1; echo Command done.; <your command>;"
alias -show "developer 0;"
bind f +show[/code]
you'll see it while you hold the button, but still see anything else that shows up in your console normally.
theres way to do filters on developer 1, but i dont remember how
I'm not quite sure what you want displayed to the screen but you could probably do something like how the uber tracking hud mod works:
http://teamfortress.tv/thread/17883/uber-tracking-hud-mod
See bennzl's post about it running for a certain amount of time then turning off
http://teamfortress.tv/thread/17883/uber-tracking-hud-mod#19
http://teamfortress.tv/thread/17883/uber-tracking-hud-mod
See bennzl's post about it running for a certain amount of time then turning off
http://teamfortress.tv/thread/17883/uber-tracking-hud-mod#19
Custom closed captions can also do this too:
http://teamfortress.tv/thread/8335/custom-caption-tutorial
http://tf2.gamebanana.com/gamefiles/2423
http://teamfortress.tv/thread/8335/custom-caption-tutorial
http://tf2.gamebanana.com/gamefiles/2423