22.07.2011, 11:18
Does this function only work while you are aiming?
Because I have something very basic as this in my script...
And all it seems to do is move the object 'ball' in one direction. I had assumed that would make the ball move where my camera was facing.
Because I have something very basic as this in my script...
pawn Код:
new Float:X,Float:Y,Float:Z;
GetPlayerCameraFrontVector(playerid,X,Y,Z);
MoveObject(ball,X,Y,Z,10.0);