JulianR0 / monstermod-redo

Recreation of "Monster Mod". A Metamod plugin.
GNU General Public License v2.0
21 stars 10 forks source link

Server explodes when killing headcrabs #22

Open q52888940 opened 2 months ago

q52888940 commented 2 months ago

VS debug report // tell owner ( if any ) that we're dead. This is mostly for MonsterMaker functionality. CMBaseEntity *pOwner = CMBaseEntity::Instance(pev->owner); if(pOwner) { pOwner->DeathNotice( pev ); }

q52888940 commented 2 months ago

pOwner-> is nullptr