View Single Post
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 01-27-2014 , 20:03   Re: Vector hater, always need help for those
Reply With Quote #8

Let the code speak..
PHP Code:
stock MovePointTowardsOtherPoint(const Float:A[3], const Float:B[3], const Float:XFloat:result[3])
{
  
MakeVectorFromPoints(ABresult);
  
NormalizeVector(resultresult);
  
ScaleVector(resultX);
  
AddVectors(Aresultresult);

Edit: Oh, ^ what blodia said!
__________________

Last edited by Peace-Maker; 01-27-2014 at 20:04.
Peace-Maker is offline