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-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public void SetPositionFindZ(
	Vector3 position
)

Parameters

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