CC_ShowActivityKey

Sends a colored chat message to all clients using nromal language keys that obeys the amx_show_activity cvar.

Syntax

stock CC_ShowActivityKey(const without[], const with[], const name[], any:...) {

Usage

without The language key that does not have the name field
with The language key that does have the name field
name The name of the person doing the action

Return

This function has no return value.

Notes

This function is made to mimic the show_activity_key() function, but sends a

By default, cromchat.inc will replace all show_activity_key() functions in the file

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