- ShowActivity() now handles command usage confirmation

- added sm_ban
- fixed up various issues and bugs in basecommands.sp

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40930
This commit is contained in:
David Anderson
2007-06-08 03:38:57 +00:00
parent a5d17bbf6b
commit 0ceec15c5a
5 changed files with 153 additions and 26 deletions
+3 -1
View File
@@ -185,7 +185,9 @@ native ReplySource:GetCmdReplySource();
/**
* Displays usage of an admin command to users depending on the
* setting of the sm_show_activity cvar.
* setting of the sm_show_activity cvar. Additionally, the client
* who typed the command will receive the same text without any
* client name prefix (as a confirmation).
*
* @param client Client index doing the action, or 0 for server.
* @param format Formatting rules.