13.05.2012, 03:16
You need to get the cords from where you want the camera position and where the camera is facing. then add them under OnPlayerConnect I believe.
Example:
Example:
pawn Код:
public OnPlayerConnect(playerid)
{
SetPlayerCameraPos(playerid, 1214.9135,-798.0656,96.7485);
SetPlayerCameraLookAt(playerid, 4322.3259,-987.3196,85.3336);
}