CC_ShowActivity
Sends a colored chat message to all players that obeys the amx_show_activity cvar.
Syntax
stock CC_ShowActivity(id, const name[], const input[], any:...) {
Usage
| id | Client index performing the action |
| name | Name of client performing the action |
| input | Formatting rules |
Return
This function has no return value.
Notes
This function is made to mimic the show_activity() function, but sends a
By default, cromchat.inc will replace all show_activity() functions in the file
Defined in
cromchat.inc
at line 472
.
This documentation was automatically generated from source.