diff --git a/reaction/game/g_cmds.c b/reaction/game/g_cmds.c index 12a92d8b..e9ff4342 100644 --- a/reaction/game/g_cmds.c +++ b/reaction/game/g_cmds.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.50 2002/02/10 08:16:12 niceass +// added deaths to the scoreboard +// // Revision 1.49 2002/02/09 00:10:12 jbravo // Fixed spectator follow and free and updated zcam to 1.04 and added the // missing zcam files. @@ -93,13 +96,13 @@ void DeathmatchScoreboardMessage( gentity_t *ent ) { perfect = ( cl->ps.persistant[PERS_RANK] == 0 && cl->ps.persistant[PERS_KILLED] == 0 ) ? 1 : 0; //Blaze: Removed because it uses the persistant stats stuff //Elder: played around with it... - //G_Printf("Clientnum: %d\n", level.sortedClients[i]); + G_Printf("Clientnum: %s is %d\n", cl->pers.netname, cl->ps.persistant[PERS_KILLED]); Com_sprintf (entry, sizeof(entry), " %i %i %i %i %i %i %i %i %i %i %i %i %i %i", level.sortedClients[i], cl->ps.persistant[PERS_SCORE], ping, (level.time - cl->pers.enterTime)/60000, scoreFlags, g_entities[level.sortedClients[i]].s.powerups, accuracy, - 0, + cl->ps.persistant[PERS_KILLED], // NiceAss: Added for TP scoreboard 0, 0, 0,