13.01.2012, 19:36
Alright, I would use this code:
pawn Код:
SetPlayerInterior(playerid,11); //Optional if you are wanting the view to be in an interior.
SetPlayerPos(playerid,508.7362,-87.4335,998.9609); //Sets the player pos for when you are selecting a skin.
SetPlayerFacingAngle(playerid,0.0); //The Facing angle of your player.
SetPlayerCameraPos(playerid,508.7362,-83.4335,998.9609);//The Camera Position, used for distance if I remember correctly.
SetPlayerCameraLookAt(playerid,508.7362,-87.4335,998.9609);//Sets what the camera is looking at.