System Message API index
System messages are non-player chat messages such as join/leave notices and announcements. These helpers live on the System Message API inside CCTFF.
API
IsSystemMessageEnabled(player, messageName)
Returns whether a specific system message is enabled for the given player, based on their client settings.
UpdateClientSettings(player, settings)
Update the client-side system message settings for a player, such as which messages are enabled.
SendSystemMessage(player, messageName, systemTag, messageContent)
Send a formatted system message to a player using a named template, optional tag, and custom content.