SetGlobalServerChat
Toggles the global server chat.
C# Syntax
void NAPI.Server.SetGlobalServerChat(bool toggle);
Parameters
- toggle: parameter input should be in bool type
Example
NAPI.Server.SetGlobalServerChat(false);
Toggles the global server chat.
void NAPI.Server.SetGlobalServerChat(bool toggle);
NAPI.Server.SetGlobalServerChat(false);