03.05.2012, 19:50
I've always had a problem with this.. Can anybody tell me what I'm doing wrong?
Of course, there's other code beneath this, I just snipped it out.
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;
}