isPlayerMuted | Multi Theft Auto: Wiki Skip to content

isPlayerMuted

Client-side
Server-side
Shared

Pair: setPlayerMuted

This page is incomplete! Help wanted!

Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.


Use this function to check if a player has been muted.

Syntax

isPlayerMuted ( )

Code Examples

server
someguy = getPlayerFromName ( "someGuy" )
if isPlayerMuted ( someguy ) then
outputChatBox ( "It seems Someguy can't speak." )
end

See Also