Point the other way
This commit is contained in:
parent
7beeb8975d
commit
15bf95c75f
|
@ -196,7 +196,7 @@ do -- Toolgun
|
||||||
if SERVER then
|
if SERVER then
|
||||||
local summon = ents.Create( "benny_npc_human" )
|
local summon = ents.Create( "benny_npc_human" )
|
||||||
summon:SetPos( tr.HitPos + tr.HitNormal )
|
summon:SetPos( tr.HitPos + tr.HitNormal )
|
||||||
local ang = Angle( 0, p:EyeAngles().y+180, 0 )
|
local ang = Angle( 0, p:EyeAngles().y+0, 0 )
|
||||||
summon:SetAngles( ang )
|
summon:SetAngles( ang )
|
||||||
summon:Spawn()
|
summon:Spawn()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue