clientHasClientMuted( <player> )
Module: Player
Summary:
Returns true if the specified player has been muted.
Call this on:
The player
Example:
if ( self clientHasClientMuted(player) ) ...