SetPlayerCameraPos

From SA-MP Wiki

Jump to: navigation, search

SetPlayerCameraPos


Sets the camera to a specific position for a player.


Parameters:
(playerid,Float:x,Float:y,Float:z)
playeridID of the player
Float:xNew x-position of the camera
Float:yNew y-position of the camera
Float:zNew z-position of the camera


This function does not return a specific value.


SetPlayerCameraPos(playerid, 652.23, 457.21, 10.84);

Related Functions

The following functions might be useful as well, as they're related to this function in one way or another.

Personal tools