net.Broadcast
net.Broadcast()
Description
Sends the currently built net message (see net.Start) to all connected players. More information can be found in Net Library Usage.
This is equivalent to: net.Send(player.GetAll())
Sends the currently built net message (see net.Start) to all connected players. More information can be found in Net Library Usage.