Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removes voice hud completely #4

Open
Summerxo opened this issue Dec 5, 2018 · 1 comment
Open

removes voice hud completely #4

Summerxo opened this issue Dec 5, 2018 · 1 comment

Comments

@Summerxo
Copy link

Summerxo commented Dec 5, 2018

Removes voice hud completely no matter where at in map when editing esx_voice for this.

@IDevVK
Copy link

IDevVK commented Jan 20, 2019

Here is the fix. Paste It in esx_voice/main/client.lua.

if NetworkIsPlayerTalking(PlayerId()) and not inCinema then
drawLevel(41, 128, 185, 255)
elseif not NetworkIsPlayerTalking(PlayerId()) and not inCinema then
drawLevel(185, 185, 185, 255)
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants