added request amb579 - ShowActivityEx()

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401110
This commit is contained in:
David Anderson
2007-07-14 00:47:30 +00:00
parent f2194aa2d9
commit e8d5bf9521
2 changed files with 35 additions and 9 deletions
+13
View File
@@ -208,6 +208,19 @@ native ReplySource:SetCmdReplySource(ReplySource:source);
*/
native ShowActivity(client, const String:format[], any:...);
/**
* Same as ShowActivity(), except the tag parameter is used instead of
* "[SM] " (note that you must supply any spacing).
*
* @param client Client index doing the action, or 0 for server.
* @param tag Tag to display with.
* @param format Formatting rules.
* @param ... Variable number of format parameters.
* @noreturn
* @error
*/
native ShowActivityEx(client, const String:tag[], const String:format[], any:...);
/**
* Called when a server-only command is invoked.
*