View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 11-02-2014 , 15:14   Re: Conservation of Momentum Fix
Reply With Quote #6

Quote:
Originally Posted by HamletEagle View Post
This should work too:
Code:
flEntPlayerIsOnSpeed = flSpeed
That is not the proper way to assign arrays.

In this case, you can simply do this:
Code:
entity_get_vector(iEnt, EV_VEC_velocity, flEntPlayerIsOnSpeed);
__________________
fysiks is offline