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.
GetPlayerCameraZoom
Description
Retrieves the game camera zoom level for a given player.
Name | Description |
---|---|
playerid | The ID of the player to get the camera zoom level of. |
Returns
The player's camera zoom level (camera, sniper etc.), a float.
Examples
new string[128];
format(string, sizeof(string), "Your camera zoom level: %f", GetPlayerCameraZoom(playerid));
SendClientMessage(playerid, -1, string);
Notes
tip
This retrieves the zoom level of the GAME Camera (including Sniper scope), not the camera WEAPON.
Related Functions
- GetPlayerCameraAspectRatio: Get the aspect ratio of a player's camera.
- GetPlayerCameraPos: Find out where the player's camera is.
- GetPlayerCameraFrontVector: Get the player's camera front vector