Tremulous Forum
		Mods => Modding Center => Topic started by: Firstinaction on November 03, 2010, 10:59:21 am
		
			
			- 
				Is there a way I can disable the name overlay while im spectating so I can record people and there name will not show up as you hover around them.
			
- 
				You have to change it in the HUD.
			
- 
				It doesnt have that.     I would know that if it had the option.    Not team overlay. Its the players name that pops up when you look at a team mate or person while your in spectate. 
			
- 
				>.> Yes, it does. Its called //PLAYER NAME
 //PLAYER NAME
 itemDef
 {
 name "playername"
 rect 200 275 240 25
 aspectBias ALIGN_CENTER
 visible MENU_TRUE
 decoration
 textScale .5
 ownerdraw CG_PLAYER_CROSSHAIRNAMES
 textstyle HYB_TEXT_STYLE
 }
- 
				Nice sig :-)
			
- 
				Ikr.
			
- 
				>.> Yes, it does. Its called //PLAYER NAME
 //PLAYER NAME
 itemDef
 {
 name "playername"
 rect 200 275 240 25
 aspectBias ALIGN_CENTER
 visible MENU_TRUE
 decoration
 textScale .5
 ownerdraw CG_PLAYER_CROSSHAIRNAMES
 textstyle HYB_TEXT_STYLE
 }
 
 
 That's a comment, not its name, btw.
- 
				  ownerdraw CG_PLAYER_CROSSHAIRNAMES
 
 /cg_player_crosshairnames 0