Quote:
Originally Posted by Fuck For Fun
@Smilex_Gamer
Code:
public HandleUpdateOwnerTask(this)
{
if(!pev_valid(this)) return FMRES_IGNORED; // error
//set_pev(this, pev_owner, 0);
set_pev(this, pev_takedamage, DAMAGE_NO);
return HAM_IGNORED;
}
|
I was saying to set it to take no damage inside the function "pfnSetModel_Post".
Also, why are you returning "HAM_IGNORED" when we aren't using hamsandwich?