Posts: 2,364
Threads: 135
Joined: Dec 2009
Reputation:
0
no dont think so you can only move players face when you move the mouse.
But You can make the player camera to look at some pos.
Posts: 2,203
Threads: 154
Joined: Oct 2009
Reputation:
0
SetPlayerFacingAngle(playerid, angle);
NOTE: THESE FUNCTION ROTATE PLAYER NOT HIS FACE/HEAD
Posts: 613
Threads: 11
Joined: Aug 2010
Reputation:
0
I think it's possible. SetPlayerCameraLookAt(playerid,x,y,z);
don't know if it goes back to normal once player moves the mouse.
Posts: 1,506
Threads: 69
Joined: Feb 2008
Quote:
Originally Posted by Macluawn
I think it's possible. SetPlayerCameraLookAt(playerid,x,y,z);
don't know if it goes back to normal once player moves the mouse.
|
No, that points the camera wherever you want It, the player wont move, often used with SetPlayerCameraPos.
It's used in server tutorials and like.