RE: [hlcoders] pfnMessageBegin: type=93

2003-09-27 Thread Alfred Reynolds
listen for the ScoreInfo message (this has not changed). Brian A. Stumm wrote: pfnMessageBegin: edict=0 dest=2 type=93 I have been intercepting this message in order to get information about the team related scores in TFC. Since upgrading to steam my code no longer works to get team scores

RE: [hlcoders] pfnMessageBegin: type=93

2003-09-27 Thread Alfred Reynolds
you would need to monitor the pfnRegUserMsg() at startup to map the string to its number. See Botmans bot code for an example. Brian A. Stumm wrote: On Fri, 26 Sep 2003, Alfred Reynolds wrote: listen for the ScoreInfo message (this has not changed). What number is the ScoreInfo message? And