Popup message

KaydemonLP

L5: Dapper Member
Nov 17, 2015
204
63
I wanted to ask how to make a message apear when you cap the point(BLU). I know the first part OnCapTeam2 but what then? what entity and what command?
 

henke37

aa
Sep 23, 2011
2,075
515
What kind of message? Is the capture notice in the killfeed not enough?
 

KaydemonLP

L5: Dapper Member
Nov 17, 2015
204
63
What kind of message? Is the capture notice in the killfeed not enough?
I mean i made a map 3 months ago where you need to hold a control point in order to continue and players found it confusing so i wanted to make a message like "You need to hold this control point for 1 minute!"
 

Luigi1000

L2: Junior Member
Dec 12, 2015
65
14
You could always use a game_text_tf, set the team to the one you want to display it to and just send an output from the CP to the game_text_tf so that oncapteamX it will have an input of display.
 

KaydemonLP

L5: Dapper Member
Nov 17, 2015
204
63
You could always use a game_text_tf, set the team to the one you want to display it to and just send an output from the CP to the game_text_tf so that oncapteamX it will have an input of display.
Thnx. THats what i wanted!
 

Luigi1000

L2: Junior Member
Dec 12, 2015
65
14
No problem, I would recommend however that you make a red only msg on blue capture telling them to retake the point. Leaving one team guessing the goal on a specific key task will lead to confusion and possible frustration.