Garry's Mod Wiki

Garry's Mod Wiki

  Player:SetMuted( boolean mute )

Description

Sets if the player should be muted locally.

Arguments

1 boolean mute
Mute or unmute.

Example

Mutes all players on the server

for i, ply in ipairs( player.GetAll() ) do ply:SetMuted( true ) end

This site is a community mirror of the official Garry's Mod wiki.. This site is not maintained by Facepunch Studios.

Page content is automatically updated twice a day. Edits and history are not available.

Last Parsed: Loading...