r2265 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Mar 28 06:14:17 EDT 2007


Author: div0
Date: 2007-03-28 06:14:16 -0400 (Wed, 28 Mar 2007)
New Revision: 2265

Modified:
   trunk/data/qcsrc/server/clientcommands.qc
Log:
display default binds for voting


Modified: trunk/data/qcsrc/server/clientcommands.qc
===================================================================
--- trunk/data/qcsrc/server/clientcommands.qc	2007-03-27 22:27:33 UTC (rev 2264)
+++ trunk/data/qcsrc/server/clientcommands.qc	2007-03-28 10:14:16 UTC (rev 2265)
@@ -486,7 +486,7 @@
 void VoteNag() {
 	if(votecalled)
 		if(self.vote_vote == 0)
-			centerprint_atprio(self, CENTERPRIO_VOTE, strcat("^7^3", votecaller.netname, "^2 called a vote for:\n^1", votecalledvote, "\n\n^2You have not voted yet!"));
+			centerprint_atprio(self, CENTERPRIO_VOTE, strcat("^7^3", votecaller.netname, "^2 called a vote for:\n^1", votecalledvote, "\n\n^2You have not voted yet!\n^2HINT: By default, F1 is yes and F2 is no."));
 }
 
 void VoteCount() {




More information about the nexuiz-commits mailing list