Click or drag to resize

ServerServiceLimitGlobalChatRadius Method

Set a radius limitation for the chat. Only players at a certain distance from the player will see their message in the chat. Also changes the distance at which a player can see other players on the map at the same distance.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public void LimitGlobalChatRadius(
	float chatRadius
)

Parameters

chatRadius
Type: SystemSingle
The range in which players will be able to see chat.

Implements

IServerServiceLimitGlobalChatRadius(Single)
See Also