View Single Post
HamletEagle
AMX Mod X Plugin Approver
Join Date: Sep 2013
Location: Romania
Old 04-06-2020 , 03:11   Re: Calculate velocity to point X
Reply With Quote #5

1.Convert iAimOrigin to float using IVecFVec.
2.float(pev(lev_maxspeed)) that's not the right way to retrieve floats using pev(). Pass the float variable as the 3rd param.
__________________

Last edited by HamletEagle; 04-06-2020 at 03:12.
HamletEagle is offline