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.
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)
Name | Description |
---|---|
playerid | The 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);
Related Functions
- GetPlayerCameraPos: Get the position of the player's camera.