note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
SetPlayerCameraPos
Description
Sets the camera to a specific position for a player.
Name | Description |
---|---|
playerid | ID of the player |
Float:x | The X coordinate to place the camera at. |
Float:y | The Y coordinate to place the camera at. |
Float:z | The Z coordinate to place the camera at. |
Returns
true - The function executed successfully.
false - The function failed to execute. The player specified doesn't exist.
Examples
SetPlayerCameraPos(playerid, 652.23, 457.21, 10.84);
Notes
tip
- You may also have to use SetPlayerCameraLookAt with this function in order to work properly.
- Use SetCameraBehindPlayer to reset the camera to behind the player.
warning
Using the camera functions directly after enabling spectator mode doesn't work.
Related Functions
- SetPlayerCameraLookAt: Set where a player's camera should face.
- SetCameraBehindPlayer: Set a player's camera behind them.