27.08.2013, 13:39
(
Последний раз редактировалось kingofdemons; 28.08.2013 в 06:52.
)
Basically what I need is when a player connects I want the camera to move. So should I do it in OnPlayerRequestClass OR SetTimerEx under OnPlayerConnect. I have tried it in many ways but it does not seem to work any help would be appreciated.
Thanks for reading,
Kingofdemons.
pawn Код:
InterpolateCameraPos(playerid, 2135.237792, 2489.806396, 104.410575, 2025.816650, 1668.265747, 24.090234, 100000,CAMERA_MOVE);
InterpolateCameraLookAt(playerid, 2135.196044, 2484.846923, 103.775894, 2020.999877, 1668.403564, 22.756238, 100000,CAMERA_MOVE);//This is in LV
Kingofdemons.