IsPlayerMuted
Jump to navigation
Jump to search
Description
This function returns a true or false if a player has been muted.
Syntax
bool isPlayerMuted ( player player )
Required Arguments
- player: The player you are checking.
Example
if ( isPlayerMuted ( findPlayer ( "Someguy" ) ) then serverChat ( "It seems Someguy can't speak to you." ) end