SendNetworkMessage

Description

Sends a created network message to a given client on a given network. Use a client ID of 0 to send to all connected clients (except the sender), otherwise if the client ID does not exist an error will be generated. This function will delete the message ID given.

Definition

SendNetworkMessage( iNetID, toClient, iMsgID )

Parameters