warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for 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.