Click or drag to resize

BasePlayerSendClientMessage Method

Overload List
  NameDescription
Public methodSendClientMessage(String)
This function sends a message to this BasePlayer 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 BasePlayer 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 BasePlayer with a chosen color in the chat. The whole line in the chat box will be in the set color unless colour embedding is used.
Public methodSendClientMessage(Color, String, Object)
This function sends a message to this BasePlayer with a chosen color in the chat. The whole line in the chatbox will be in the set color unless color embedding is used.
Top
See Also