Skripta koju koristim: CLRP
Detaljan opis problema: ZnaÄi neželim da mi se camera kreće, nego da se direktno postavi na odreÄ'enu poziciju... ZnaÄi pogledajte video, kamera "leti" do burga, a ja zelim samo da se direktno postavi a ne da lebdi do tamo...
Dio skripte:
else if(TutTime[i] == 20)
{
AC_BS_SetPlayerPos(i, 2391.148193, -1639.233642, 14.189694);
SetPlayerCameraPos(i, 2397.713378, -1653.079223, 13.692000);
SetPlayerCameraLookAt(i, 2401.474365, -1654.437011, 13.588293);
TextDrawHideForPlayer(i,Intro34);
TextDrawHideForPlayer(i,Intro35);
TextDrawHideForPlayer(i,Intro36);
TextDrawHideForPlayer(i,Intro37);
TextDrawHideForPlayer(i,Intro16);
TextDrawHideForPlayer(i,Intro17);
TextDrawHideForPlayer(i,IntroCrno);
TextDrawShowForPlayer(i,IntroA1);
TextDrawShowForPlayer(i,IntroA2);
TextDrawShowForPlayer(i,IntroA3);
TextDrawShowForPlayer(i,IntroA4);
TextDrawShowForPlayer(i,IntroA5);
TextDrawShowForPlayer(i,IntroA6);
TextDrawShowForPlayer(i,IntroA7);
TextDrawShowForPlayer(i,IntroA8);
TextDrawShowForPlayer(i,IntroA9);
TextDrawShowForPlayer(i,IntroA10);
TextDrawShowForPlayer(i,IntroA11);
TextDrawShowForPlayer(i,IntroA12);
TextDrawShowForPlayer(i,IntroA13);
}
else if(TutTime[i] == 29)
{
AC_BS_SetPlayerPos(i, 1216.544311, -965.526062, 39.736690);
SetPlayerCameraPos(i, 1237.763305, -951.213989, 51.197662);
SetPlayerCameraLookAt(i, 1235.270141, -948.096435, 50.942817);
TextDrawHideForPlayer(i,IntroA1);
TextDrawHideForPlayer(i,IntroA2);
TextDrawHideForPlayer(i,IntroA3);
TextDrawHideForPlayer(i,IntroA4);
TextDrawHideForPlayer(i,IntroA5);
TextDrawHideForPlayer(i,IntroA6);
TextDrawHideForPlayer(i,IntroA7);
TextDrawHideForPlayer(i,IntroA8);
TextDrawHideForPlayer(i,IntroA9);
TextDrawHideForPlayer(i,IntroA10);
TextDrawHideForPlayer(i,IntroA11);
TextDrawHideForPlayer(i,IntroA12);
TextDrawHideForPlayer(i,IntroA13);
TextDrawShowForPlayer(i,IntroB1);
TextDrawShowForPlayer(i,IntroB2);
TextDrawShowForPlayer(i,IntroB3);
TextDrawShowForPlayer(i,IntroB4);
TextDrawShowForPlayer(i,IntroB5);
TextDrawShowForPlayer(i,IntroB6);
TextDrawShowForPlayer(i,IntroB7);
TextDrawShowForPlayer(i,IntroB8);
TextDrawShowForPlayer(i,IntroB9);
TextDrawShowForPlayer(i,IntroB10);
TextDrawShowForPlayer(i,IntroB11);
TextDrawShowForPlayer(i,IntroB12);
TextDrawShowForPlayer(i,IntroB13);
}
Neke slike/video za lakse dobivanje pomoci(neobavezno): http://www.youtube.com/watch?v=1n1Sok8hoDs
BUMP! Pls pomozite treba mi ovo hitno!