Garry's Mod Wiki

net.SendOmit

  net.SendOmit( Player ply )
  net.SendOmit( table plys )

Description

Sends the current message (see net.Start) to all except the player or players specified.

Default Arguments

1 Player ply
The player to NOT send the message to.

Argument Overload: Ommit Multiple Players

1 table plys
A table of players to NOT send the message to.