GetPlayerCameraZoom

GetPlayerCameraZoom

Description:
Function GetPlayerCameraZoom retrieves the game camera zoom level for a given player.
Function GetPlayerCameraZoom was added in 0.3z and will not work in earlier versions!
This retrieves the zoom level of the GAME camera, not the camera WEAPON.


Parameters:
(playerid)
int playerid The ID of the player to get the camera zoom level of.


Return Values:
The player's camera zoom level (camera, sniper etc.), a float.


Examples:
new szString[144];
format(szString, sizeof(szString), "Your camera zoom level: %f", GetPlayerCameraZoom(playerid));
SendClientMessage(playerid, -1, szString);


Related Functions
The following functions may be useful, as they are related to this function in one way or another.