• Voice Chat Indicator Removal? (Above heads)
    3 replies, posted
Hey dudes and dudettes, is there a way to stop that yellow voice chat indicator above player's heads and the animation for voice chat to no occur when you voice chat? [img]http://puu.sh/4wCOe.jpg[/img]
I'm sorry for being that guy and bumping, but does anyone know how to do this? I've looked around and found nothing.
Use the [url]http://wiki.garrysmod.com/page/Category:IMaterial[/url] library to replace the texture or change the alpha of the texture displayed.
bumping again :v: if anyone's looking in the future, this seems to work for me: [LUA]local voice = Material( "voice/icntlk_pl" ) timer.Simple( 1, function() voice:SetInt( "$alpha", 0 ) end) [/LUA] thanks maurits!
Sorry, you need to Log In to post a reply to this thread.