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-local+709673996c0cc3c0733358a87691d1009326afa7
Syntaxpublic virtual void LimitGlobalChatRadius(
float chatRadius
)
Parameters
- chatRadius
- Type: SystemSingle
Radius limit.
See Also