02.09.2014, 14:51
don't use Loop, you are using the code under OnPlayerLogin right ?
Just use the playerid for it.
Using loop will force all the players(Connected + Connecting) to InterpolateCameraPos
Just use the playerid for it.
Using loop will force all the players(Connected + Connecting) to InterpolateCameraPos
Quote:
TextDrawHideForPlayer(playerid, Textdraw2); TextDrawHideForPlayer(playerid, Textdraw3); InterpolateCameraPos(playerid, 1698.550170, -1732.532470, 17.280830, 1051.786376, -1731.606079, 21.769128, 10000, 1); InterpolateCameraLookAt(playerid, 1694.554809, -1732.645507, 17.124620, 1047.789062, -1731.675415, 21.897232, 10000, 1); |