ShowActivityEx

Last Updated2016-05-21
Created At2007-07-14

Same as ShowActivity(), except the tag parameter is used instead of "[SM] " (note that you must supply any spacing).

native void ShowActivityEx(int client, const char[] tag, const char[] format, any ...)

Parameters

int client
Client index doing the action, or 0 for server.
const char[] tag
Tag to display with.
const char[] format
Formatting rules.
any... ...
Variable number of format parameters.

Return Value

void