CC_ShowActivityId
Sends a colored chat message to a single client that obeys the amx_show_activity cvar.
Syntax
stock CC_ShowActivityId(target, id, const name[], const input[], any:...) {
Usage
| target | Client index to display message to |
| 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_id() function, but sends a
By default, cromchat.inc will replace all show_activity_id() functions in the file
Defined in
cromchat.inc
at line 558
.
This documentation was automatically generated from source.