Re: hacking monster_plugin -
09-11-2004
yeah did that. see code in first post? If I comment out the if statement all is fine... or if I dont comment it and dont spawn any barneys its fine so I know its that if statement...
// lets see if this monster shares same team as player if team based mod...
if ( ( pev->team != pEnt->v.team ) || ( pEnt->v.team == 0 ) )
{
Last edited by BAStumm; 09-11-2004 at 08:01..
|