Hi, i was wondering if there is a possible way to remove the microphone sign above your head when you use the voice chat.
It would be really helpful for my prophunt gamemode but i would also like to keep it so everyone can talk to eachother.
Thanks.
local function HideVMarker(element)
if(element == "CHudVoiceStatus" or element == "CHudVoiceSelfStatus") then -- Remove 'or element == "CHudVoiceSelfStatus"' to show the marker when the localplayer speaks.
return false
end
end
hook.Add( "HUDShouldDraw", "HideVoiceMarker", HideVMarker )
I believe that should work, place that anywhere serverside. e.g init.lua
ugh, i didn’t read it properly
you wanted it above heads.