Thread: SpawnProtection
View Single Post
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 04-16-2010 , 16:21   Re: SpawnProtection
Reply With Quote #22

Quote:
Originally Posted by ConnorMcLeod View Post
LIES

Code:
// When touched, a hurt trigger does DMG points of damage each half-second
void CBaseTrigger :: HurtTouch ( CBaseEntity *pOther )
{
	float fldmg;

	if ( !pOther->pev->takedamage )
		return;
I meant traceattack way, not godmode way.
__________________
xPaw is offline