EnablePlayerCameraTarget
From SA-MP Wiki
Description:
Toggle camera targeting functions for a player. Disabled by default to save bandwidth.
(playerid, enable)
playerid | The ID of the player to toggle camera targeting functions for. |
enable | 1 to enable camera targeting functions and 0 to disable them. |
Return Values:
- 1: The function executed successfully.
- 0: The function failed to execute. The player is not connected.
Example Usage:
public OnPlayerConnect(playerid) { EnablePlayerCameraTarget(playerid, 1); return 1; }
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- GetPlayerCameraTargetVehicle: Get the ID of the vehicle a player is looking at.
- GetPlayerCameraTargetPlayer: Get the ID of the player a player is looking at.
- GetPlayerCameraFrontVector: Get the player's camera front vector