Problem with 'InterpolateCameraPos' on OnPlayerConnect
#1

I'm putting 'InterpolateCameraPos' on OnPlayerConnect but when I login the camera don't move.
Does anybody know the solution?
Код:
public OnPlayerConnect(playerid)
{
    TogglePlayerSpectating(playerid, true);
    InterpolateCameraPos(playerid, 3079.0652, -1520.4908, 129.4167, -2055.0005, -1512.4556, 129.4167, 300000, CAMERA_MOVE);
    return 1;
}
Reply


Messages In This Thread
Problem with 'InterpolateCameraPos' on OnPlayerConnect - by backnot - 26.01.2013, 13:17
Re: Problem with 'InterpolateCameraPos' on OnPlayerConnect - by Threshold - 26.01.2013, 13:28

Forum Jump:


Users browsing this thread: 1 Guest(s)