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.GameModeAssembly: SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.7.6221.37952
Syntaxpublic virtual void LimitGlobalChatRadius(
float chatRadius
)
Public Overridable Sub LimitGlobalChatRadius (
chatRadius As Single
)
Parameters
- chatRadius
- Type: SystemSingle
Radius limit.
See Also