r5851 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Feb 12 02:52:45 EST 2009


Author: div0
Date: 2009-02-12 02:52:45 -0500 (Thu, 12 Feb 2009)
New Revision: 5851

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
better default column layouts


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2009-02-12 07:30:34 UTC (rev 5850)
+++ trunk/data/qcsrc/client/sbar.qc	2009-02-12 07:52:45 UTC (rev 5851)
@@ -356,9 +356,12 @@
 {
 	return strcat( // fteqcc sucks
 		"ping pl name | ",
-		"+noteams/kills +noteams/deaths +noteams/suicides -noteams,tdm/frags ", // tdm already has this in "score"
+		"-teams,race/kills -teams,race/deaths -teams/suicides -race,dm,tdm/frags ", // tdm already has this in "score"
+		"+ctf/caps +ctf/pickups +ctf/fckills +ctf/returns ",
+		"+lms/lives +lms/rank ",
 		"+kh/caps +kh/pushes +kh/destroyed ",
-		"+ctf/caps +ctf/pickups +ctf/fckills +ctf/returns ",
+		"+race/laps +race/time +race/fastest ",
+		"+as/objectives ",
 		"-lms/score");
 }
 




More information about the nexuiz-commits mailing list