Click or drag to resize

IServerServiceSetNameTagDrawDistance Method

Set the maximum distance to display the names of players. The default draw distance is 70.0.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
void SetNameTagDrawDistance(
	float distance = 70f
)

Parameters

distance (Optional)
Type: SystemSingle
The distance to set.
See Also