CC_SendAdminMessage

Sends a colored chat message to all players who have the specified admin flags.

Syntax

stock CC_SendAdminMessage(const flags[] = "", bool:allflags = true, const input[], any:...) {

Usage

flags Admin flags
allflags If set to true it will match players who have ALL of the specified admin flags, otherwise it will match players with ANY of the flags
input The message to send

Return

Length — of the printed message or 0 if no players were matched

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