Skip to main content

GetPlayerZAim

warning

This function was added in omp v1.1.0.2612 and will not work in earlier versions!

Description

Gets a player's Z Aim. (related to the camera and aiming)

NameDescription
playeridThe ID of the player.

Returns

Returns the player's Z Aim as a float value.

Examples

new Float:zAim = GetPlayerZAim(playerid);

SendClientMessage(playerid, -1, "Z Aim = %f", zAim);