PlayerSendClientMessage Method | 
| Name | Description | |
|---|---|---|
| SendClientMessage(String) | 
            This function sends a message to this player in white in the chat. The whole line in the chat box will be in the set
            color unless color embedding is used.
              | |
| SendClientMessage(String, Object) | 
            This function sends a message to this player in white in the chat. The whole line in the chat box will be in the set
            color unless color embedding is used.
              | |
| SendClientMessage(Color, String) | 
            This function sends a message to this player with a chosen color in the chat. The whole line in
            the chat box will be
            in the set color unless color embedding is used.
              | |
| SendClientMessage(Color, String, Object) | 
            This function sends a message to this player with a chosen color in the chat. The whole line in the chat box will be in
            the set color unless color embedding is used.
              |