11.08.2018, 18:33
Quote:
Dafuq? Do i need to type the coordinates pasted each other?
Like 0, 0, 0 to be 000? I don't think so... |
Actually the code should be like this
Код:
SetPlayerPos(playerid, -1431.4838, 1580.5219, 1055.7191); // Player's Position (To set player position before camera) SetPlayerCameraPos(playerid, -1437.9672, 1575.3422, 1057.6042); // The Camera Position SetPlayerCameraLookAt(playerid, -1431.4838, 1580.5219, 1055.7191); // Set this as Player's position so that the camera will look at the player's position.