Skip to main content

GetPlayerCameraZoom

คำอธิบาย

Retrieves the game camera zoom level for a given player.

NameDescription
playeridThe ID of the player to get the camera zoom level of.

ส่งคืน

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

ตัวอย่าง

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

บันทึก

tip

This retrieves the zoom level of the GAME camera, not the camera WEAPON.

ฟังก์ชั่นที่เกี่ยวข้องกัน