User talk:Dutchmega: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(kinda emptied it)
No edit summary
Line 2: Line 2:
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 ;)
:Didn't work --[[User:Generaleskimo|General Eskimo]]

Revision as of 18:34, 28 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 ;)

Didn't work --General Eskimo