Ugrás a fő tartalomhoz

SetPlayerCameraPos

Description

Sets the camera to a specific position for a player.

NameDescription
playeridID of the player
Float:xThe X coordinate to place the camera at.
Float:yThe Y coordinate to place the camera at.
Float:zThe 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

tanács
  • 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.
vigyázat

Using the camera functions directly after enabling spectator mode doesn't work.