InterPolateCamera issue
#2

Try using a timer.

pawn Код:
public OnPlayerConnect(playerid)
{
    TogglePlayerSpectating(playerid, true);
    SetTimerEx("InterpolateCam", 1000, false, "i", playerid);
   
    return 1;
}

forward InterpolateCam(playerid);
public InterpolateCam(playerid)
{
    InterpolateCameraLookAt(playerid, 101.8813, -2089.6833, 75.0991,645.7932, -1552.5399, 75.0991, 20000, CAMERA_MOVE);
    InterpolateCameraPos(playerid, 101.8813, -2089.6833, 75.0991, 645.7932, -1552.5399, 75.0991, 20000, CAMERA_MOVE);

    return 1;
}
Reply


Messages In This Thread
InterPolateCamera issue - by Xenforox - 04.08.2014, 19:54
Re: InterPolateCamera issue - by Dignity - 04.08.2014, 19:59
Re: InterPolateCamera issue - by dirigent00 - 04.08.2014, 20:13
Re : Re: InterPolateCamera issue - by Xenforox - 04.08.2014, 20:18
Re: InterPolateCamera issue - by Dignity - 04.08.2014, 20:18
Re : InterPolateCamera issue - by Xenforox - 04.08.2014, 20:32
Re: InterPolateCamera issue - by SickAttack - 04.08.2014, 20:40

Forum Jump:


Users browsing this thread: 1 Guest(s)