Click or drag to resize

IServerServiceLimitGlobalChatRadius 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-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
void LimitGlobalChatRadius(
	float chatRadius
)

Parameters

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