Garry's Mod Wiki

net.Send

  net.Send( Player ply )
  net.Send( table plys )
  net.Send( CRecipientFilter filter )

Description

Sends the current net message to the specified player(s)

Default Arguments

1 Player ply
The player to send the message to.

Argument Overload: Send to Multiple Players

1 sequental table<Player> plys
A table of players to send the message to.

Argument Overload: Send using Filter

1 CRecipientFilter filter
A recipient filter specifying message targets.