From: Samual Date: Mon, 26 Dec 2011 04:28:01 +0000 (-0500) Subject: More usage updates X-Git-Tag: xonotic-v0.6.0~188^2~28^2~66 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=80280522d39b20172b053b7ad61d5dfa80a260ad;p=xonotic%2Fxonotic-data.pk3dir.git More usage updates --- 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; } }