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

SetGlobalDefaultCommandMessages

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

Toggles the global default command messages (e.g. on wrong parameters). False => no default command message anymore.


void NAPI.Server.SetGlobalDefaultCommandMessages(bool toggle);

Parameters

  • toggle: parameter input should be in bool type

Example

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