stock

show_activity_key

Syntax

stock show_activity_key(const KeyWithoutName[], const KeyWithName[], const ___AdminName[], any:...)

Description

Standard method to show activity to one single client with normal language keys.
These keys need to be in the format of standard AMXX keys:
eg: ADMIN_KICK_1 = ADMIN: kick %s
ADMIN_KICK_2 = ADMIN %s: kick %s
This depends on the amx_show_activity cvar. See documentation for more details.

Parameters

KeyWithoutName The language key that does not have the name field.
KeyWithName The language key that does have the name field.
__AdminName The name of the person doing the action.
... Pass any extra format arguments for the language key in the variable arguments list.