PDA

View Full Version : game_text_tf2


marnamai
12-09-2007, 09:43 AM
Hello, I want to show a text only to one player when he activates a trigger.

Is this possible with a game_text_tf2?

Scenario:
- 2 bases, 2 intel's, 1 neutral cappoint
- the teams must capture the point so a gate to the enemies intel opens.
- but if a player wants to open the gate without owning the cappoint it should show the message to that player only (its kind of stupid to show it to the entire team)

Armadillo of Doom
12-09-2007, 10:39 AM
Very much. Check the flags of the entity, there should be an option for 'display to all players'. Just leave that option turned off. If not, then use the standard game_text.

marnamai
12-09-2007, 12:50 PM
Game_text_tf2 doesn't have any flags, and the setting under properties are all/red team and blue team. Pitty that a game_text doesn't have the fancy effects of the game_text_tf2 :/

Shmitz
12-09-2007, 01:19 PM
It should be noted that both game text entities do not show up for players using the minimal HUD. They can still be useful, but it's not advisable to rely on them as the only means of directing players.

Vilepickle
12-09-2007, 10:46 PM
It should be noted that both game text entities do not show up for players using the minimal HUD. They can still be useful, but it's not advisable to rely on them as the only means of directing players.

Hmm? I use it in Impact for the glass breaking I'm fairly sure, and it displays for me with minimal HUD.

Shmitz
12-10-2007, 03:36 AM
Really? I just double checked on Science, and the game_text_tf2 isn't showing up with minimal.

Vilepickle
12-11-2007, 12:11 PM
You're right. Game_text shows up, but the _tf2 version doesn't work with minimal HUD. Another entity bug... there's about 2000 of them.

Squirrelly
01-05-2008, 04:46 AM
yea, they seem to go up & come down quickly, i usually have to keep triggering them for awhile to get it to stay up long enough to read.