warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for this page then please click here.
SetCameraBehindPlayer
Description
Restore the camera to a place behind the player, after using a function like SetPlayerCameraPos.
Name | Description |
---|---|
playerid | The player you want to restore the camera for. |
Returns
true - The function was executed successfully.
false - The function failed to execute. This means the player specified does not exist.
Examples
SetCameraBehindPlayer(playerid);
Related Functions
- SetPlayerCameraPos: Set a player's camera position.
- SetPlayerCameraLookAt: Set where a player's camera should face.