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

SetLogCommandParamParserExceptions

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

Toggles the log command param parser exceptions.


void NAPI.Server.SetLogCommandParamParserExceptions(bool toggle);

Parameters

  • toggle: parameter input should be in bool type

Example

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