08.12.2009, 21:42
Quote:
Originally Posted by Wazza!
This might sound stupid, but try TogglePlayerControllable?
Good luck. |
I just thought of a way
pawn Код:
SetPlayerFacingAngle(playerid,A);
SetCameraBehindPlayer(playerid);
SetCameraPosition(playerid,x,y,z);
SetCameraLookAt(playerid,x,y,z);
By changing the facing angle, you control where 'SetCameraBehindPlayer' is going to look, and SetCameraLookAt doesn't effect the player's head movement, so the last angle the player had looked at was SetCameraBehindPlayer.