Also apply velocity to view entity in third person.
parent
0d59d285d1
commit
2cf2fbe95a
|
@ -316,6 +316,7 @@ function SWEP:EnableThirdPerson(player)
|
|||
entity:SetModel(player:GetModel())
|
||||
entity:Spawn()
|
||||
entity:SetAngles(player:GetAngles())
|
||||
entity:SetVelocity(player:GetVelocity())
|
||||
entity:SetMoveType(MOVETYPE_NONE)
|
||||
entity:SetParent(player)
|
||||
entity:SetOwner(player)
|
||||
|
|
Loading…
Reference in New Issue