Перейти к содержанию

SetGlobalServerChat

Материал из RAGE MP Wiki Archive

Toggles the global server chat.


void NAPI.Server.SetGlobalServerChat(bool toggle);

Parameters

  • toggle: parameter input should be in bool type

Example

<syntaxhighlight lang="csharp"> NAPI.Server.SetGlobalServerChat(false); </syntaxhighlight>