show_activity - Shows admin activity.
Syntax:
PHP Code:
show_activity ( id, const name[], ... )
Example:
PHP Code:
show_activity(id,playername,"slapped player");
If amx_show_activity is 2, will appear as: "ADMIN PlayerName: slapped player". If it is 1, it will appear as: "ADMIN: slapped player".