stock
show_activity_id
Syntax
stock show_activity_id(idtarget, idadmin, const name[], const fmt[], any:...)
Description
Standard method to show activity to one single client.
This is useful for messages that get pieced together by many language keys.
This depends on the amx_show_activity cvar. See documentation for more details.
Parameters
| idtarget | The user id of the person to display to. 0 is invalid. |
|---|---|
| idadmin | The user id of the person doing the action. |
| name | The name of the person doing the action. |
| fmt | The format string to display. Do not put the "ADMIN:" prefix in this. |