User talk:Dutchmega: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(kinda emptied it)
Line 1: Line 1:
Go post your solution on [[User talk:Generaleskimo]]—'''[[User:Ts2do|ts2do]]''' 19:26, 20 Apr 2006 (PDT)
== Fixing NPC's not bleeding ==
== Fixing NPC's not bleeding ==
Look in AI_BaseNPC.cpp, around line 1020, look for the call to the function SpawnBlood.
Look in AI_BaseNPC.cpp, around line 1020, look for the call to the function SpawnBlood.
Remove IsPlayer() before it ;)
Remove IsPlayer() before it ;)

Revision as of 12:34, 26 April 2006

Fixing NPC's not bleeding

Look in AI_BaseNPC.cpp, around line 1020, look for the call to the function SpawnBlood. Remove IsPlayer() before it ;)