SetCameraBehindPlayer
From SA-MP Wiki
Description:
Restore the camera to a place behind the player, after using a function like SetPlayerCameraPos.
(playerid)
playerid | The player you want to restore the camera for. |
Return Values:
This function does not return any specific values.
SetCameraBehindPlayer(playerid);
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- SetPlayerCameraPos: Set a player's camera position.
- SetPlayerCameraLookAt: Set where a player's camera should face.