CC_LogMessage

Sends a colored chat message and logs it at the same time.

Syntax

stock CC_LogMessage(id, const file[] = "", const input[], any:...) {

Usage

id Client index (use 0 to send to all players)
file The log file that will be used
input The message to send

Return

Length — of the printed message

Notes

If the file name is not set, the default log file will be used instead.

Defined in cromchat.inc at line 439 . This documentation was automatically generated from source.