Ever since the update the NPC's heads are twisted around and their bodies are demented.
[IMG]http://i.imgur.com/cToQQ9D.jpg[/IMG]
Going to try it out now.
[Edit]
Strange, I couldn't replicate it.
[IMG]http://i.imgur.com/bjkhpYw.png[/IMG]
What was the method you used to spawn an NPC?
This is what I used:
[QUOTE] local ent = ents.Create("npc_barney")
ent:SetPos(self:GetPos() + self:GetForward() * 50)
ent:SetAngles(self:GetAngleForward())
ent:Spawn()
ent:Activate()
ent:AddRelationship("player D_NU 98") -- Don't attack other players
[/QUOTE]
It happened on a map with NPCs in it, it was TTT Community Bowling
[t]http://puu.sh/a33Gv/37335ea7ca.png[/t]
TTT community bowling; NPCs work fine.
Sorry, you need to Log In to post a reply to this thread.