This is a mobile optimized page that loads fast, if you want to load the real page, click this text.

Вопрос Никак не могу найти, как вернуть камеру обратно к игроку

sampinplay

Новый участник
1 Ноя 2021
8
0
11
JavaScript:
sceneryCamera = mp.cameras.new('default', new mp.Vector3(3463, 5140, 21), new mp.Vector3(0,0,0), 40);
sceneryCamera.pointAtCoord(3165, 5259, 28); // Changes the rotation of the camera to point towards a location
sceneryCamera.setActive(true);
mp.game.cam.renderScriptCams(true, false, 0, true, false);


Я плюс минус понимаю как мне это сделать, но хз где находится хендл камеры игрока
 

DaVilka

Старожил
BackEnd developer
16 Сен 2020
759
276
128
JavaScript:
mp.game.cam.renderScriptCams(false, true, 1000, true, false);