Garry's Mod Wiki

net.Send

  net.Send( Player ply )

Description

Sends the current net message (see net.Start) to the specified player, or to all players listed in the table.

Arguments

1 Player or CRecipientFilter ply
The player(s) to send the message to. Can be a table of players or a CRecipientFilter.