[hlcoders] increment frag count (server plugin)

2005-05-03 Thread LDuke
I have a server plugin working with CBaseEntity: CBaseEntity *m_pCBaseEntity = pEntity-GetUnknown()-GetBaseEntity(); CBasePlayer *pCBPlayer = (CBasePlayer*) m_pCBaseEntity; int Frags = pCBPlayer-FragCount(); int Deaths = pCBPlayer-DeathCount();

Re: [hlcoders] increment frag count (server plugin)

2005-05-03 Thread Daniel Jennings
, 2005 3:52 PM Subject: [hlcoders] increment frag count (server plugin) I have a server plugin working with CBaseEntity: CBaseEntity *m_pCBaseEntity = pEntity-GetUnknown()-GetBaseEntity(); CBasePlayer *pCBPlayer = (CBasePlayer*) m_pCBaseEntity; int Frags = pCBPlayer-FragCount(); int Deaths