Click or drag to resize

PlayerSetPositionFindZ Method

This sets this player's position then adjusts the Player's z-coordinate to the nearest solid ground under the position.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public void SetPositionFindZ(
	Vector3 position
)

Parameters

position
Type: SampSharp.Entities.SAMPVector3
The position to move this player to.
See Also