Camera Positions & Spectating
#1

I've always had a problem with this.. Can anybody tell me what I'm doing wrong?

pawn Code:
public OnPlayerConnect(playerid)
{
    TogglePlayerSpectating( playerid, true );

    SetPlayerCameraPos( playerid, 27.3945, -69.8670, 1.7541 );
    SetPlayerCameraLookAt( playerid, -3.7998, -114.1504, 1.7880, CAMERA_MOVE );
    return 1;
}
Of course, there's other code beneath this, I just snipped it out.
Reply


Messages In This Thread
Camera Positions & Spectating - by 2KY - 03.05.2012, 19:50
Re: Camera Positions & Spectating - by .FuneraL. - 03.05.2012, 19:54
Re: Camera Positions & Spectating - by 2KY - 03.05.2012, 19:56
Re: Camera Positions & Spectating - by ReneG - 03.05.2012, 21:14
Re: Camera Positions & Spectating - by 2KY - 03.05.2012, 21:20
Re: Camera Positions & Spectating - by ReneG - 03.05.2012, 21:31

Forum Jump:


Users browsing this thread: 2 Guest(s)