Garry's Mod Wiki

Revision Difference

net.SendOmit#562722

<function name="SendOmit" parent="net" type="libraryfunc"> <description>Sends the current message (see <page>net.Start</page>) to all except the specified, or to all except all players in the table.</description>⤶ <description>⤶ Sends the current message (see <page>net.Start</page>) to all except the player or players specified.⤶ </description>⤶ <realm>Server</realm> <args>⤶ <arg name="ply" type="Player">The player(s) to **NOT** send the message to. Can be a table of players.</arg>⤶ <args name="Ommit Single Player">⤶ <arg name="ply" type="Player">The player to **NOT** send the message to.</arg>⤶ </args>⤶ <args name="Ommit Multiple Players">⤶ <arg name="plys" type="table">A table of players to **NOT** send the message to.</arg>⤶ </args> </function>