11.07.2015, 07:45
Hi all. Today, I was create something about SetPlayerCameraLookAt.
I have this code:
It's a view on LS GYM's interior but it show only the blue of the sky.
Why?
I have this code:
PHP код:
SetPlayerInterior(playerid, 7);
SetPlayerCameraPos(playerid, 755.8900, -0.7800, 1002.8500);
SetPlayerCameraLookAt(playerid, 756.5500, -0.0300, 1002.6500);
Why?