Quote:
Originally Posted by Smilex_Gamer
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?
|
I probably forgot to put what I did.
So within "pfnSetModel_Post"
You want me to undo and change DAMAGE YES.
PHP Code:
set_pev(this, pev_takedamage, DAMAGE_YES);
->
PHP Code:
set_pev(this, pev_takedamage, DAMAGE_NO);