From 80280522d39b20172b053b7ad61d5dfa80a260ad Mon Sep 17 00:00:00 2001 From: Samual Date: Sun, 25 Dec 2011 23:28:01 -0500 Subject: [PATCH] More usage updates --- qcsrc/server/command/cmd.qc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qcsrc/server/command/cmd.qc b/qcsrc/server/command/cmd.qc index d23ef5b10..06191958b 100644 --- a/qcsrc/server/command/cmd.qc +++ b/qcsrc/server/command/cmd.qc @@ -509,8 +509,9 @@ void ClientCommand_voice(float request, float argc, string command) // legacy default: case CMD_REQUEST_USAGE: { - sprint(self, "\nUsage:^3 cmd voice\n"); - sprint(self, " TODO ARGUMENTS UNKNOWN.\n"); + sprint(self, "\nUsage:^3 cmd voice messagetype soundname\n"); + sprint(self, " 'messagetype' is the type of broadcast to do, like team only or such,\n"); + sprint(self, " and 'soundname' is the string/filename of the sound/voice message to play.\n"); return; } } -- 2.39.2