Skip to content

Mute Player When dead #245

Answered by AvarianKnight
Djowman asked this question in Q&A
Dec 27, 2021 · 2 comments · 9 replies
Discussion options

You must be logged in to vote

This won't ever make its way into pma-voice, but you can use exports to achieve this

exports['pma-voice']:overrideProximityCheck(function(player)
  -- This disables the player from "targeting" anyone when talking
  return false
end)

Do this when they're alive again

exports['pma-voice']:resetProximityCheck()

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
7 replies
@CHOWHWID
Comment options

@Galaxyz7
Comment options

@rainerxtrem
Comment options

@Galaxyz7
Comment options

@knoxvilleee
Comment options

Answer selected by AvarianKnight
Comment options

You must be logged in to vote
2 replies
@Galaxyz7
Comment options

@knoxvilleee
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants