BaseModeLimitGlobalChatRadius 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.GameMode
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax public virtual void LimitGlobalChatRadius(
float chatRadius
)
Parameters
- chatRadius
- Type: SystemSingle
Radius limit.
See Also