Pma-Voice

Manual Installation

Add exports to pma-voice

Go to pma-voice/client/init/main.lua and add this line at the end of the file:

exports('playerTargets', addVoiceTargets)
exports('toggleVoice', toggleVoice)

Remember to have the latest pma version instaled, otherwise you could have an outdated version that don't have the addVoiceTargets function, you can obtain the latest update here.

If you get a message that you still don't have the playerTargets exports thats mean that you don't have the latest version of pma-voice, thats not a script problem, just download the latest version of pma and add the exports again.

Direct Installation

Remove your current pma-voice script and place this:

Last updated