View Single Post
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 09-09-2010 , 11:17   Re: [L4D2] Incapped Crawling with Animation
Reply With Quote #18

Thanks N3wton, what a funny face!

I have not been able to disable the glow, does anyone know how?


How can I tell the direction of someones feet? For example the following better corrects the clone position but only when the client is facing the direction of their feet. If they look to the side (or behind, from feet to head) and then move, the position will be wrong. Hope that makes sense!

PHP Code:
f_Origin[0] += (15*(Cosine(DegToRad(f_Angles[1]))));
f_Origin[1] += (15*(Sine(DegToRad(f_Angles[1])))); 
__________________
Silvers is offline