From e4314bf532727c96210bf8afa641dcc8b557222f Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 6 Dec 2011 18:58:23 +0100 Subject: [PATCH] add I to the spec --- qcsrc/server/playerstats.qc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qcsrc/server/playerstats.qc b/qcsrc/server/playerstats.qc index d74cb0f38..a3b857173 100644 --- a/qcsrc/server/playerstats.qc +++ b/qcsrc/server/playerstats.qc @@ -172,8 +172,9 @@ void PlayerStats_TeamScore(float t, string event_id, float value) // TODO: doesn S: "hostname" of the server C: number of "unpure" cvar changes P: player ID of an existing player; this also sets the owner for all following "n", "e" and "t" lines (lower case!) + I: match ID (see "matchid" in g_world.qc n: nickname of the player (optional) - t: team ID + t: team ID e: followed by an event name, a space, and the event count/score event names can be: alivetime: total playing time of the player -- 2.39.2