Title is pretty self-explanatory, I need a way to getEyePoint() and getEyeVector() on the client side. Is this possible?
function red_getLookName()
{
%pl=red_getClient("Redoctober2009");
%ep=%pl.getEyePoint();
%ev=%pl.getEyeVector();
%obj=containerRayCast(%ep,vectorAdd(%ep,vectorScale(%ev,1024)),$TypeMasks::All,%pl);
%op=getword(%obj,0);
return %op;
}
red_getClient is not important, it just finds my Object ID.
P.S. This is NOT to make an aimbot. I don't see how it would be.