]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
More usage updates
authorSamual <samual@xonotic.org>
Mon, 26 Dec 2011 04:28:01 +0000 (23:28 -0500)
committerSamual <samual@xonotic.org>
Mon, 26 Dec 2011 04:28:01 +0000 (23:28 -0500)
qcsrc/server/command/cmd.qc

index d23ef5b1082a4786039f6883029e3131ef39056b..06191958b867218a146f377f82dc7f786132242c 100644 (file)
@@ -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;
                }
        }