[Ajuda] InterpolateCamera - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] InterpolateCamera (
/showthread.php?tid=590098)
InterpolateCamera -
JuninTJF - 25.09.2015
Bom eu coloquei um sistema de login novo e ta tudo certo, mais de vez em quando aperta em login e quando digita a senha fica sу na InterpolateCamera mais o Player jб ta logado e a Cвmera fica na frente se movendo .
Re: InterpolateCamera -
garotin - 25.09.2015
Nгo entendi muito bem junin, Vocк quer que pare de se mexer antes do player logar?
Sу diminuir o tempo da interpolate
Re: InterpolateCamera -
JuninTJF - 25.09.2015
Quote:
Originally Posted by garotin
Nгo entendi muito bem junin, Vocк quer que pare de se mexer antes do player logar?
Sу diminuir o tempo da interpolate
|
Onde eu faзo isso ?
Re: InterpolateCamera -
garotin - 25.09.2015
Mostra o codigo do seu interpolate
Re: InterpolateCamera -
JuninTJF - 25.09.2015
PHP код:
new opening = random(3);
switch(opening)
{
case 0:
{
InterpolateCameraPos(playerid, -2397.553710, 1436.038452, 140.798019, -2876.055175, 1382.189697, 159.150161, 17000, CAMERA_MOVE);
InterpolateCameraLookAt(playerid, -2401.776855, 1438.431640, 139.599197, -2872.188964, 1384.818359, 157.377395, 17000, CAMERA_MOVE);
}
case 1:
{
InterpolateCameraPos(playerid, -2397.553710, 1436.038452, 140.798019, -2876.055175, 1382.189697, 159.150161, 17000, CAMERA_MOVE);
InterpolateCameraLookAt(playerid, -2401.776855, 1438.431640, 139.599197, -2872.188964, 1384.818359, 157.377395, 17000, CAMERA_MOVE);
}
case 2:
{
InterpolateCameraPos(playerid, -2397.553710, 1436.038452, 140.798019, -2876.055175, 1382.189697, 159.150161, 17000, CAMERA_MOVE);
}
}
Eu jб modifiquei o "17000" e ainda fica a mesma coisa
Re: InterpolateCamera -
iBolivaRevolutioN - 25.09.2015
Se nao quer que mova, tente por
no lugar de
Re: InterpolateCamera -
garotin - 25.09.2015
Experimenta colocar 10000 ou 8000 no lugar do 17000 pra ver o resultado.
Re: InterpolateCamera -
Dry - 25.09.2015
Use
no dialog de login.
Re: InterpolateCamera -
garotin - 25.09.2015
Pode colocar SpawnPlayer em baixo dos interpolate
Re: InterpolateCamera -
JuninTJF - 26.09.2015
Na primeira vez do registro loga certinho , jб na segunda vez depois que loga fica o interpolate na frente mais jб logou e eu jб coloquei o SpawnPlayer