Click or drag to resize

PlayerSendClientMessage Method

Overload List
  NameDescription
Public methodSendClientMessage(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.
Public methodSendClientMessage(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.
Public methodSendClientMessage(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.
Public methodSendClientMessage(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.
Top
See Also