01.05.2014, 04:14
The camera will not be seen, in first, 'SetPlayerCameraPos' must be first that 'SetPlayerCameraLookAt', besides the fact that both functions have the same values in his parameters.
Try it this way:
https://sampwiki.blast.hk/wiki/SetPlayerCameraLookAt.
Try it this way:
pawn Код:
SetPlayerPos(playerid, 748.1235, 377.2615, 26.3264);
SetPlayerCameraPos(playerid, fX, fY, fZ); // Change to other values!
SetPlayerCameraLookAt(playerid, 748.1235,377.2615,26.3264); // The camera of player now will look at the position in where it's. (SetPlayerPos).
https://sampwiki.blast.hk/wiki/SetPlayerCameraLookAt.