Stats Logging

John Kennington jwkennington at gmail.com
Mon Dec 10 14:43:35 EST 2007


Ryan,

I am not sure you can do this, but if you can, the team stats are not
logging properly in the games_mp.log.

The pertinent file is _globallogic.gsc.


lpselfnum = self getEntityNumber();
   lpselfname = self.name;
   lpattackGuid = "";
   lpattackname = "";
   lpselfteam = "";
   lpselfguid = self getGuid();
   lpattackerteam = "";

   lpattacknum = -1;

   prof_end( "PlayerKilled pre constants" );

   if( isPlayer( attacker ) )
   {
      lpattackGuid = attacker getGuid();
      lpattackname = attacker.name;


Shouldn't it be:

Quote
lpselfteam = self.pers["team"];


If you can fix this, it should be easy, but we can't do it with Ranked servers.

John
-- 
Waiting on the pier until Charon comes....



More information about the Cod mailing list