CC_GroupMessage

Sends a colored chat message to a group of players matching the flags from the get_players() function.

Syntax

stock CC_GroupMessage(const flags[] = "", const params[] = "", const input[], any:...) {

Usage

flags Filtering flags
params String to match against if the flags require it
input The message to send

Return

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

Notes

The filtering flags are the same that are used by the get_players() function

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