View Single Post
donrevan
AlliedModders Donor
Join Date: Jul 2010
Old 11-13-2015 , 04:32   Re: Player View Angles
Reply With Quote #5

If you want visible view angle changes you can call CBaseAnimating?::Teleport(virtual function, no signature required).

Teleport(Vector const *newPos, QAngle const *newAngles, Vector const *newVelocity)
just pass NULL to newPos and newVelocity
donrevan is offline