Skip to main content

SetPlayerPosFindZ

Description

This sets the players position then adjusts the players z-coordinate to the nearest solid ground under the position.

NameDescription
playeridThe ID of the player to set the position of.
Float:xThe X coordinate to position the player at.
Float:yThe X coordinate to position the player at.
Float:zThe Z coordinate to position the player at.

Returns

true - The function executed successfully.

false - The function failed to execute. This means the player specified does not exist.

Examples

SetPlayerPosFindZ(playerid, 1234.5, 1234.5, 1000.0);

Notes

warning

This function does not work if the new coordinates are far away from where the player currently is. The Z height will be 0, which will likely put them underground. It is highly recommended that the MapAndreas or ColAndreas plugin be used instead.

  • OnPlayerClickMap: Called when a player sets a waypoint/target on the pause menu map.