• how to disable voice panels
    1 replies, posted
How do i disabel default voice panels that pop up in the left corner showing who is speaking right now.
local hideHUDElements = { ["CHudVoiceStatus"] = true, ["CHudVoiceSelfStatus"] = true, ["CHudVguiScreenCursor"] = true, } if hideHudElements[name] then return false end end https://pastebin.com/sCf3NDJv This will essentially turn the default ones false for you to make your own below this code. This may not work though, I haven't tested. You can check out the HUD Element List there to see what else you can turn off. Pretty sure DarkRP have some custom elements too.
Sorry, you need to Log In to post a reply to this thread.